Amazon CloudWatch · Example Payload

Cloudwatch List Metrics Response Example

CloudWatchMonitoringObservabilityMetricsLogs

Cloudwatch List Metrics Response Example is an example object payload from Amazon CloudWatch, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

metricsnextToken

Example Payload

Raw ↑
{
  "metrics": [
    "example-value"
  ],
  "nextToken": "example-value"
}