DeviceCommandStatus Data Type

The status of a device command in the system.

Properties
Name Type Description
status string Device command Status. values (PENDING,SUCCEEDED,FAILED,CANCELLED,UNKNOWN)
guid string GUID of the command.
modified string Modified date/time of the command .

Example

{
  "status" : "PENDING",
  "guid" : "6dd3a8e2-3f24-48c6-961a-949794f4b554",
  "modified" : "2019-01-01T11:04:30.45Z"
}