Skip to main content

Metrics

The Metrics API returns time-series metric data, baseline corridor information, and manual threshold configuration for metrics in the authenticated environment.

Object references

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 one node-id and metric-id pair 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