v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437208153.9 KB

Describes the assessment runs that are specified by the ARNs of the assessment runs.

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

Headers

X-Amz-Target'InspectorService.DescribeAssessmentRuns' required

Request body

assessmentRunArnsArn[] required

The ARN that specifies the assessment run that you want to describe.

Response

Success

failedItemsobject required

Assessment run details that cannot be described. An error code is provided for each failed item.

Example response

{
  "assessmentRuns": [
    {
      "name": "Run 1 for ExampleAssessmentTemplate",
      "arn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw/run/0-MKkpXXPE",
      "assessmentTemplateArn": "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-4r1V2mAw",
      "completedAt": "1458680301.4",
      "createdAt": "1458680170.035",
      "dataCollected": true,
      "durationInSeconds": 3600,
      "findingCounts": {
        "High": 14,
        "Informational": 0,
        "Low": 0,
        "Medium": 2,
        "Undefined": 0
      },
      "notifications": [],
      "rulesPackageArns": [
        "arn:aws:inspector:us-west-2:758058086616:rulespackage/0-X1KXtawP"
      ],
      "startedAt": "1458680170.161",
      "state": "COMPLETED",
      "stateChangedAt": "1458680301.4",
      "stateChanges": [
        {
          "state": "CREATED",
          "stateChangedAt": "1458680170.035"
        },
        {
          "state": "START_DATA_COLLECTION_PENDING",
          "stateChangedAt": "1458680170.065"
        },
        {
          "state": "START_DATA_COLLECTION_IN_PROGRESS",
          "stateChangedAt": "1458680170.096"
        },
        {
          "state": "COLLECTING_DATA",
          "stateChangedAt": "1458680170.161"
        },
        {
          "state": "STOP_DATA_COLLECTION_PENDING",
          "stateChangedAt": "1458680239.883"
        },
        {
          "state": "DATA_COLLECTED",
          "stateChangedAt": "1458680299.847"
        },
        {
          "state": "EVALUATING_RULES",
          "stateChangedAt": "1458680300.099"
        },
        {
          "state": "COMPLETED",
          "stateChangedAt": "1458680301.4"
        }
      ],
      "userAttributesForFindings": []
    }
  ],
  "failedItems": {}
}