Bug ID 1634929: Parameter names in api documentation is invalid for metrics api

Last Modified: Oct 19, 2025

Affected Product(s):
BIG_IP_NEXT(CM) MA-CM(all modules)

Known Affected Versions:
20.2.1, 20.3.0

Opened: Aug 29, 2024

Severity: 2-Critical

Symptoms

The following error occurs while using the examples from the CM API specification (Retrieve applications time series metrics) { "status": 500, "message": "ADO-QUERY-00001: Failed to get metrics: unknown metric name: cpu.idle" }

Impact

Unable to retrieve the applications metrics via API calls, i.e. /api/v1/spaces/default/analytics/application-services/metrics?names=cpu.idle&start=now-1h

Conditions

CM applications metrics API

Workaround

'cpu.idle' and 'cpu.system' are invalid, use 'cpu.idle.usage.percent' and 'cpu.system.usage.percent' instead.

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips