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)
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
Deployment Operations
POST
Add License Key To Product Using POST
DELETE
Delete License For Product Using DELETE
GET
Get Global Setting Metadata Using GET
GET
Get Global Settings Using GET
GET
Get Global Setting Value Using GET
GET
Get License Groups Using GET
GET
Get License Keys For Product Using GET
GET
Get Node Status Using GET
GET
Get Service Info Using GET
GET
Get Services Info Using GET
PUT
Manage DT Using PUT
PUT
Update Global Setting Value Using PUT