{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector AzureBackupJob API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "AzureBackupJob", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dataprotection Backupvaults Vaultname Backupjobs Jobid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataProtection/backupVaults/:vaultName/backupJobs/:jobId", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The name of the backup vault." }, { "name": "jobId", "value": "", "type": "path", "description": "The Job ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." } ] }, "docs": "Gets a job with id in a backup vault" }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dataprotection Backupvaults Vaultname Backupjobs Jobid Triggercancel", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataProtection/backupVaults/:vaultName/backupJobs/:jobId/triggerCancel", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The name of the backup vault." }, { "name": "jobId", "value": "", "type": "path", "description": "The Job ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." } ] }, "docs": "Triggers cancellation of Job and returns an OperationID to track." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dataprotection Backupvaults Vaultname Backupjobs Jobid Generateprogressurl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataProtection/backupVaults/:vaultName/backupJobs/:jobId/generateProgressUrl", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The name of the backup vault." }, { "name": "jobId", "value": "", "type": "path", "description": "The Job ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000)." } ] }, "docs": "Generates read SAS URL for a blob from which current job progress can be read." }, { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dataprotection Backupvaults Vaultname Exportbackupjobs", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataProtection/backupVaults/:vaultName/exportBackupJobs", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The name of the backup vault." } ] }, "docs": "Triggers export of jobs and returns an OperationID to track." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Dataprotection Backupvaults Vaultname Backupjobs Operations Operationid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.DataProtection/backupVaults/:vaultName/backupJobs/operations/:operationId", "params": [ { "name": "vaultName", "value": "", "type": "path", "description": "The name of the backup vault." }, { "name": "operationId", "value": "", "type": "path", "description": "OperationID which represents the export job." } ] }, "docs": "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." } ] } ], "bundled": true }