HealthCheck

GET health_check

Request Parameters

fullcheck
If fullcheck is ‘true’ subsystems availability will be checked
Syntax: healthcheck?fullcheck={true,false}
default: false

Request Syntax

This operation does not require a request body

Response Syntax

Response Status
200 or 503
Response Body
Content-Type: application/json
{“API”: “string”, “Identity”: “string”, “Messaging”: “string”, “Storage”: “string”}
Sample Response Body
{“API”: “OK”, “Identity”: “ERROR”, “Messaging”: “OK”, “Storage”: “OK”}