Recovery Points - List By Replication Protected Items
Ruft die Liste der Wiederherstellungspunkte für ein replikationsgeschütztes Element ab.
Listet die verfügbaren Wiederherstellungspunkte für ein replikationsgeschütztes Element auf.
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-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
fabric
|
path | True |
string |
Der Fabric-Name. |
protection
|
path | True |
string |
Der Name des Schutzcontainers. |
replicated
|
path | True |
string |
Der Name des geschützten Replikationselements. |
resource
|
path | True |
string |
Der Name der Ressourcengruppe, in der der Wiederherstellungsdiensttresor vorhanden ist. |
resource
|
path | True |
string |
Der Name des Wiederherstellungsdienstetresors. |
subscription
|
path | True |
string |
Die Abonnement-ID. |
api-version
|
query | True |
string |
Client-API-Version. |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
OKAY |
Sicherheit
azure_auth
Azure Active Directory OAuth2-Fluss
Typ:
oauth2
Ablauf:
implicit
Autorisierungs-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiche
Name | Beschreibung |
---|---|
user_impersonation | identitätswechseln Sie Ihr Benutzerkonto. |
Beispiele
Gets the list of recovery points for a replication protected item.
Beispielanforderung
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
Beispiel für eine Antwort
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"
}
}
]
}
Definitionen
Name | Beschreibung |
---|---|
A2ARecovery |
Details zu A2A-anbieterspezifischen Wiederherstellungspunkten. |
In |
InMage Azure V2-Anbieterspezifische Wiederherstellungspunktdetails. |
In |
InMageRcm anbieterspezifische Wiederherstellungspunktdetails. |
Recovery |
Wiederherstellungspunkt. |
Recovery |
Sammlung von Wiederherstellungspunktdetails. |
Recovery |
Wiederherstellungspunkteigenschaften. |
Recovery |
Ein Wert, der angibt, ob der Wiederherstellungspunkt mehrere VM konsistent ist. |
A2ARecoveryPointDetails
Details zu A2A-anbieterspezifischen Wiederherstellungspunkten.
Name | Typ | Beschreibung |
---|---|---|
disks |
string[] |
Liste der Datenträger-IDs, die einen Wiederherstellungspunkt darstellen. |
instanceType |
string:
A2A |
Ruft den Anbietertyp ab. |
recoveryPointSyncType |
Ein Wert, der angibt, ob der Wiederherstellungspunkt mehrere VM konsistent ist. |
InMageAzureV2RecoveryPointDetails
InMage Azure V2-Anbieterspezifische Wiederherstellungspunktdetails.
Name | Typ | Beschreibung |
---|---|---|
instanceType |
string:
In |
Ruft den Anbietertyp ab. |
isMultiVmSyncPoint |
string |
Ein Wert, der angibt, ob der Wiederherstellungspunkt mehrere VM konsistent ist. |
InMageRcmRecoveryPointDetails
InMageRcm anbieterspezifische Wiederherstellungspunktdetails.
Name | Typ | Beschreibung |
---|---|---|
instanceType |
string:
In |
Ruft den Anbietertyp ab. |
isMultiVmSyncPoint |
string |
Ein Wert, der angibt, ob der Wiederherstellungspunkt mehrere VM konsistent ist. |
RecoveryPoint
Wiederherstellungspunkt.
Name | Typ | Beschreibung |
---|---|---|
id |
string |
Ressourcen-ID |
location |
string |
Ressourcenspeicherort |
name |
string |
Ressourcenname |
properties |
Die Wiederherstellungspunkteigenschaften. |
|
type |
string |
Ressourcentyp |
RecoveryPointCollection
Sammlung von Wiederherstellungspunktdetails.
Name | Typ | Beschreibung |
---|---|---|
nextLink |
string |
Der Wert des nächsten Links. |
value |
Details des Wiederherstellungspunkts. |
RecoveryPointProperties
Wiederherstellungspunkteigenschaften.
Name | Typ | Beschreibung |
---|---|---|
providerSpecificDetails | ProviderSpecificRecoveryPointDetails: |
Die anbieterspezifischen Details für den Wiederherstellungspunkt. |
recoveryPointTime |
string |
Die Wiederherstellungspunktzeit. |
recoveryPointType |
string |
Der Wiederherstellungspunkttyp: ApplicationConsistent, CrashConsistent. |
RecoveryPointSyncType
Ein Wert, der angibt, ob der Wiederherstellungspunkt mehrere VM konsistent ist.
Name | Typ | Beschreibung |
---|---|---|
MultiVmSyncRecoveryPoint |
string |