Amazon CloudWatch · JSON Structure

Cloudwatch List Metrics Response Structure

Response from the ListMetrics action

Type: object Properties: 2
CloudWatchMonitoringObservabilityMetricsLogs

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

Properties

metrics 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-cloudwatch/refs/heads/main/json-structure/cloudwatch-list-metrics-response-structure.json",
  "name": "ListMetricsResponse",
  "description": "Response from the ListMetrics action",
  "type": "object",
  "properties": {
    "metrics": {
      "type": "array",
      "description": "The metrics that match the filter criteria",
      "items": {
        "$ref": "#/components/schemas/Metric"
      }
    },
    "nextToken": {
      "type": "string",
      "description": "Token for the next page of results"
    }
  }
}