Amazon Inspector · JSON Structure

Inspector Batch Get Account Status Response Structure

BatchGetAccountStatusResponse schema

Type: object Properties: 2 Required: 1
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

BatchGetAccountStatusResponse is a JSON Structure definition published by Amazon Inspector, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accounts failedAccounts

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-batch-get-account-status-response-structure.json",
  "name": "BatchGetAccountStatusResponse",
  "description": "BatchGetAccountStatusResponse schema",
  "type": "object",
  "properties": {
    "accounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountStateList"
        },
        {
          "description": "An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts."
        }
      ]
    },
    "failedAccounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FailedAccountList"
        },
        {
          "description": "An array of objects detailing any accounts that failed to enable Amazon Inspector and why."
        }
      ]
    }
  },
  "required": [
    "accounts"
  ]
}