/executiongroups/{egName}/restapis/{restApiName}

Mount Point: /apiv1/executiongroups/{egName}/restapis/{restApiName}

The following operations are supported on this resource:

GET

Get this REST API.

Parameters

name description type default
depth Depth to expand children to. query 1
egName (no documentation provided) path
restApiName (no documentation provided) path

Response Body

element: (custom)

(no documentation provided)

PUT

Performs an action on this application, integration service, or REST API. If the action is a stop/start option ("stop", "stopWithRestartExecutionGroup", "start") then the application is stopped/started as directed. The stop can be forced by specifying stopWithRestartExecutionGroup which causes the integration server 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
action Action to perform on application, actions include: "stop", "stopWithRestartExecutionGroup", "start", "setStatistics" query
setStatistics setStatistics to "on" or "off". Only used with "action=setStatistics" query
egName (no documentation provided) path
restApiName (no documentation provided) path

Response Body

element: (custom)

"HTTP success no content" (204) or exception

DELETE

Delete this deployed object group (integration server, application, static or shared library, integration service, or REST API).

Parameters

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

Response Body

element: (custom)

(no documentation provided)