Delen via


Volumes - List Replications

Replicaties voor volume vermelden
Alle replicaties voor een opgegeven volume weergeven

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/listReplications?api-version=2024-03-01

URI-parameters

Name In Vereist Type Description
accountName
path True

string

De naam van het NetApp-account

Regex-patroon: ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,127}$

poolName
path True

string

De naam van de capaciteitspool

Regex-patroon: ^[a-zA-Z0-9][a-zA-Z0-9\-_]{0,63}$

resourceGroupName
path True

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

subscriptionId
path True

string

uuid

De id van het doelabonnement. De waarde moet een UUID zijn.

volumeName
path True

string

De naam van het volume

Regex-patroon: ^[a-zA-Z][a-zA-Z0-9\-_]{0,63}$

api-version
query True

string

De API-versie die voor deze bewerking moet worden gebruikt.

Antwoorden

Name Type Description
200 OK

listReplications

OK

Other Status Codes

ErrorResponse

Foutreactie waarin wordt beschreven waarom de bewerking is mislukt.

Beveiliging

azure_auth

Azure Active Directory OAuth2-stroom

Type: oauth2
Stroom: implicit
Autorisatie-URL: https://login.microsoftonline.com/common/oauth2/authorize

Bereiken

Name Description
user_impersonation Uw gebruikersaccount imiteren

Voorbeelden

Volumes_ListReplications

Voorbeeldaanvraag

POST https://management.azure.com/subscriptions/D633CC2E-722B-4AE1-B636-BBD9E4C60ED9/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume1/listReplications?api-version=2024-03-01

Voorbeeldrespons

{
  "value": [
    {
      "replicationSchedule": "daily",
      "remoteVolumeResourceId": "/subscriptions/36e85c76-e720-473e-881f-e2fe72f462d0/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account-5999/capacityPools/pool-0977/volumes/volume-4508",
      "remoteVolumeRegion": "westus"
    }
  ]
}

Definities

Name Description
EndpointType

Geeft aan of het lokale volume de bron of het doel is voor de volumereplicatie

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

ErrorDetail

De foutdetails.

ErrorResponse

Foutreactie

listReplications

Replicaties vermelden

replication

Replicatie-eigenschappen

ReplicationSchedule

Rooster

EndpointType

Geeft aan of het lokale volume de bron of het doel is voor de volumereplicatie

Name Type Description
dst

string

src

string

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

Name Type Description
info

object

De aanvullende informatie.

type

string

Het extra informatietype.

ErrorDetail

De foutdetails.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

De fout bevat aanvullende informatie.

code

string

De foutcode.

details

ErrorDetail[]

De foutdetails.

message

string

Het foutbericht.

target

string

Het foutdoel.

ErrorResponse

Foutreactie

Name Type Description
error

ErrorDetail

Het foutobject.

listReplications

Replicaties vermelden

Name Type Description
value

replication[]

Een lijst met replicaties

replication

Replicatie-eigenschappen

Name Type Description
endpointType

EndpointType

Geeft aan of het lokale volume de bron of het doel is voor de volumereplicatie

remoteVolumeRegion

string

De externe regio voor het andere einde van de volumereplicatie.

remoteVolumeResourceId

string

De resource-id van het externe volume.

replicationId

string

UUID v4 die wordt gebruikt om de replicatie te identificeren.

replicationSchedule

ReplicationSchedule

Rooster

ReplicationSchedule

Rooster

Name Type Description
_10minutely

string

daily

string

hourly

string