Retrieve SnapMirror replication relationship status
GET /replication/status/{workingEnvironmentId}
Retrieves the SnapMirror replication relationship status of a specific system.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
workingEnvironmentId |
string |
path |
True |
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
source |
True |
||
destination |
True |
||
mirrorState |
string |
True |
SnapMirror status |
relationshipType |
string |
True |
SnapMirror relationship type |
relationshipStatus |
string |
True |
SnapMirror relationship status |
relationshipProgress |
True |
||
policy |
string |
True |
Policy name |
policyType |
string |
True |
Policy type |
schedule |
string |
True |
Schedule name |
maxTransferRate |
True |
||
networkCompressionRatio |
string |
True |
Network compression ratio |
healthy |
boolean |
True |
SnapMirror health |
unhealthyReason |
string |
True |
The reason SnapMirror is unhealthy |
lagTime |
True |
||
newestSnapshotName |
string |
True |
Newest snapshot name |
newestSnapshotCreated |
string |
True |
Newest snapshot creation time |
lastTransferInfo |
True |
||
currentTransferInfo |
True |
||
totalTransferTime |
True |
||
totalTransferSize |
True |
||
volumeUsedSize |
True |
||
volumeCapacityTier |
True |
Definitions
See Definitions
ReplicationStatusSide
| Name | Type | Required | Description |
|---|---|---|---|
workingEnvironmentId |
string |
False |
System ID |
workingEnvironmentType |
string |
False |
System type |
workingEnvironmentStatus |
string |
False |
System status |
clusterName |
string |
False |
Cluster name |
region |
string |
False |
AWS region name |
availabilityZone |
string |
False |
AWS availability zone name |
svmName |
string |
False |
SVM name |
svmPeerAliasName |
string |
False |
SVM peer alias name |
nodeName |
string |
False |
Node name |
volumeName |
string |
False |
Volume name |
Capacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
Size |
unit |
string |
True |
Unit |
Duration
| Name | Type | Required | Description |
|---|---|---|---|
length |
integer |
False |
Length |
unit |
string |
False |
Unit |
ReplicationStatusLastTransferInfo
| Name | Type | Required | Description |
|---|---|---|---|
transferType |
string |
True |
Last transfer type |
transferSize |
True |
||
transferDuration |
True |
||
transferEnded |
string |
True |
Last transfer end time |
transferError |
string |
True |
Last transfer error |
ReplicationStatusCurrentTransferInfo
| Name | Type | Required | Description |
|---|---|---|---|
transferType |
string |
True |
Current transfer type |
transferPriority |
string |
True |
Current transfer priority |
transferError |
string |
True |
Current transfer error |