[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Get Service Category Health
DescriptionReturns health status of each service category, health status of services in each category.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}/napp/api/v1/platform/monitor/category/health
Authentication
This operation uses the following authentication methods.
x_nsx_roles
Scopes:
enterprise_admin, network_engineer, auditor, security_engineer, network_op, security_op
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
CategoryHealth
of type application/json
health response
string
name
Required
Name of the service category; Each CategoryStatus category contains mutiple ServiceHealth, each ServiceHealth contains one or multiple ComponentHealth.
array
services
Required
string
status
Required
Health status of a specific service category/group.
Possible values are: UP , PARTIALLY_UP , DOWN
Errors
Error
500
internal error
Code Samples
cURL Command
curl https://{api_host}/napp/api/v1/platform/monitor/category/health
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform