imbRootResponseObject
Namespace: | http://www.ibm.com/iib/apiv1/responseObject |
XML Schema: | ns1.xsd |
The root response. Lists all categories of objects available on the broker.
XML
Attributes
name | type | description |
---|---|---|
type | string | "broker" |
name | string | The name of the broker. |
uri | imbURI | The URI for the broker. |
propertiesUri | imbURI | The URi for the properties of the broker. |
Elements
name (type) | min/max occurs |
description |
---|---|---|
executionGroups (imbEgContainerBean) | 0/1 | Execution groups available on the broker. |
components (imbComponentContainerBean) | 0/1 | Components available on the broker. |
policy (imbPolicyContainerBean) | 0/1 | Policies available on the broker |
data (imbDataContainerBean) | 0/1 | Data available on the broker |
security (imbSecurityContainerBean) | 0/1 | Security details on the broker |
monitoring (imbMonitoringContainerBean) | 0/1 | Monitoring details on the broker |
business (imbBusinessContainerBean) | 0/1 | Business available on the broker |
JSON
property | type | description |
---|---|---|
type | string | "broker" |
name | string | The name of the broker. |
uri | imbURI | The URI for the broker. |
propertiesUri | imbURI | The URi for the properties of the broker. |
executionGroups | executionGroups (imbEgContainerBean) | Execution groups available on the broker. |
components | components (imbComponentContainerBean) | Components available on the broker. |
policy | policy (imbPolicyContainerBean) | Policies available on the broker |
data | data (imbDataContainerBean) | Data available on the broker |
security | security (imbSecurityContainerBean) | Security details on the broker |
monitoring | monitoring (imbMonitoringContainerBean) | Monitoring details on the broker |
business | business (imbBusinessContainerBean) | Business available on the broker |