/executiongroups/{egName}/restapis/{restApiName}/libraries/{libName}
Mount Point: /apiv1/executiongroups/{egName}/restapis/{restApiName}/libraries/{libName}
The following operations are supported on this resource:
GET
Get this static library.
Parameters
name | description | type | default |
---|---|---|---|
depth | Depth to expand children to. | query | 1 |
libName | (no documentation provided) | path | |
egName | (no documentation provided) | path | |
restApiName | (no documentation provided) | path |
Response Body
element: | (custom) |
(no documentation provided)
PUT
Performs an action on the static 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 |
---|---|---|---|
action | Action to perform on service, actions include: "setStatistics" | query | |
setStatistics | setStatistics to "on" or "off". Only used with "action=setStatistics" | query | |
libName | (no documentation provided) | path | |
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 |
---|---|---|---|
libName | (no documentation provided) | path | |
egName | (no documentation provided) | path | |
restApiName | (no documentation provided) | path |
Response Body
element: | (custom) |
(no documentation provided)