DescribeEntityAggregatesResponse

DescribeEntityAggregatesResponse schema from Amazon Health Dashboard API

Health MonitoringNotificationsOperationsService Status

Properties

Name Type Description
entityAggregates object
View JSON Schema on GitHub

JSON Schema

health-describe-entity-aggregates-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-schema/health-describe-entity-aggregates-response-schema.json",
  "title": "DescribeEntityAggregatesResponse",
  "description": "DescribeEntityAggregatesResponse schema from Amazon Health Dashboard API",
  "type": "object",
  "properties": {
    "entityAggregates": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EntityAggregateList"
        },
        {
          "description": "The number of entities that are affected by each of the specified events."
        }
      ]
    }
  }
}