v4

latestSwagger 2.02026-07-1350117170.5 KB
AzureBackupJob

Gets the operation result of operation triggered by Export Jobs API. If the operation is successful, then it also contains URL of a Blob and a SAS key to access the same. The blob contains exported jobs in JSON serialized format.

get/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataProtection/backupVaults/{vaultName}/backupJobs/operations/{operationId}

Path parameters

subscriptionIdstring required

The subscription Id.

resourceGroupNamestring required

The name of the resource group where the backup vault is present.

vaultNamestring required

The name of the backup vault.

operationIdstring required

OperationID which represents the export job.

Query parameters

api-versionstring required

Client Api Version.

Response

OK

blobUrlstring

URL of the blob into which the serialized string of list of jobs is exported.

blobSasKeystring

SAS key to access the blob.

excelFileBlobUrlstring

URL of the blob into which the ExcelFile is uploaded.

excelFileBlobSasKeystring

SAS key to access the ExcelFile blob.