DeploymentStatus interface
Deployment status metadata.
Properties
| deployment |
The state of the deployment. |
| error | The error details of the Failed state. This is not present if the deployment state is not Failed. |
| group |
The group identity |
| subgroup |
The collection of device class subgroup status objects |
Property Details
deploymentState
error
The error details of the Failed state. This is not present if the deployment state is not Failed.
error?: ErrorModel
Property Value
groupId
The group identity
groupId: string
Property Value
string
subgroupStatus
The collection of device class subgroup status objects
subgroupStatus: DeviceClassSubgroupDeploymentStatus[]