Metrics
The Metrics API returns time-series metric data, baseline corridor information, and manual threshold configuration for metrics in the authenticated environment.
Object references
- Metric data response object - response shape for metric data, timestamps, values, and corridor payloads
- Manual threshold object - response shape for a configured manual threshold target and bounds
API requests
- Create manual threshold -
POST /v1/ad/manual-thresholds- create a manual threshold for a metric or a specific node and metric pair - Delete manual threshold -
DELETE /v1/ad/manual-thresholds/{id}- soft-delete a manual threshold by identifier - Get metric data -
GET /v1/ad/metrics/{node-id}/{metric-id}- fetch metric data for onenode-idandmetric-idpair over a selected time range - List manual thresholds -
GET /v1/ad/manual-thresholds- list active manual thresholds in the authenticated environment
Notes
- Authentication uses
Authorization: Bearer <token> - The endpoint is tenant-scoped through the authenticated environment