Monitoring API

The Monitoring API resides in the API Server instances.
It provides access to process summary details and listings of the real-time metrics for items that
metrics are recorded for, e.g. web services, external APIs, authenticated clients, external target
servers etc.

The Monitoring API resides in the API Servers, therefore it must be invoked via the Routing API in the Admin Node Manager, e.g. https://localhost:8090/api/router/service/instance-1/api/monitoring/summary.


Resources

Resource Description
GET /api/monitoring/summary Get summary metrics.
GET /api/monitoring/metrics/groups Get metric groups.
GET /api/monitoring/metrics/totals Gets metric totals for a Metric Group.
GET /api/monitoring/metrics/summary Gets metric summary for a Metric Group.
GET /api/monitoring/metrics/timeline Gets metric timeline for a Metric Group.
GET /api/monitoring/events/{eventType} Gets log, SLA, alert events.