v4

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

Based on the query filter and the pagination parameters, this operation provides a pageable list of objects within the subscription that can be protected.

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

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

Using the following query filters, you can sort a specific backup item based on: type of backup item, status, name of the item, and more. providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and status eq { NotProtected , Protecting , Protected } and friendlyName {name} and skipToken eq {string which provides the next set of list} and topToken eq {int} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql }.

$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.