title | description | author | manager | editor | services | documentationcenter | ms.assetid | ms.service | ms.workload | ms.tgt_pltfrm | ms.devlang | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Using the Azure Import/Export service REST API | Microsoft Docs |
Learn how to use the Azure Import/Export service REST API |
renashahmsft |
aungoo |
tysonn |
storage |
233f80e9-2e7f-48e0-9639-5c7785e7d743 |
storage |
storage |
na |
na |
article |
12/16/2016 |
renash |
The Microsoft Azure Import/Export service exposes a REST API to enable programmatic control of import/export jobs. You can use the REST API to perform all of the import/export operations that you can perform with the Azure portal. Additionally, you can use the REST API to perform certain granular operations, such as querying the percentage completion of a job, which are not currently available in the classic portal.
See Using the Microsoft Azure Import/Export service to Transfer Data to Blob Storage for an overview of the Import/Export service and a tutorial that demonstrates how to use the classic portal to create and manage import and export jobs.
The Azure Import/Export service is a resource provider for Azure Resource Manager and provides a set of REST APIs at the following HTTPS endpoint for managing import/export jobs:
https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.ImportExport/jobs/<job-name>
Requests to the Import/Export service must specify the api-version
parameter and set its value to 2016-11-01
.
Retrieving State Information for a Job