CreateMetricSetRequest

CreateMetricSetRequest schema from Amazon Lookout for Metrics API

Anomaly DetectionBusiness IntelligenceMachine-LearningMetricsMonitoring

Properties

Name Type Description
AnomalyDetectorArn object
MetricSetName object
MetricSetDescription object
MetricList object
Offset object
TimestampColumn object
DimensionList object
MetricSetFrequency object
MetricSource object
Timezone object
Tags object
DimensionFilterList object
View JSON Schema on GitHub

JSON Schema

amazon-lookout-for-metrics-create-metric-set-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-schema/amazon-lookout-for-metrics-create-metric-set-request-schema.json",
  "title": "CreateMetricSetRequest",
  "description": "CreateMetricSetRequest schema from Amazon Lookout for Metrics API",
  "type": "object",
  "properties": {
    "AnomalyDetectorArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The ARN of the anomaly detector that will use the dataset."
        }
      ]
    },
    "MetricSetName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetricSetName"
        },
        {
          "description": "The name of the dataset."
        }
      ]
    },
    "MetricSetDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetricSetDescription"
        },
        {
          "description": "A description of the dataset you are creating."
        }
      ]
    },
    "MetricList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetricList"
        },
        {
          "description": "A list of metrics that the dataset will contain."
        }
      ]
    },
    "Offset": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Offset"
        },
        {
          "description": "After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3, Redshift, Athena and datasources."
        }
      ]
    },
    "TimestampColumn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TimestampColumn"
        },
        {
          "description": "Contains information about the column used for tracking time in your source data."
        }
      ]
    },
    "DimensionList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DimensionList"
        },
        {
          "description": "A list of the fields you want to treat as dimensions."
        }
      ]
    },
    "MetricSetFrequency": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Frequency"
        },
        {
          "description": "The frequency with which the source data will be analyzed for anomalies."
        }
      ]
    },
    "MetricSource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetricSource"
        },
        {
          "description": "Contains information about how the source data should be interpreted."
        }
      ]
    },
    "Timezone": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timezone"
        },
        {
          "description": "The time zone in which your source data was recorded."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagMap"
        },
        {
          "description": "A list of <a href=\"https://docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html\">tags</a> to apply to the dataset."
        }
      ]
    },
    "DimensionFilterList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MetricSetDimensionFilterList"
        },
        {
          "description": "A list of filters that specify which data is kept for anomaly detection."
        }
      ]
    }
  },
  "required": [
    "AnomalyDetectorArn",
    "MetricSetName",
    "MetricList",
    "MetricSource"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-lookout-for-metrics-create-metric-set-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.