Get CloudWatch metric data
Fetch CloudWatch metric data for a module instance UI metric. Resolves the AWS account from awsAccountId + region. Applies a short Redis cache (60s for ranges that end at now, 5 min for fixed ranges).
Query Parameters
AWS account database ID used to resolve credentials.
AWS region the metric lives in.
CloudWatch namespace (e.g. AWS/ECS)
CloudWatch metric name (e.g. CPUUtilization)
CloudWatch statistic to apply (Average, Sum, Maximum, ...)
Aggregation period in seconds (e.g. 300). Must obey CloudWatch's per-window granularity floor (60s ≤ 15d, 300s ≤ 63d, 3600s ≤ 455d).
Inclusive start of the query window (ISO 8601). Must be earlier than endTime and within CloudWatch's 455-day retention.
Inclusive end of the query window (ISO 8601). Must be after startTime and not in the future.
Repeated dimensionName=dimensionValue pairs scoping the metric
Response
The request has succeeded.