Get Node Status Using GET

Get Node Status Using GET

The status is ONLINE, if all the services are running and responsive, else status is OFFLINE.

Request
URI
GET
https://{api_host}/api/deployment/node/status
COPY
Query Parameters
string of array
services
Optional

Optional set of services to get the aggregated statuses of the node (with empty set the statuses of all services will be aggregated)


Authentication
This operation uses the following authentication methods.
Responses
200

Node is online

Returns node-status of type(s) application/json
{
    "details": "string",
    "humanlyReadableSystemTime": "string",
    "status": "string",
    "systemTime": 0
}
string
details
Optional

An optional message field that provides details especially in case of errors

string
humanlyReadableSystemTime
Optional

System time (human readable format)

string
status
Required

Overall Status of the application services on the Node

integer As int64 As int64
systemTime
Required

System time (epoch)


503

Node is offline

Operation doesn't return any data structure