SecurityAgent / Client / stop_pentest_job
stop_pentest_job¶
- SecurityAgent.Client.stop_pentest_job(**kwargs)¶
Stops a running pentest job. The job transitions to a stopping state and then to stopped after cleanup completes.
See also: AWS API Documentation
Request Syntax
response = client.stop_pentest_job( agentSpaceId='string', pentestJobId='string' )
- Parameters:
agentSpaceId (string) –
[REQUIRED]
The unique identifier of the agent space.
pentestJobId (string) –
[REQUIRED]
The unique identifier of the pentest job to stop.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Output for the StopPentestJob operation.