共用方式為


Recovery Points - List By Replication Protected Items

取得複寫受保護項目的恢復點清單。
列出複寫受保護專案的可用恢復點。

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 參數

名稱 位於 必要 類型 Description
fabricName
path True

string

網狀架構名稱。

protectionContainerName
path True

string

保護容器名稱。

replicatedProtectedItemName
path True

string

複寫受保護的項目名稱。

resourceGroupName
path True

string

復原服務保存庫所在的資源群組名稱。

resourceName
path True

string

復原服務保存庫的名稱。

subscriptionId
path True

string

訂用帳戶標識碼。

api-version
query True

string

用戶端 API 版本。

回應

名稱 類型 Description
200 OK

RecoveryPointCollection

還行

安全性

azure_auth

Azure Active Directory OAuth2 Flow

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶。

範例

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

範例要求

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

範例回覆

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

定義

名稱 Description
A2ARecoveryPointDetails

A2A 提供者特定的恢復點詳細數據。

InMageAzureV2RecoveryPointDetails

InMage Azure V2 提供者特定恢復點詳細數據。

InMageRcmRecoveryPointDetails

InMageRcm 提供者特定的恢復點詳細數據。

RecoveryPoint

恢復點。

RecoveryPointCollection

收集恢復點詳細數據。

RecoveryPointProperties

恢復點屬性。

RecoveryPointSyncType

值,指出恢復點是否為多重 VM 一致。

A2ARecoveryPointDetails

A2A 提供者特定的恢復點詳細數據。

名稱 類型 Description
disks

string[]

代表恢復點的磁碟標識碼清單。

instanceType string:

A2A

取得提供者類型。

recoveryPointSyncType

RecoveryPointSyncType

值,指出恢復點是否為多重 VM 一致。

InMageAzureV2RecoveryPointDetails

InMage Azure V2 提供者特定恢復點詳細數據。

名稱 類型 Description
instanceType string:

InMageAzureV2

取得提供者類型。

isMultiVmSyncPoint

string

值,指出恢復點是否為多重 VM 一致。

InMageRcmRecoveryPointDetails

InMageRcm 提供者特定的恢復點詳細數據。

名稱 類型 Description
instanceType string:

InMageRcm

取得提供者類型。

isMultiVmSyncPoint

string

值,指出恢復點是否為多重 VM 一致。

RecoveryPoint

恢復點。

名稱 類型 Description
id

string

資源標識碼

location

string

資源位置

name

string

資源名稱

properties

RecoveryPointProperties

恢復點屬性。

type

string

資源類型

RecoveryPointCollection

收集恢復點詳細數據。

名稱 類型 Description
nextLink

string

下一個連結的值。

value

RecoveryPoint[]

恢復點詳細數據。

RecoveryPointProperties

恢復點屬性。

名稱 類型 Description
providerSpecificDetails ProviderSpecificRecoveryPointDetails:

恢復點的提供者特定詳細數據。

recoveryPointTime

string

恢復點時間。

recoveryPointType

string

恢復點類型:ApplicationConsistent、CrashConsistent。

RecoveryPointSyncType

值,指出恢復點是否為多重 VM 一致。

名稱 類型 Description
MultiVmSyncRecoveryPoint

string