resourceManagers element

Type: imbResourceManagerContainerBean
Namespace: http://www.ibm.com/iib/apiv1/responseObject/container
XML Schema: ns0.xsd

Description of resource managers available on the broker.

Example XML

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

Example JSON

{ "type" : "...", "resourceManager" : [ { "type" : "...", "hasChildren" : "...", "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "activityLogUri" : { "value" : "..." }, "name" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }