Instance Vm Replication
This request returns the details for the specified instance of the specified VM replication.
instanceId
The VM Replication unique identifier
C4-09b2917c-bbe9-4693-ae3f-95b43a94b244
site
Operation ID for correlating logs across multiple services
OK
{
"disksInfo": [
{
"diskKey": 2000
}
],
"isPinned": false,
"key": "replica-52f3e775-a8fa-13e3-e9be-39264ed2dfe2",
"quiescedType": "fileSystemQuiesced",
"sequenceNumber": 11,
"timestamp": 1469701818743,
"transferBytes": 512000,
"transferSeconds": 4
}
isPinned
PIT instance identifier. Should be used when failing over.
Type of quiescing.
Counter, which represents the sequential number of this instance
When was this instance created.
Total bytes in this instance (transferred during the delta and, for VMs running on MN.next+hosts, any preceding full sync). For VMs replicating from older (MN) hosts, this does not include the bytes for any full sync, just the delta.
Total time in seconds it took to transfer this instance(for VMs running on MN.next+ hosts, this includes any preceeding full sync).
The returned error codes include (but are not limited to):
- NotAuthenticated
- RemoteAuthenticationFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to):
- VmReplicationNotFound
- SiteNotFound
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to):
- GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.