Amazon Inspector · Example Payload

Inspector Repository Aggregation Response Example

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Inspector Repository Aggregation Response Example is an example object payload from Amazon Inspector, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountIdaffectedImagesrepositoryseverityCounts

Example Payload

Raw ↑
{
  "accountId": "id-abc123",
  "affectedImages": "example-value",
  "repository": "example-value",
  "severityCounts": "example-value"
}