Jobs - Get Import Export Job

Gets the status of an import or export job in the IoT Hub. See https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-identity-registry#import-and-export-device-identities for more information.

GET https://fully-qualified-iothubname.azure-devices.net/jobs/{id}?api-version=2020-05-31-preview

URI Parameters

Name In Required Type Description
id
path True

string

The unique identifier of the job.

api-version
query True

string

Version of the Api.

Responses

Name Type Description
200 OK

JobProperties

OK.

Definitions

JobProperties

Name Type Description
configurationsBlobName

string

Defaults to configurations.txt. Specifies the name of the blob to use when exporting/importing configurations.

endTimeUtc

string

System generated. Ignored at creation. The end date and time of the job in UTC.

excludeKeysInExport

boolean

Optional for export jobs; ignored for other jobs. If not specified, the service defaults to false. If false, authorization keys are included in export output. Keys are exported as null otherwise.

failureReason

string

System genereated. Ignored at creation. The reason for failure, if a failure occurred.

includeConfigurations

boolean

Defaults to false. If true, then configurations are included in the data export/import.

inputBlobContainerUri

string

The URI containing SAS token to a blob container that contains registry data to sync.

inputBlobName

string

The blob name to use when importing from the input blob container.

jobId

string

The unique identifier of the job.

outputBlobContainerUri

string

The SAS token to access the blob container. This is used to output the status and results of the job.

outputBlobName

string

The blob name that will be created in the output blob container. This blob will contain the exported device registry information for the IoT Hub.

progress

integer

System generated. Ignored at creation. The percentage of job completion.

startTimeUtc

string

System generated. Ignored at creation. The start date and time of the job in UTC.

status enum:
  • cancelled
  • completed
  • enqueued
  • failed
  • queued
  • running
  • scheduled
  • unknown

System generated. Ignored at creation. The status of the job.

storageAuthenticationType enum:
  • identityBased
  • keyBased

The authentication type used for connecting to the storage account.

type enum:
  • backup
  • export
  • factoryResetDevice
  • failoverDataCopy
  • firmwareUpdate
  • import
  • readDeviceProperties
  • rebootDevice
  • restoreFromBackup
  • scheduleDeviceMethod
  • scheduleUpdateTwin
  • unknown
  • updateDeviceConfiguration
  • writeDeviceProperties

The job type.