OrgDeviceActivity.Attributes
Attributes that describe an organization device activity resource.
Declaration
object OrgDeviceActivity.AttributesProperties
| Name | Type | Description |
|---|---|---|
createdDateTime | date-time | The date and time of the creation of organization device activity. |
status | string | The top-level status of an activity. For more details, see the table below. Possible values: |
subStatus | string | The low-level status of an activity. For more details, see the table below. Possible values: |
completedDateTime | date-time | (Optional) The date and time of the completion of organization device activity. This is available only when an activity is in a |
downloadUrl | string | (Optional) A presigned URL for downloading activity logs in a CSV format. This is available only when an activity is in a |
Overview
Status
Possible values | Description |
|---|---|
| Indicates when an activity completes processing. |
| Indicates that an activity is still in progress. |
| Indicates that an activity is stopped. |
| Indicates when an activity fails processing. For more details, check the downloadable activity logs. |
Substatus
Possible values | Description |
|---|---|
| Indicates that a newly created activity is awaiting processing. |
| Indicates that an activity is in a preprocessing state. |
| Indicates that an activity is in a pending state. |
| Indicates that an activity is processing. |
| Indicates that an activity is in the postprocessing state of generating a downloadable CSV file. |
| Indicates that an activity is stopping. |
| Indicates when an activity successfully processes all items. |
| Indicates when an activity encounters an error during processing. |
| Indicates a partial failure of an activity. For more details, check the downloadable activity logs. |
| Indicates when an activity fails in postprocessing. For more details, check the downloadable activity logs. |