/executiongroups/{egName}/libraries/{libName}
Mount Point: /apiv1/executiongroups/{egName}/libraries/{libName}
The following operations are supported on this resource:
PUT
Performs an action on the library. 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 | |
| libName | library name | path | |
| action | Action to perform on service, actions include: "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
GET
Get the named library.
Parameters
| name | description | type | default |
|---|---|---|---|
| egName | The name of the execution group to look for. | path | |
| libName | The name of the library to look for. | path | |
| depth | Depth to expand children to. | query | 1 |
Response Body
| element: | library |
(no documentation provided)
DELETE
Parameters
| name | description | type | default |
|---|---|---|---|
| egName | (no documentation provided) | path | |
| libName | (no documentation provided) | path |
Response Body
| element: | (custom) |
(no documentation provided)