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 パラメーター

名前 / 必須 説明
fabricName
path True

string

ファブリック名。

protectionContainerName
path True

string

保護コンテナー名。

replicatedProtectedItemName
path True

string

レプリケーションで保護された項目名。

resourceGroupName
path True

string

Recovery Services コンテナーが存在するリソース グループの名前。

resourceName
path True

string

Recovery Services コンテナーの名前。

subscriptionId
path True

string

サブスクリプション ID。

api-version
query True

string

クライアント API のバージョン。

応答

名前 説明
200 OK

RecoveryPointCollection

わかりました

セキュリティ

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

定義

名前 説明
A2ARecoveryPointDetails

A2A プロバイダー固有の復旧ポイントの詳細。

InMageAzureV2RecoveryPointDetails

InMage Azure V2 プロバイダー固有の復旧ポイントの詳細。

InMageRcmRecoveryPointDetails

InMageRcm プロバイダー固有の回復ポイントの詳細。

RecoveryPoint

復旧ポイント。

RecoveryPointCollection

復旧ポイントの詳細のコレクション。

RecoveryPointProperties

復旧ポイントのプロパティ。

RecoveryPointSyncType

復旧ポイントがマルチ VM 整合性であるかどうかを示す値。

A2ARecoveryPointDetails

A2A プロバイダー固有の復旧ポイントの詳細。

名前 説明
disks

string[]

復旧ポイントを表すディスク ID の一覧。

instanceType string:

A2A

プロバイダーの種類を取得します。

recoveryPointSyncType

RecoveryPointSyncType

復旧ポイントがマルチ VM 整合性であるかどうかを示す値。

InMageAzureV2RecoveryPointDetails

InMage Azure V2 プロバイダー固有の復旧ポイントの詳細。

名前 説明
instanceType string:

InMageAzureV2

プロバイダーの種類を取得します。

isMultiVmSyncPoint

string

復旧ポイントがマルチ VM 整合性であるかどうかを示す値。

InMageRcmRecoveryPointDetails

InMageRcm プロバイダー固有の回復ポイントの詳細。

名前 説明
instanceType string:

InMageRcm

プロバイダーの種類を取得します。

isMultiVmSyncPoint

string

復旧ポイントがマルチ VM 整合性であるかどうかを示す値。

RecoveryPoint

復旧ポイント。

名前 説明
id

string

リソース ID

location

string

リソースの場所

name

string

リソース名

properties

RecoveryPointProperties

復旧ポイントのプロパティ。

type

string

リソースの種類

RecoveryPointCollection

復旧ポイントの詳細のコレクション。

名前 説明
nextLink

string

次のリンクの値。

value

RecoveryPoint[]

復旧ポイントの詳細。

RecoveryPointProperties

復旧ポイントのプロパティ。

名前 説明
providerSpecificDetails ProviderSpecificRecoveryPointDetails:

復旧ポイントのプロバイダー固有の詳細。

recoveryPointTime

string

復旧ポイントの時刻。

recoveryPointType

string

復旧ポイントの種類: ApplicationConsistent、CrashConsistent。

RecoveryPointSyncType

復旧ポイントがマルチ VM 整合性であるかどうかを示す値。

名前 説明
MultiVmSyncRecoveryPoint

string