Migration Recovery Points - List By Replication Migration Items

Ruft die Wiederherstellungspunkte für ein Migrationselement ab.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/migrationRecoveryPoints?api-version=2023-02-01

URI-Parameter

Name In Erforderlich Typ Beschreibung
fabricName
path True

string

Fabric eindeutiger Name.

migrationItemName
path True

string

Name des Migrationselements.

protectionContainerName
path True

string

Name des Schutzcontainers.

resourceGroupName
path True

string

Der Name der Ressourcengruppe, in der sich der Recovery Services-Tresor befindet.

resourceName
path True

string

Der Name des Recovery Services-Tresors.

subscriptionId
path True

string

Die Abonnement-ID.

api-version
query True

string

Client-API-Version.

Antworten

Name Typ Beschreibung
200 OK

MigrationRecoveryPointCollection

OK

Sicherheit

azure_auth

Azure Active Directory-OAuth2-Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Beschreibung
user_impersonation Identität Ihres Benutzerkontos annehmen.

Beispiele

Gets the recovery points for a migration item.

Sample Request

GET https://management.azure.com/subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationFabrics/vmwarefabric1/replicationProtectionContainers/vmwareContainer1/replicationMigrationItems/virtualmachine1/migrationRecoveryPoints?api-version=2023-02-01

Sample Response

Azure-AsyncOperation: https://management.azure.com/Subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationOperationStatus/a93f3cd5-9035-4b1e-a2c9-b16df6d5d34b?api-version=2023-02-01
{
  "value": [
    {
      "name": "648336ef-2d70-4d98-b100-8c299f97cd41",
      "type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints",
      "id": "/Subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationFabrics/vmwarefabric1/replicationProtectionContainers/vmwareContainer1/replicationMigrationItems/virtualmachine1/migrationRecoveryPoints/648336ef-2d70-4d98-b100-8c299f97cd41",
      "properties": {
        "recoveryPointTime": "2017-04-26T06:37:50.8082715Z",
        "recoveryPointType": "CrashConsistent"
      }
    },
    {
      "name": "34cb2d05-e730-4d3f-b96b-a60a5e92acb2",
      "type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints",
      "id": "/Subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationFabrics/vmwarefabric1/replicationProtectionContainers/vmwareContainer1/replicationMigrationItems/virtualmachine1/migrationRecoveryPoints/34cb2d05-e730-4d3f-b96b-a60a5e92acb2",
      "properties": {
        "recoveryPointTime": "2017-04-26T07:37:30.9722019Z",
        "recoveryPointType": "CrashConsistent"
      }
    }
  ]
}

Definitionen

Name Beschreibung
MigrationRecoveryPoint

Wiederherstellungspunkt für ein Migrationselement.

MigrationRecoveryPointCollection

Sammlung von Wiederherstellungspunkten für die Migration.

MigrationRecoveryPointProperties

Eigenschaften des Wiederherstellungspunkts für Migrationselemente.

MigrationRecoveryPointType

Der Wiederherstellungspunkttyp.

MigrationRecoveryPoint

Wiederherstellungspunkt für ein Migrationselement.

Name Typ Beschreibung
id

string

Ressourcen-ID

location

string

Resource Location

name

string

Ressourcenname

properties

MigrationRecoveryPointProperties

Eigenschaften des Wiederherstellungspunkts.

type

string

Ressourcentyp

MigrationRecoveryPointCollection

Sammlung von Wiederherstellungspunkten für die Migration.

Name Typ Beschreibung
nextLink

string

Der Wert des nächsten Links.

value

MigrationRecoveryPoint[]

Details zum Wiederherstellungspunkt für die Migration.

MigrationRecoveryPointProperties

Eigenschaften des Wiederherstellungspunkts für Migrationselemente.

Name Typ Beschreibung
recoveryPointTime

string

Der Zeitpunkt des Wiederherstellungspunkts.

recoveryPointType

MigrationRecoveryPointType

Der Wiederherstellungspunkttyp.

MigrationRecoveryPointType

Der Wiederherstellungspunkttyp.

Name Typ Beschreibung
ApplicationConsistent

string

CrashConsistent

string

NotSpecified

string