v4

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

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 the operation. Some operations create jobs. This method returns the list of jobs associated with the operation.

get/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/operationsStatus/{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.

fabricNamestring required

The fabric name associated with the backup item.

containerNamestring required

The container name associated with the backup item.

protectedItemNamestring required

The name of backup item used in this GET operation.

operationIdstring required

The OperationID used in this GET operation.

Query parameters

api-versionstring required

Client API version.

Response

OK.

idstring

ID of the operation.

namestring

Name of the operation.

status'Invalid' | 'InProgress' | 'Succeeded' | 'Failed' | 'Canceled'

Operation status.

startTimestring date-time

The operation start time. The format of the time is ISO-8601.

endTimestring date-time

The operation end time. The format of the time is ISO-8601.