ListAlertsResponse

ListAlertsResponse schema from Amazon Lookout for Metrics API

Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

Properties

Name Type Description
AlertSummaryList object
NextToken object
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-list-alerts-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-alerts-response-schema.json",
  "title": "ListAlertsResponse",
  "description": "ListAlertsResponse schema from Amazon Lookout for Metrics API",
  "type": "object",
  "properties": {
    "AlertSummaryList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AlertSummaryList"
        },
        {
          "description": "Contains information about an alert."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "If the response is truncated, the service returns this token. To retrieve the next set of results, use this token in the next request."
        }
      ]
    }
  }
}