GET calls for administrative resources
|
Request URI suffix |
Description |
/admin/ |
List the resources at the broker level |
/admin/executiongroup |
List the execution groups that are defined on the broker |
/admin/executiongroup/{executionGroupName} |
Check for the existence of execution group {executionGroupName} |
/admin/executiongroup/{executionGroupName}/properties |
Return the summary properties of execution group {executionGroupName} |
/admin/executiongroup/{executionGroupName}/extendedproperties |
Return the extended properties of execution group {executionGroupName} |
/admin/executiongroup/{executionGroupName}/application |
List the applications that are deployed on execution group {executionGroupName} |
/admin/executiongroup/{executionGroupName}/application/{applicationName} |
Check for the existence of application {applicationName} |
/admin/executiongroup/{executionGroupName}/application/{applicationName}/properties |
Return the summary properties of application {applicationName} |
/admin/executiongroup/{executionGroupName}/application/{applicationName}/extendedproperties |
Return the extended properties of application {applicationName} |
/admin/executiongroup/{executionGroupName}/application/{applicationName}/library |
List the libraries that are contained in application {applicationName} |
/admin/executiongroup/{executionGroupName}/application/{applicationName}/library/{libraryName} |
Check for the existence of library {libraryName} in application {applicationName} |
/admin/executiongroup/{executionGroupName}/application/{applicationName}/library/{libraryName}/properties |
Return the summary properties of library {libraryName} |
/admin/executiongroup/{executionGroupName}/application/{applicationName}/library/{libraryName}/extendedproperties |
Return the extended properties of library {libraryName} |
/admin/executiongroup/{executionGroupName}/messageflow | messageflowdependancy |
List the message flows or message flow dependancies in execution group {executionGroupName} |
/admin/executiongroup/{executionGroupName}/messageflow | messageflowdependancy/{name} |
Check for the existence of message flow or message flow dependancy {name} in execution group {executionGroupName} |
/admin/executiongroup/{executionGroupName}/messageflow | messageflowdependancy/{name}/properties |
Return the summary properties of the message flow or message flow dependancy {name} |
/admin/executiongroup/{executionGroupName}/messageflow | messageflowdependancy/{name}/extendedproperties |
Return the extended properties of the message flow or message flow dependancy {name} |
/admin/executiongroup/{executionGroupName}/application/{applicationName}/messageflow | messageflowdependancy |
List the message flows or message flow dependancies in application {applicationName} |
/admin/executiongroup/{executionGroupName}/application/{applicationName}/messageflow | messageflowdependancy/{name} |
Check for the existence of message flow or message flow dependancy {name} in application {applicationName} |
/admin/executiongroup/{executionGroupName}/application/{applicationName}/messageflow | messageflowdependancy/{name}/properties |
Return the summary properties of the message flow or message flow dependancy {name} |
/admin/executiongroup/{executionGroupName}/application/{applicationName}/messageflow | messageflowdependancy/{name}/extendedproperties |
Return the extended properties of the message flow or message flow dependancy {name} |
GET calls for Configurable Services
|
Request URI suffix |
Description |
/admin/configurableservice |
List the configurable services that are defined on the broker |
/admin/configurableservice/configurableservicetype |
List the configurable service types that are defined on the broker |
/admin/configurableservice/{configurableservicetype} |
List the configurable services of type {configurableservicetype} that are defined on the broker |
/admin/configurableservice/{configurableservicetype}/{configurableServiceName} |
Check for the existence of configurable service {configurableServiceName} of type {configurableservicetype} |
/admin/configurableservice/{configurableservicetype}/{configurableServiceName}/properties |
Return the properties of configurable service {configurableServiceName} of type {configurableservicetype} |
GET calls
|
Request URI suffix |
Description |
/datacapturestore |
List the data capture stores that are available on the broker |
/datacapturestore/{DataCaptureStore}/ |
List the data stored in data capture store {DataCaptureStore} |
/datacapturestore/{DataCaptureStore}/?HAS_BITSTREAM=Y |
List the data stored in data capture store {DataCaptureStore} that has an associated bitstream |
/datacapturestore/{DataCaptureStore}/{msgKey}?payload=BITSTREAM |
Return the data payload of message key {msgKey} |
/datacapturestore/{DataCaptureStore}/{msgKey}?payload=EXCEPTIONLIST |
Return the exception list of message key {msgKey} |
©Copyright IBM Corporation 2011.