imbExecutionGroupResponseObject

Extends: imbDeployedArtifactResponseObject
Namespace: http://www.ibm.com/iib/apiv1/responseObject
XML Schema: ns1.xsd

Description of an execution group in the broker.

XML

Attributes

name type description
type string "executionGroup"
isRunning boolean Is the service currently running. Note that this may not be an accurate value if "isRestricted" is true.
runMode string Returns 'running' if the message flow is able to run when the execution group is started, otherwise returns 'stopped'. This reports the logical runstate of the message flow, which means that it can return 'running' even if the execution group in which the message flow is deployed is currently stopped. See 'isRunning' to report whether the message flow is currently running.
isRestricted boolean Has view access to this Execution Group been restricted by security settings on the Broker. If true, then information on this object might not be complete or accurate.
resourceStatsEnabled boolean Have resource statistics been enabled for at least one resource type on the Broker.
hasChildren string Whether the object has more children. This field is hidden if the children are actually being shown in the response.

Elements

name (type) min/max
occurs
description
services (imbServicesContainerBean) 0/1 Services contained in the execution group.
restApis (imbRestApisContainerBean) 0/1 REST APIs contained in the execution group.
applications (imbApplicationsContainerBean) 0/1 Applications contained in the execution group.
libraries (imbLibrariesContainerBean) 0/1 Libraries contained in the execution group.
sharedLibraries (imbSharedLibrariesContainerBean) 0/1 Shared Libraries contained in the execution group.
messageFlows (imbMsgFlowsContainerBean) 0/1 Message flows contained in the execution group.
subFlows (imbSubFlowsContainerBean) 0/1 subflows contained in the execution group.
resources (imbDeployedResourcesContainerBean) 0/1 deployed resources contained in the execution group.
resourceManagers (imbResourceManagerContainerBean) 0/1 Resource managers owned by the execution group.

JSON

property type description
type string "executionGroup"
isRunning boolean Is the service currently running. Note that this may not be an accurate value if "isRestricted" is true.
runMode string Returns 'running' if the message flow is able to run when the execution group is started, otherwise returns 'stopped'. This reports the logical runstate of the message flow, which means that it can return 'running' even if the execution group in which the message flow is deployed is currently stopped. See 'isRunning' to report whether the message flow is currently running.
isRestricted boolean Has view access to this Execution Group been restricted by security settings on the Broker. If true, then information on this object might not be complete or accurate.
resourceStatsEnabled boolean Have resource statistics been enabled for at least one resource type on the Broker.
hasChildren string Whether the object has more children. This field is hidden if the children are actually being shown in the response.
services services (imbServicesContainerBean) Services contained in the execution group.
restApis restApis (imbRestApisContainerBean) REST APIs contained in the execution group.
applications applications (imbApplicationsContainerBean) Applications contained in the execution group.
libraries libraries (imbLibrariesContainerBean) Libraries contained in the execution group.
sharedLibraries sharedLibraries (imbSharedLibrariesContainerBean) Shared Libraries contained in the execution group.
messageFlows messageFlows (imbMsgFlowsContainerBean) Message flows contained in the execution group.
subFlows subFlows (imbSubFlowsContainerBean) subflows contained in the execution group.
resources resources (imbDeployedResourcesContainerBean) deployed resources contained in the execution group.
resourceManagers resourceManagers (imbResourceManagerContainerBean) Resource managers owned by the execution group.