DeploymentStatusOutput 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
The state of the deployment.
deploymentState: "Failed" | "Canceled" | "Active" | "ActiveWithSubgroupFailures" | "Inactive"
Property Value
"Failed" | "Canceled" | "Active" | "ActiveWithSubgroupFailures" | "Inactive"
error
The error details of the Failed state. This is not present if the deployment state is not Failed.
error?: ErrorModelOutput
Property Value
groupId
The group identity
groupId: string
Property Value
string
subgroupStatus
The collection of device class subgroup status objects
subgroupStatus: DeviceClassSubgroupDeploymentStatusOutput[]