/services
Retrieves all available system services and the overall run state of the system services.
Valid "state" values:
STOPPED
STARTING
RUNNING
STOPPING
FAILED
Valid "mode" values:
native
msml
GET /services
Method |
Response Payload |
JSON |
{ |
/services/appmanger
/services/broker
/services/xmserver
/services/restapi
/services/msmlserver
/services/mediasubsystem
Retrieves information for a single service resource.
GET /services/broker
Method |
Response Payload |
JSON |
{ |
Modifies the system services overall run state and operation mode.
Valid "state" settings:
RUNNING
STOPPED
Valid "mode" settings:
native
msml
Note: The "restart_required" parameter is read-only and is an indication that any change requires a services restart.
PUT /services
| Method | Request Payload | Response Payload |
| JSON | { |
{ |
PUT /services
| Method | Request Payload | Response Payload |
| JSON | { |
{ |