Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics List Alerts Request Structure

ListAlertsRequest schema from Amazon Lookout for Metrics API

Type: object Properties: 3
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

ListAlertsRequest is a JSON Structure definition published by Amazon Lookout for Metrics, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AnomalyDetectorArn NextToken MaxResults

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-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-list-alerts-request-structure.json",
  "name": "ListAlertsRequest",
  "description": "ListAlertsRequest schema from Amazon Lookout for Metrics API",
  "type": "object",
  "properties": {
    "AnomalyDetectorArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The ARN of the alert's detector."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "If the result of the previous request is truncated, the response includes a <code>NextToken</code>. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "The maximum number of results that will be displayed by the request."
        }
      ]
    }
  }
}