Amazon Health Dashboard · JSON Structure

Health Describe Entity Aggregates Response Structure

DescribeEntityAggregatesResponse schema from Amazon Health Dashboard API

Type: object Properties: 1
Health MonitoringNotificationsOperationsService Status

DescribeEntityAggregatesResponse is a JSON Structure definition published by Amazon Health Dashboard, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

entityAggregates

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-health-dashboard/refs/heads/main/json-structure/health-describe-entity-aggregates-response-structure.json",
  "name": "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."
        }
      ]
    }
  }
}