REST APIs
The REST API exposes everything the console shows — hosts, services, metrics, alerts, incidents, and configuration — as versioned JSON endpoints under <code>/api/v1</code>.
Core endpoints#
| Endpoint | Returns |
|---|---|
GET /api/v1/hosts | Monitored hosts and health |
GET /api/v1/services | Services and dependencies |
GET /api/v1/metrics/query | Time-series metric data |
GET /api/v1/alerts | Alert conditions and state |
POST /api/v1/incidents | Open an incident |
Querying metrics#
curl -H "Authorization: Bearer $ARC_TOKEN" \
"https://applicare.yourco.com/api/v1/metrics/query?\
metric=service.latency.p95&service=checkout-api&from=-1h&step=60s"Pagination & filtering#
List endpoints support ?limit, ?cursor, and tag filters like ?tag=env:prod. Responses include a next cursor when more data is available. Explore everything interactively with the Postman collection.
Was this page helpful?
Related
Can't find what you need?
Ask ArcIn or reach our support engineers.