GetStatisticsResponse

GetStatisticsResponse schema

ComplianceIoTSecurityVulnerability Management

Properties

Name Type Description
statistics object
View JSON Schema on GitHub

JSON Schema

iot-device-defender-get-statistics-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-get-statistics-response-schema.json",
  "title": "GetStatisticsResponse",
  "description": "GetStatisticsResponse schema",
  "type": "object",
  "properties": {
    "statistics": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Statistics"
        },
        {
          "description": "The statistics returned by the Fleet Indexing service based on the query and aggregation field."
        }
      ]
    }
  }
}