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
Responses
200
The request is successful.
Returns node-status of type(s) application/json
{
"state": "string",
"health-status": {
"childs": [
{
"state": "string",
"isCritical": false,
"name": "string",
"description": "string",
"message": "string"
}
],
"state": "string",
"description": "string",
"time": 0
},
"instance-id": "string"
}
string
state
Optional
state
string
instance-id
Optional
instance-id
401
User is not authorized.
Operation doesn't return any data structure
Service Descriptor Service Operations
GET
About Info
GET
Docs
GET
Enumerate Services
GET
Get Xml Schema
GET
Get Xml Schema
GET
Health Status
GET
Status
GET
Supported Api Versions