v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14109645376.3 KB

Get information about an import task and count of device onboarding summary information for the import task.

get/wireless_device_import_task/{Id}

Path parameters

Idstring required

The identifier of the import task for which information is requested.

Response

Success

Idstring

The identifier of the import task for which information is retrieved.

Arnstring

The ARN (Amazon Resource Name) of the import task.

DestinationNamestring

The name of the destination that's assigned to the wireless devices in the import task.

CreationTimestring date-time

The time at which the import task was created.

Status'INITIALIZING' | 'INITIALIZED' | 'PENDING' | 'COMPLETE' | 'FAILED' | 'DELETING'

The import task status.

StatusReasonstring

The reason for the provided status information, such as a validation error that causes the import task to fail.

InitializedImportedDeviceCountinteger

The number of devices in the import task that are waiting for the control log to start processing.

PendingImportedDeviceCountinteger

The number of devices in the import task that are waiting in the import task queue to be onboarded.

OnboardedImportedDeviceCountinteger

The number of devices in the import task that have been onboarded to the import task.

FailedImportedDeviceCountinteger

The number of devices in the import task that failed to onboard to the import task.