Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics List Anomaly Group Summaries Request Structure

ListAnomalyGroupSummariesRequest schema from Amazon Lookout for Metrics API

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

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

Properties

AnomalyDetectorArn SensitivityThreshold 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-list-anomaly-group-summaries-request-structure.json",
  "name": "ListAnomalyGroupSummariesRequest",
  "description": "ListAnomalyGroupSummariesRequest 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."
        }
      ]
    },
    "SensitivityThreshold": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SensitivityThreshold"
        },
        {
          "description": "The minimum severity score for inclusion in the output."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "The maximum number of results to return."
        }
      ]
    },
    "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",
    "SensitivityThreshold"
  ]
}