List monitored instances
Get a list of all monitored instances along with their current status.
The default format is JSON. The servlet will use the HTTP Accept header as a hint if no specific format is specified. Results are filtered using the various instance
query parameters.
URL |
|
Method |
GET |
Formats |
JSON, XML |
Query parameters |
|
Example
All instances in JSON format.
curl \
-X GET \
https://<metricsHost>:8080/api/v1/instances.json
All PingDirectory server and PingDirectoryProxy server instances in XML format:
curl \
-X GET \
https://<metricsHost>:8080/api/v1/instances.xml?
instanceType=data-store&instanceType=proxy
Response Code |
200 0K |
Response Body |
|