List Health Metrics Info

List Health Metrics Info

Lists the health metrics related information for all the components.

Request
URI
GET
https://{api_host}/rest/monitor/v1/health-metrics
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "component": "ALL",
        "error_count": 3,
        "healthy_count": 5,
        "total_count": 13,
        "unknown_count": 2,
        "warning_count": 3
    }
]

401

User is not authenticated

Operation doesn't return any data structure