v4

latestSwagger 2.0raw.githubusercontent.com2019-06-1833108139.7 KB
Jobs

Provides a pageable list of jobs.

get/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobs

Path parameters

vaultNamestring required

The name of the Recovery Services vault.

resourceGroupNamestring required

The name of the resource group associated with the Recovery Services vault.

subscriptionIdstring required

The subscription ID.

Query parameters

api-versionstring required

Client API version.

$filterstring

The following equation can be used to filter the list of jobs based on status, type, start date, and end date. status eq { InProgress , Completed , Failed , CompletedWithWarnings , Cancelled , Cancelling } and backupManagementType eq {AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and operation eq { ConfigureBackup , Backup , Restore , DisableBackup , DeleteBackupData } and jobId eq {guid} and startTime eq { yyyy-mm-dd hh:mm:ss PM } and endTime eq { yyyy-mm-dd hh:mm:ss PM }.

$skipTokenstring

The Skip Token filter.

Response

OK.

nextLinkstring

The URI to GET the next page of resources. Call ListNext() gets the next page of resources.