Amazon Inspector · Example Payload

Inspector Ec2 Instance Aggregation Response Example

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

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

Top-level fields

accountIdamiinstanceIdinstanceTagsnetworkFindingsoperatingSystemseverityCounts

Example Payload

Raw ↑
{
  "accountId": "id-abc123",
  "ami": "example-value",
  "instanceId": "id-abc123",
  "instanceTags": "example-value",
  "networkFindings": "example-value",
  "operatingSystem": "example-value",
  "severityCounts": "example-value"
}