Share via


DeploymentStatusOutput interface

Deployment status metadata.

Properties

deploymentState

The state of the deployment.

error

The error details of the Failed state. This is not present if the deployment state is not Failed.

groupId

The group identity

subgroupStatus

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[]

Property Value