Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics List Anomaly Group Time Series Response Structure

ListAnomalyGroupTimeSeriesResponse schema from Amazon Lookout for Metrics API

Type: object Properties: 5
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

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

Properties

AnomalyGroupId MetricName TimestampList NextToken TimeSeriesList

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-anomaly-group-time-series-response-structure.json",
  "name": "ListAnomalyGroupTimeSeriesResponse",
  "description": "ListAnomalyGroupTimeSeriesResponse schema from Amazon Lookout for Metrics API",
  "type": "object",
  "properties": {
    "AnomalyGroupId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UUID"
        },
        {
          "description": "The ID of the anomaly group."
        }
      ]
    },
    "MetricName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetricName"
        },
        {
          "description": "The name of the measure field."
        }
      ]
    },
    "TimestampList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimestampList"
        },
        {
          "description": "Timestamps for the anomalous metrics."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The pagination token that's included if more results are available."
        }
      ]
    },
    "TimeSeriesList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimeSeriesList"
        },
        {
          "description": "A list of anomalous metrics."
        }
      ]
    }
  }
}