/executiongroups/{egName}/services/{svcName}

Mount Point: /apiv1/executiongroups/{egName}/services/{svcName}

The following operations are supported on this resource:

PUT

Performs an action on the service. If the action is a stop/start option ("stop", "stopWithRestartExecutionGroup", "start") then the service is stopped/started as directed. The stop can be forced by specifying stopWithRestartExecutionGroup which causes the execution group to be restarted before the stop is executed. If the action is a "setStatistics", then the setStatistics dictates the change to statistics for all child messageflows. Setting statistics "on" turns on statistics with json output format, and sets the node and thread level to basic. Setting statistics "off" turns off all statistics and unsets all output formats.

Parameters

name description type default
egName execution group name path
svcName service name path
action Action to perform on service, actions include: "stop", "stopWithRestartExecutionGroup", "start", "setStatistics" query
setStatistics setStatistics to "on" or "off". Only used with "action=setStatistics" query

Response Body

element: (custom)

"HTTP success no content" (204) or exception

DELETE

Parameters

name description type default
egName (no documentation provided) path
svcName (no documentation provided) path

Response Body

element: (custom)

(no documentation provided)

GET

Get a named service.

Parameters

name description type default
egName The name of the execution group to look for. path
svcName The name of the service to look for. path
depth Depth to expand children to. query 1

Response Body

element: service

(no documentation provided)