imbExecutionGroupResponseObject
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
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.
|