ManagementGroup interface
Defines the management group properties.
Properties
| actions | Array of actions that are part of the management group. Each action can have an individual configuration. |
| data |
Reference to a data source for a given management group. |
| default |
Default response timeout for all actions that are part of the management group. |
| default |
Default MQTT topic path on which a client will receive the request for all actions that are part of the management group. |
| management |
Stringified JSON that contains connector-specific configuration for the management group. |
| name | Name of the management group. |
| type |
URI or type definition ID. |
Property Details
actions
Array of actions that are part of the management group. Each action can have an individual configuration.
actions?: ManagementAction[]
Property Value
dataSource
Reference to a data source for a given management group.
dataSource?: string
Property Value
string
defaultTimeoutInSeconds
Default response timeout for all actions that are part of the management group.
defaultTimeoutInSeconds?: number
Property Value
number
defaultTopic
Default MQTT topic path on which a client will receive the request for all actions that are part of the management group.
defaultTopic?: string
Property Value
string
managementGroupConfiguration
Stringified JSON that contains connector-specific configuration for the management group.
managementGroupConfiguration?: string
Property Value
string
name
Name of the management group.
name: string
Property Value
string
typeRef
URI or type definition ID.
typeRef?: string
Property Value
string