resourceManager element

Type: imbResourceManagerResponseObject
Namespace: http://www.ibm.com/iib/apiv1/responseObject
XML Schema: ns1.xsd

Description of a resource manager in the broker.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <resourceManager xmlns="http://www.ibm.com/iib/apiv1/responseObject" type="..." hasChildren="..." uri="..." propertiesUri="..." activityLogUri="..." name="..." />

Example JSON

{ "type" : "...", "hasChildren" : "...", "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "activityLogUri" : { "value" : "..." }, "name" : "..." }