SecurityAgent / Client / stop_pentest_job
stop_pentest_job¶
- SecurityAgent.Client.stop_pentest_job(**kwargs)¶
Stops the execution of a running pentest
See also: AWS API Documentation
Request Syntax
response = client.stop_pentest_job( agentSpaceId='string', pentestJobId='string' )
- Parameters:
agentSpaceId (string) –
[REQUIRED]
ID of the agent space where the pentest exists
pentestJobId (string) –
[REQUIRED]
Identifier of the pentest job to stop
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Output for the StopPentestJob operation