Recovery Points - List By Replication Protected Items
Hiermee haalt u de lijst met herstelpunten voor een met replicatie beveiligd item op.
Geeft een lijst weer van de beschikbare herstelpunten voor een met replicatie beveiligd 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-10-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
fabric
|
path | True |
string |
De naam van de infrastructuur. |
protection
|
path | True |
string |
De naam van de beveiligingscontainer. |
replicated
|
path | True |
string |
De naam van het met replicatie beveiligde item. |
resource
|
path | True |
string |
De naam van de resourcegroep waarin de Recovery Services-kluis aanwezig is. |
resource
|
path | True |
string |
De naam van de Recovery Services-kluis. |
subscription
|
path | True |
string |
De abonnements-id. |
api-version
|
query | True |
string |
Client-API-versie. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
OK |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | Imitatie van uw gebruikersaccount. |
Voorbeelden
Gets the list of recovery points for a replication protected item.
Voorbeeldaanvraag
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-10-01
Voorbeeldrespons
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-10-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"
}
}
]
}
Definities
Name | Description |
---|---|
A2ARecovery |
Details van A2A-providerspecifieke herstelpunten. |
In |
Details van specifieke herstelpunten inMage Azure V2-provider. |
In |
Details van inMageRcm-providerspecifieke herstelpunten. |
Recovery |
Herstelpunt. |
Recovery |
Verzameling van details van herstelpunt. |
Recovery |
Eigenschappen van herstelpunt. |
Recovery |
Een waarde die aangeeft of het herstelpunt multi-VM consistent is. |
A2ARecoveryPointDetails
Details van A2A-providerspecifieke herstelpunten.
Name | Type | Description |
---|---|---|
disks |
string[] |
Lijst met schijf-id's die een herstelpunt vertegenwoordigen. |
instanceType |
string:
A2A |
Hiermee haalt u het providertype op. |
recoveryPointSyncType |
Een waarde die aangeeft of het herstelpunt multi-VM consistent is. |
InMageAzureV2RecoveryPointDetails
Details van specifieke herstelpunten inMage Azure V2-provider.
Name | Type | Description |
---|---|---|
instanceType |
string:
In |
Hiermee haalt u het providertype op. |
isMultiVmSyncPoint |
string |
Een waarde die aangeeft of het herstelpunt multi-VM consistent is. |
InMageRcmRecoveryPointDetails
Details van inMageRcm-providerspecifieke herstelpunten.
Name | Type | Description |
---|---|---|
instanceType |
string:
In |
Hiermee haalt u het providertype op. |
isMultiVmSyncPoint |
string |
Een waarde die aangeeft of het herstelpunt multi-VM consistent is. |
RecoveryPoint
Herstelpunt.
Name | Type | Description |
---|---|---|
id |
string |
Resource-id |
location |
string |
Resourcelocatie |
name |
string |
Resourcenaam |
properties |
De eigenschappen van het herstelpunt. |
|
type |
string |
Resourcetype |
RecoveryPointCollection
Verzameling van details van herstelpunt.
Name | Type | Description |
---|---|---|
nextLink |
string |
De waarde van de volgende koppeling. |
value |
De details van het herstelpunt. |
RecoveryPointProperties
Eigenschappen van herstelpunt.
Name | Type | Description |
---|---|---|
providerSpecificDetails | ProviderSpecificRecoveryPointDetails: |
De provider heeft specifieke details voor het herstelpunt. |
recoveryPointTime |
string |
Het herstelpunt. |
recoveryPointType |
string |
Het type herstelpunt: ApplicationConsistent, CrashConsistent. |
RecoveryPointSyncType
Een waarde die aangeeft of het herstelpunt multi-VM consistent is.
Name | Type | Description |
---|---|---|
MultiVmSyncRecoveryPoint |
string |