Get Node Status

Get Node Status

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

Request
URI
GET
https://{api_host}/suite-api/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
"{\n  \"status\" : \"ONLINE\",\n  \"systemTime\" : 0\n}"
string
status
Required

Overall Status of the application services on the Node

string
details
Optional

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

integer As int64 As int64
systemTime
Required

System time (epoch)

string
humanlyReadableSystemTime
Optional

System time (human readable format)


503

Node is offline

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/deployment/node/status