Dela via


Recovery Points - List By Replication Protected Items

Hämtar listan över återställningspunkter för ett replikeringsskyddat objekt.
Visar en lista över tillgängliga återställningspunkter för ett replikeringsskyddat objekt.

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-parametrar

Name I Obligatorisk Typ Description
fabricName
path True

string

Infrastrukturresursens namn.

protectionContainerName
path True

string

Namnet på skyddscontainern.

replicatedProtectedItemName
path True

string

Namn på replikeringsskyddat objekt.

resourceGroupName
path True

string

Namnet på resursgruppen där Recovery Services-valvet finns.

resourceName
path True

string

Namnet på Recovery Services-valvet.

subscriptionId
path True

string

Prenumerations-ID:t.

api-version
query True

string

Klient-API-version.

Svar

Name Typ Description
200 OK

RecoveryPointCollection

OKEJ

Säkerhet

azure_auth

Azure Active Directory OAuth2 Flow

Typ: oauth2
Flow: implicit
Auktoriseringswebbadress: https://login.microsoftonline.com/common/oauth2/authorize

Omfattningar

Name Description
user_impersonation personifiera ditt användarkonto.

Exempel

Gets the list of recovery points for a replication protected item.

Exempelbegäran

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

Exempelsvar

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"
      }
    }
  ]
}

Definitioner

Name Description
A2ARecoveryPointDetails

A2A-providerspecifik information om återställningspunkter.

InMageAzureV2RecoveryPointDetails

Specifik information om InMage Azure V2-providern.

InMageRcmRecoveryPointDetails

Information om inMageRcm-providern.

RecoveryPoint

Återställningspunkt.

RecoveryPointCollection

Insamling av information om återställningspunkter.

RecoveryPointProperties

Egenskaper för återställningspunkt.

RecoveryPointSyncType

Ett värde som anger om återställningspunkten är konsekvent för flera virtuella datorer.

A2ARecoveryPointDetails

A2A-providerspecifik information om återställningspunkter.

Name Typ Description
disks

string[]

Lista över disk-ID:t som representerar en återställningspunkt.

instanceType string:

A2A

Hämtar providertypen.

recoveryPointSyncType

RecoveryPointSyncType

Ett värde som anger om återställningspunkten är konsekvent för flera virtuella datorer.

InMageAzureV2RecoveryPointDetails

Specifik information om InMage Azure V2-providern.

Name Typ Description
instanceType string:

InMageAzureV2

Hämtar providertypen.

isMultiVmSyncPoint

string

Ett värde som anger om återställningspunkten är konsekvent för flera virtuella datorer.

InMageRcmRecoveryPointDetails

Information om inMageRcm-providern.

Name Typ Description
instanceType string:

InMageRcm

Hämtar providertypen.

isMultiVmSyncPoint

string

Ett värde som anger om återställningspunkten är konsekvent för flera virtuella datorer.

RecoveryPoint

Återställningspunkt.

Name Typ Description
id

string

Resurs-ID

location

string

Resursplats

name

string

Resursnamn

properties

RecoveryPointProperties

Egenskaperna för återställningspunkten.

type

string

Resurstyp

RecoveryPointCollection

Insamling av information om återställningspunkter.

Name Typ Description
nextLink

string

Värdet för nästa länk.

value

RecoveryPoint[]

Information om återställningspunkten.

RecoveryPointProperties

Egenskaper för återställningspunkt.

Name Typ Description
providerSpecificDetails ProviderSpecificRecoveryPointDetails:

Providerspecifik information för återställningspunkten.

recoveryPointTime

string

Återställningspunkttiden.

recoveryPointType

string

Typ av återställningspunkt: ApplicationConsistent, CrashConsistent.

RecoveryPointSyncType

Ett värde som anger om återställningspunkten är konsekvent för flera virtuella datorer.

Name Typ Description
MultiVmSyncRecoveryPoint

string