Recovery Points - List By Replication Protected Items
Gets the list of recovery points for a replication protected item.
Lists the available recovery points for a replication protected item.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationProtectedItems/{replicatedProtectedItemName}/recoveryPoints?api-version=2024-04-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
fabric
|
path | True |
string |
The fabric name. |
protection
|
path | True |
string |
The protection container name. |
replicated
|
path | True |
string |
The replication protected item name. |
resource
|
path | True |
string |
The name of the resource group where the recovery services vault is present. |
resource
|
path | True |
string |
The name of the recovery services vault. |
subscription
|
path | True |
string |
The subscription Id. |
api-version
|
query | True |
string |
Client Api Version. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account. |
Examples
Gets the list of recovery points for a replication protected item.
Sample request
GET https://management.azure.com/subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/resourceGroupPS1/providers/Microsoft.RecoveryServices/vaults/vault1/replicationFabrics/cloud1/replicationProtectionContainers/cloud_6d224fc6-f326-5d35-96de-fbf51efb3179/replicationProtectedItems/f8491e4f-817a-40dd-a90c-af773978c75b/recoveryPoints?api-version=2024-04-01
Sample response
Azure-AsyncOperation: https://management.azure.com/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/resourceGroupPS1/providers/Microsoft.RecoveryServices/vaults/vault1/replicationOperationStatus/a93f3cd5-9035-4b1e-a2c9-b16df6d5d34b?api-version=2024-04-01
{
"value": [
{
"name": "b22134ea-620c-474b-9fa5-3c1cb47708e3",
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints",
"id": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/resourceGroupPS1/providers/Microsoft.RecoveryServices/vaults/vault1/replicationFabrics/cloud1/replicationProtectionContainers/cloud_6d224fc6-f326-5d35-96de-fbf51efb3179/replicationProtectedItems/f8491e4f-817a-40dd-a90c-af773978c75b/recoveryPoints/b22134ea-620c-474b-9fa5-3c1cb47708e3",
"properties": {
"recoveryPointTime": "2017-04-26T06:37:50.8082715Z",
"recoveryPointType": "CrashConsistent"
}
},
{
"name": "34cb2d05-e730-4d3f-b96b-a60a5e92acb2",
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationProtectedItems/recoveryPoints",
"id": "/Subscriptions/c183865e-6077-46f2-a3b1-deb0f4f4650a/resourceGroups/resourceGroupPS1/providers/Microsoft.RecoveryServices/vaults/vault1/replicationFabrics/cloud1/replicationProtectionContainers/cloud_6d224fc6-f326-5d35-96de-fbf51efb3179/replicationProtectedItems/f8491e4f-817a-40dd-a90c-af773978c75b/recoveryPoints/34cb2d05-e730-4d3f-b96b-a60a5e92acb2",
"properties": {
"recoveryPointTime": "2017-04-26T07:37:30.9722019Z",
"recoveryPointType": "CrashConsistent"
}
}
]
}
Definitions
Name | Description |
---|---|
A2ARecovery |
A2A provider specific recovery point details. |
In |
InMage Azure V2 provider specific recovery point details. |
In |
InMageRcm provider specific recovery point details. |
Recovery |
Recovery point. |
Recovery |
Collection of recovery point details. |
Recovery |
Recovery point properties. |
Recovery |
A value indicating whether the recovery point is multi VM consistent. |
A2ARecoveryPointDetails
A2A provider specific recovery point details.
Name | Type | Description |
---|---|---|
disks |
string[] |
List of disk ids representing a recovery point. |
instanceType |
string:
A2A |
Gets the provider type. |
recoveryPointSyncType |
A value indicating whether the recovery point is multi VM consistent. |
InMageAzureV2RecoveryPointDetails
InMage Azure V2 provider specific recovery point details.
Name | Type | Description |
---|---|---|
instanceType |
string:
In |
Gets the provider type. |
isMultiVmSyncPoint |
string |
A value indicating whether the recovery point is multi VM consistent. |
InMageRcmRecoveryPointDetails
InMageRcm provider specific recovery point details.
Name | Type | Description |
---|---|---|
instanceType |
string:
In |
Gets the provider type. |
isMultiVmSyncPoint |
string |
A value indicating whether the recovery point is multi VM consistent. |
RecoveryPoint
Recovery point.
Name | Type | Description |
---|---|---|
id |
string |
Resource Id |
location |
string |
Resource Location |
name |
string |
Resource Name |
properties |
The recovery point properties. |
|
type |
string |
Resource Type |
RecoveryPointCollection
Collection of recovery point details.
Name | Type | Description |
---|---|---|
nextLink |
string |
The value of next link. |
value |
The recovery point details. |
RecoveryPointProperties
Recovery point properties.
Name | Type | Description |
---|---|---|
providerSpecificDetails | ProviderSpecificRecoveryPointDetails: |
The provider specific details for the recovery point. |
recoveryPointTime |
string |
The recovery point time. |
recoveryPointType |
string |
The recovery point type: ApplicationConsistent, CrashConsistent. |
RecoveryPointSyncType
A value indicating whether the recovery point is multi VM consistent.
Name | Type | Description |
---|---|---|
MultiVmSyncRecoveryPoint |
string |