BackupOperationStatuses
Gets the status of an operation such as triggering a backup or restore. The status can be In progress, Completed or Failed. You can refer to the OperationStatus enum for all the possible states of an operation. Some operations create jobs. This method returns the list of jobs when the operation is complete.
get/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupOperations/{operationId}
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.
operationIdstring required
The ID of the operation.
Query parameters
api-versionstring required
Client API version.
Response
OK.