Get Services Info Using GET
The information returned includes the Health of the Service, uptime, when the service was started and etc. Specifically the Health of the Service is 'OK', when the Service is running and responsive, otherwise it is 'Error'.
Request
URI
GET
https://{api_host}/api/deployment/node/services/info
COPY
Responses
200
All services are healthy
Returns services of type(s) application/json
{
"service": [
{
"details": "string",
"health": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"name": "string",
"startedBy": "string",
"startedOn": 0,
"uptime": 0
}
]
}
503
Not all services are not Healthy
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