imbGenericContainerBean
| Namespace: | http://www.ibm.com/iib/apiv1/responseObject/container |
| XML Schema: | ns0.xsd |
Supertype for container/list responses. For example, in the main web UI, integration servers are listed in a folder named "Servers". This folder corresponds to a particular URI e.g. "http://localhost:4414/apiv1/executiongroups". When you make a GET request to that URI, an object is returned. That object is an ImbEgContainerBean, which itself contains a list of execution groups.
XML
Attributes
| name | type | description |
|---|---|---|
| uri | imbURI | The URI to this response object. |
| type | string | (no documentation provided) |
| hasChildren | string | Whether the object has more children. This field is hidden if the children are actually being shown in the response. |
| internal | string | Whether the object is internal i.e. not shown in UI |
JSON
| property | type | description |
|---|---|---|
| uri | imbURI | The URI to this response object. |
| type | string | (no documentation provided) |
| hasChildren | string | Whether the object has more children. This field is hidden if the children are actually being shown in the response. |
| internal | string | Whether the object is internal i.e. not shown in UI |