ReplicatorInfo
{
"apiUrl": "string",
"apiVersion": "string",
"buildVersion": "string",
"certThumbprint": "string",
"dataAddress": "string",
"description": "string",
"id": "string",
"isInMaintenanceMode": false,
"owner": "string",
"pairingCookie": "string",
"site": "string",
"state": {
"incomingCommError": {
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
},
"outgoingCommError": {
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
}
}
URL where the replicator's REST API can be reached. Guaranteed to be populated for 'fully' registered replicators. WARNING: This will change once L4 tunneling is in place!
The api version used to communicate to this replicator.
The full build identifier of the replicator.
The replicator's certificate, used to verify both outgoing and incoming connections. Guaranteed to be populated for 'fully' registered replicators.
The data address used to communicate to this replicator.
API-User-supplied description of this replicator
The unique identifier (instance uuid) of the replicator. It might be null, before the replicator is fully paired.
Whether this replicator is temporarily out of service due to maintenance.
The owner of this replicator.
A cookie the replicator can use to register or re-register with this manager. Registration cookies can only be used once.
Site identifier. Not interpreted by replication manager, but can be used for filtering or automatic replicator selection.