Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Anomaly Group Statistics Structure

Aggregated statistics for a group of anomalous metrics.

Type: object Properties: 3
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

AnomalyGroupStatistics 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

EvaluationStartDate TotalCount ItemizedMetricStatsList

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-anomaly-group-statistics-structure.json",
  "name": "AnomalyGroupStatistics",
  "description": "Aggregated statistics for a group of anomalous metrics.",
  "type": "object",
  "properties": {
    "EvaluationStartDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimestampString"
        },
        {
          "description": "The start of the time range that was searched."
        }
      ]
    },
    "TotalCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The number of groups found."
        }
      ]
    },
    "ItemizedMetricStatsList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ItemizedMetricStatsList"
        },
        {
          "description": "Statistics for individual metrics within the group."
        }
      ]
    }
  }
}