Contents

OrgDeviceActivity.Attributes

Attributes that describe an organization device activity resource.

Declaration

object OrgDeviceActivity.Attributes

Properties

NameTypeDescription
createdDateTimedate-time

The date and time of the creation of organization device activity.

statusstring

The top-level status of an activity. For more details, see the table below. Possible values: COMPLETED, IN_PROGRESS, STOPPED, FAILED

subStatusstring

The low-level status of an activity. For more details, see the table below. Possible values: SUBMITTED,PRE_PROCESSING,PENDING,PROCESSING,POST_PROCESSING, STOPPING,COMPLETED_WITH_SUCCESS,COMPLETED_WITH_ERROR,COMPLETED_WITH_FAILURE,COMPLETED_POST_PROCESSING_FAILED

completedDateTimedate-time

(Optional) The date and time of the completion of organization device activity. This is available only when an activity is in a COMPLETED status.

downloadUrlstring

(Optional) A presigned URL for downloading activity logs in a CSV format. This is available only when an activity is in a COMPLETED status.

Overview

Status

Possible values

Description

COMPLETED

Indicates when an activity completes processing.

IN_PROGRESS

Indicates that an activity is still in progress.

STOPPED

Indicates that an activity is stopped.

FAILED

Indicates when an activity fails processing. For more details, check the downloadable activity logs.

Substatus

Possible values

Description

SUBMITTED

Indicates that a newly created activity is awaiting processing.

PRE_PROCESSING

Indicates that an activity is in a preprocessing state.

PENDING

Indicates that an activity is in a pending state.

PROCESSING

Indicates that an activity is processing.

POST_PROCESSING

Indicates that an activity is in the postprocessing state of generating a downloadable CSV file.

STOPPING

Indicates that an activity is stopping.

COMPLETED_WITH_SUCCESS

Indicates when an activity successfully processes all items.

COMPLETED_WITH_ERROR

Indicates when an activity encounters an error during processing.

COMPLETED_WITH_FAILURE

Indicates a partial failure of an activity. For more details, check the downloadable activity logs.

COMPLETED_POST_PROCESSING_FAILED

Indicates when an activity fails in postprocessing. For more details, check the downloadable activity logs.