Volumes - Replication Status
Get volume replication status
Get the status of the replication
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/replicationStatus?api-version=2024-07-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
account
|
path | True |
string |
The name of the NetApp account Regex pattern: |
pool
|
path | True |
string |
The name of the capacity pool Regex pattern: |
resource
|
path | True |
string |
The name of the resource group. The name is case insensitive. |
subscription
|
path | True |
string uuid |
The ID of the target subscription. The value must be an UUID. |
volume
|
path | True |
string |
The name of the volume Regex pattern: |
api-version
|
query | True |
string |
The API version to use for this operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Volumes_ReplicationStatus
Sample request
Sample response
{
"healthy": true,
"relationshipStatus": "Idle",
"mirrorState": "Mirrored",
"totalProgress": "1048576",
"errorMessage": ""
}
Definitions
Name | Description |
---|---|
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
Mirror |
The status of the replication |
Relationship |
Status of the mirror relationship |
replication |
Replication status |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
MirrorState
The status of the replication
Name | Type | Description |
---|---|---|
Broken |
string |
|
Mirrored |
string |
|
Uninitialized |
string |
RelationshipStatus
Status of the mirror relationship
Name | Type | Description |
---|---|---|
Idle |
string |
|
Transferring |
string |
replicationStatus
Replication status
Name | Type | Description |
---|---|---|
errorMessage |
string |
Displays error message if the replication is in an error state |
healthy |
boolean |
Replication health check |
mirrorState |
The status of the replication |
|
relationshipStatus |
Status of the mirror relationship |
|
totalProgress |
string |
The progress of the replication |