Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics List Metric Sets Response Structure

ListMetricSetsResponse schema from Amazon Lookout for Metrics API

Type: object Properties: 2
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

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

Properties

MetricSetSummaryList 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-metric-sets-response-structure.json",
  "name": "ListMetricSetsResponse",
  "description": "ListMetricSetsResponse schema from Amazon Lookout for Metrics API",
  "type": "object",
  "properties": {
    "MetricSetSummaryList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetricSetSummaryList"
        },
        {
          "description": "A list of the datasets in the AWS Region, with configuration details for each."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "If the response is truncated, the list call returns this token. To retrieve the next set of results, use the token in the next list request. "
        }
      ]
    }
  }
}