Health Status

Health Status

A REST endpoint for retrieving server health status calculated on its health components (DB, authentication and etc.).

Request
URI
GET
https://{api_host}/vco/api/healthstatus
COPY
Query Parameters
boolean
Required
Constraints: default: false

Responses
200

The request is successful.

Returns node-status of type(s) application/json
"node-status Object"
object
health-status
Optional

health-status

string
instance-id
Optional

instance-id

string
state
Optional

state


401

User is not authorized.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/healthstatus?=v