Get aggregated metrics with time series for any aggregation level
Returns historical chart data for customer, node group, compute zone, or node level. This endpoint follows the v1/metrics/query_range pattern with a unified interface. Aggregation functions are determined by metric configuration in base-config.yaml.
Query parameters
The ID of the entity (required for nodegroup, computezone, node; not needed for customer level)
Comma-separated list of metric names to query (e.g., dcgm_fi_dev_gpu_util,cpu_used_percent,memory_used_percent)
Start time in RFC3339 format (required for absolute mode, e.g., 2024-01-01T00:00:00Z)
End time in RFC3339 format (required for absolute mode, e.g., 2024-01-01T01:00:00Z)
Relative duration window (required for relative mode). Uses Go duration syntax — valid units: h, m, s (e.g. 24h, 1h30m, 90m). ‘d’ is not supported; use hours instead (e.g. 168h for 7 days)
Query resolution step width in duration format (e.g., 1m, 5m, 1h). Minimum step width is 1 minute.