{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ReplicationProtectedItems API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ReplicationProtectedItems", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets The List Of Replication Protected Items", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." } ] }, "docs": "Gets the list of ASR replication protected items in the protection container." }, { "info": { "name": "Microsoft Azure Gets The Details Of A Replication Protected Item", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Fabric unique name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Gets the details of an ASR replication protected item." }, { "info": { "name": "Microsoft Azure Enables Protection", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Name of the fabric." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "A name for the replication protected item." } ] }, "docs": "The operation to create an ASR replication protected item (Enable replication)." }, { "info": { "name": "Microsoft Azure Updates The Replication Protected Item Settings", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "The operation to update the recovery settings of an ASR replication protected item." }, { "info": { "name": "Microsoft Azure Purges Protection", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "The operation to delete or purge a replication protected item. This operation will force delete the replication protected item. Use the remove operation on replication protected item to perform a clean disable replication for the item." }, { "info": { "name": "Microsoft Azure Add Disk S For Protection", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/addDisks", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Unique fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Operation to add disks(s) to the replication protected item." }, { "info": { "name": "Microsoft Azure Change Or Apply Recovery Point", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/applyRecoveryPoint", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "The ARM fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "The protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "The replicated protected item name." } ] }, "docs": "The operation to change the recovery point of a failed over replication protected item." }, { "info": { "name": "Microsoft Azure Execute Cancel Failover", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/failoverCancel", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Unique fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Operation to cancel the failover of the replication protected item." }, { "info": { "name": "Microsoft Azure Execute Commit Failover", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/failoverCommit", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Unique fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Operation to commit the failover of the replication protected item." }, { "info": { "name": "Microsoft Azure Execute Planned Failover", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/plannedFailover", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Unique fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Operation to initiate a planned failover of the replication protected item." }, { "info": { "name": "Microsoft Azure Disables Protection", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/remove", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "The operation to disable replication on a replication protected item. This will also remove the item." }, { "info": { "name": "Microsoft Azure Removes Disk S", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/removeDisks", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Unique fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Operation to remove disk(s) from the replication protected item." }, { "info": { "name": "Microsoft Azure Resynchronize Or Repair Replication", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/repairReplication", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "The name of the fabric." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "The name of the container." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "The name of the replication protected item." } ] }, "docs": "The operation to start resynchronize/repair replication for a replication protected item requiring resynchronization." }, { "info": { "name": "Microsoft Azure Execute Reverse Replication\\reprotect", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/reProtect", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Unique fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Operation to reprotect or reverse replicate a failed over replication protected item." }, { "info": { "name": "Microsoft Azure Resolve Health Errors", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/resolveHealthErrors", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Unique fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Operation to resolve health issues of the replication protected item." }, { "info": { "name": "Microsoft Azure Execute Switch Provider", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/switchProvider", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Unique fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Operation to initiate a switch provider of the replication protected item." }, { "info": { "name": "Microsoft Azure Execute Test Failover", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/testFailover", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Unique fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Operation to perform a test failover of the replication protected item." }, { "info": { "name": "Microsoft Azure Execute Test Failover Cleanup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/testFailoverCleanup", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Unique fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Operation to clean up the test failover of a replication protected item." }, { "info": { "name": "Microsoft Azure Execute Unplanned Failover", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/unplannedFailover", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Unique fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "Operation to initiate a failover of the replication protected item." }, { "info": { "name": "Microsoft Azure Updates Appliance For Replication Protected Item", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/updateAppliance", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "Fabric name." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "Protection container name." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "Replication protected item name." } ] }, "docs": "The operation to update appliance of an ASR replication protected item." }, { "info": { "name": "Microsoft Azure Update The Mobility Service On A Protected Item", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationFabrics/:fabricName/replicationProtectionContainers/:protectionContainerName/replicationProtectedItems/:replicatedProtectedItemName/updateMobilityService", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "fabricName", "value": "", "type": "path", "description": "The name of the fabric containing the protected item." }, { "name": "protectionContainerName", "value": "", "type": "path", "description": "The name of the container containing the protected item." }, { "name": "replicatedProtectedItemName", "value": "", "type": "path", "description": "The name of the protected item on which the agent is to be updated." } ] }, "docs": "The operation to update(push update) the installed mobility service software on a replication protected item to the latest available version." }, { "info": { "name": "Microsoft Azure Gets The List Of Replication Protected Items", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.RecoveryServices/vaults/:resourceName/replicationProtectedItems", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client Api Version." }, { "name": "resourceName", "value": "", "type": "path", "description": "The name of the recovery services vault." }, { "name": "resourceGroupName", "value": "", "type": "path", "description": "The name of the resource group where the recovery services vault is present." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "The subscription Id." }, { "name": "skipToken", "value": "", "type": "query", "description": "The pagination token. Possible values: \"FabricId\" or \"FabricId_CloudId\" or null." }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter options." } ] }, "docs": "Gets the list of ASR replication protected items in the vault." } ] } ], "bundled": true }