/executiongroups/{egName}/applications/{appName}/libraries/{libName}

Mount Point: /apiv1/executiongroups/{egName}/applications/{appName}/libraries/{libName}

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
appName application 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 a named library from a named application

Parameters

name description type default
egName The name of the execution group in which to look. path
appName The name of the application in which to look. 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)