Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Describe Anomaly Detection Executions Request Structure

DescribeAnomalyDetectionExecutionsRequest schema from Amazon Lookout for Metrics API

Type: object Properties: 4 Required: 1
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

DescribeAnomalyDetectionExecutionsRequest is a JSON Structure definition published by Amazon Lookout for Metrics, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AnomalyDetectorArn Timestamp MaxResults NextToken

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-describe-anomaly-detection-executions-request-structure.json",
  "name": "DescribeAnomalyDetectionExecutionsRequest",
  "description": "DescribeAnomalyDetectionExecutionsRequest schema from Amazon Lookout for Metrics API",
  "type": "object",
  "properties": {
    "AnomalyDetectorArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the anomaly detector."
        }
      ]
    },
    "Timestamp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimestampString"
        },
        {
          "description": "The timestamp of the anomaly detection job."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "The number of items to return in the response."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "Specify the pagination token that's returned by a previous request to retrieve the next page of results."
        }
      ]
    }
  },
  "required": [
    "AnomalyDetectorArn"
  ]
}