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-10-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
fabric
|
path | True |
string |
ファブリック名。 |
protection
|
path | True |
string |
保護コンテナー名。 |
replicated
|
path | True |
string |
レプリケーションで保護された項目名。 |
resource
|
path | True |
string |
Recovery Services コンテナーが存在するリソース グループの名前。 |
resource
|
path | True |
string |
Recovery Services コンテナーの名前。 |
subscription
|
path | True |
string |
サブスクリプション ID。 |
api-version
|
query | True |
string |
クライアント API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
わかりました |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
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-10-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-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"
}
}
]
}
定義
名前 | 説明 |
---|---|
A2ARecovery |
A2A プロバイダー固有の復旧ポイントの詳細。 |
In |
InMage Azure V2 プロバイダー固有の復旧ポイントの詳細。 |
In |
InMageRcm プロバイダー固有の回復ポイントの詳細。 |
Recovery |
復旧ポイント。 |
Recovery |
復旧ポイントの詳細のコレクション。 |
Recovery |
復旧ポイントのプロパティ。 |
Recovery |
復旧ポイントがマルチ VM 整合性であるかどうかを示す値。 |
A2ARecoveryPointDetails
A2A プロバイダー固有の復旧ポイントの詳細。
名前 | 型 | 説明 |
---|---|---|
disks |
string[] |
復旧ポイントを表すディスク ID の一覧。 |
instanceType |
string:
A2A |
プロバイダーの種類を取得します。 |
recoveryPointSyncType |
復旧ポイントがマルチ VM 整合性であるかどうかを示す値。 |
InMageAzureV2RecoveryPointDetails
InMage Azure V2 プロバイダー固有の復旧ポイントの詳細。
名前 | 型 | 説明 |
---|---|---|
instanceType |
string:
In |
プロバイダーの種類を取得します。 |
isMultiVmSyncPoint |
string |
復旧ポイントがマルチ VM 整合性であるかどうかを示す値。 |
InMageRcmRecoveryPointDetails
InMageRcm プロバイダー固有の回復ポイントの詳細。
名前 | 型 | 説明 |
---|---|---|
instanceType |
string:
In |
プロバイダーの種類を取得します。 |
isMultiVmSyncPoint |
string |
復旧ポイントがマルチ VM 整合性であるかどうかを示す値。 |
RecoveryPoint
復旧ポイント。
名前 | 型 | 説明 |
---|---|---|
id |
string |
リソース ID |
location |
string |
リソースの場所 |
name |
string |
リソース名 |
properties |
復旧ポイントのプロパティ。 |
|
type |
string |
リソースの種類 |
RecoveryPointCollection
復旧ポイントの詳細のコレクション。
名前 | 型 | 説明 |
---|---|---|
nextLink |
string |
次のリンクの値。 |
value |
復旧ポイントの詳細。 |
RecoveryPointProperties
復旧ポイントのプロパティ。
名前 | 型 | 説明 |
---|---|---|
providerSpecificDetails | ProviderSpecificRecoveryPointDetails: |
復旧ポイントのプロバイダー固有の詳細。 |
recoveryPointTime |
string |
復旧ポイントの時刻。 |
recoveryPointType |
string |
復旧ポイントの種類: ApplicationConsistent、CrashConsistent。 |
RecoveryPointSyncType
復旧ポイントがマルチ VM 整合性であるかどうかを示す値。
名前 | 型 | 説明 |
---|---|---|
MultiVmSyncRecoveryPoint |
string |