Amazon Inspector · Example Payload

Inspector Title Aggregation Response Example

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Inspector Title 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

accountIdseverityCountstitlevulnerabilityId

Example Payload

Raw ↑
{
  "accountId": "id-abc123",
  "severityCounts": "example-value",
  "title": "example-value",
  "vulnerabilityId": "id-abc123"
}