Amazon IoT Core · Schema

DescribeFleetMetricResponse

DescribeFleetMetricResponse schema

Device ManagementIoTMQTTMessage Routing

Properties

Name Type Description
metricName object
queryString object
aggregationType object
period object
aggregationField object
description object
queryVersion object
indexName object
creationDate object
lastModifiedDate object
unit object
version object
metricArn object
View JSON Schema on GitHub

JSON Schema

iot-core-describe-fleet-metric-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-schema/iot-core-describe-fleet-metric-response-schema.json",
  "title": "DescribeFleetMetricResponse",
  "description": "DescribeFleetMetricResponse schema",
  "type": "object",
  "properties": {
    "metricName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FleetMetricName"
        },
        {
          "description": "The name of the fleet metric to describe."
        }
      ]
    },
    "queryString": {
      "allOf": [
        {
          "$ref": "#/components/schemas/QueryString"
        },
        {
          "description": "The search query string."
        }
      ]
    },
    "aggregationType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregationType"
        },
        {
          "description": "The type of the aggregation query."
        }
      ]
    },
    "period": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FleetMetricPeriod"
        },
        {
          "description": "The time in seconds between fleet metric emissions. Range [60(1 min), 86400(1 day)] and must be multiple of 60."
        }
      ]
    },
    "aggregationField": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AggregationField"
        },
        {
          "description": "The field to aggregate."
        }
      ]
    },
    "description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FleetMetricDescription"
        },
        {
          "description": "The fleet metric description."
        }
      ]
    },
    "queryVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/QueryVersion"
        },
        {
          "description": "The query version."
        }
      ]
    },
    "indexName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IndexName"
        },
        {
          "description": "The name of the index to search."
        }
      ]
    },
    "creationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreationDate"
        },
        {
          "description": "The date when the fleet metric is created."
        }
      ]
    },
    "lastModifiedDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastModifiedDate"
        },
        {
          "description": "The date when the fleet metric is last modified."
        }
      ]
    },
    "unit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FleetMetricUnit"
        },
        {
          "description": "Used to support unit transformation such as milliseconds to seconds. The unit must be supported by <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html\">CW metric</a>."
        }
      ]
    },
    "version": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Version"
        },
        {
          "description": "The version of the fleet metric."
        }
      ]
    },
    "metricArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FleetMetricArn"
        },
        {
          "description": "The ARN of the fleet metric to describe."
        }
      ]
    }
  }
}

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/iot-core-describe-fleet-metric-response"
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.