v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437208153.9 KB

Starts the assessment run specified by the ARN of the assessment template. For this API to function properly, you must not exceed the limit of running up to 500 concurrent agents per AWS account.

post/#X-Amz-Target=InspectorService.StartAssessmentRun

Headers

X-Amz-Target'InspectorService.StartAssessmentRun' required

Request body

assessmentTemplateArnstring required

The ARN of the assessment template of the assessment run that you want to start.

assessmentRunNamestring

You can specify the name for the assessment run. The name must be unique for the assessment template whose ARN is used to start the assessment run.

Response

Success

assessmentRunArnstring required

The ARN of the assessment run that has been started.

Example response

{
  "assessmentRunArn": "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T/run/0-jOoroxyY"
}