ListAnomalyGroupSummariesResponse

ListAnomalyGroupSummariesResponse schema from Amazon Lookout for Metrics API

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Properties

Name Type Description
AnomalyGroupSummaryList object
AnomalyGroupStatistics object
NextToken object
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-list-anomaly-group-summaries-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-schema/amazon-lookout-for-metrics-list-anomaly-group-summaries-response-schema.json",
  "title": "ListAnomalyGroupSummariesResponse",
  "description": "ListAnomalyGroupSummariesResponse schema from Amazon Lookout for Metrics API",
  "type": "object",
  "properties": {
    "AnomalyGroupSummaryList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnomalyGroupSummaryList"
        },
        {
          "description": "A list of anomaly group summaries."
        }
      ]
    },
    "AnomalyGroupStatistics": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnomalyGroupStatistics"
        },
        {
          "description": "Aggregated details about the anomaly groups."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The pagination token that's included if more results are available."
        }
      ]
    }
  }
}