ReplicatorInfo

ReplicatorInfo
ReplicatorInfo
JSON Example
{
    "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."
        }
    }
}
string
apiUrl
Optional

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!

string
apiVersion
Optional

The api version used to communicate to this replicator.

string
buildVersion
Optional

The full build identifier of the replicator.

string
certThumbprint
Optional

The replicator's certificate, used to verify both outgoing and incoming connections. Guaranteed to be populated for 'fully' registered replicators.

string
dataAddress
Optional

The data address used to communicate to this replicator.

string
description
Optional

API-User-supplied description of this replicator

string As uuid As uuid
id
Optional

The unique identifier (instance uuid) of the replicator. It might be null, before the replicator is fully paired.

boolean
isInMaintenanceMode
Optional

Whether this replicator is temporarily out of service due to maintenance.

string
owner
Optional

The owner of this replicator.

string
pairingCookie
Optional

A cookie the replicator can use to register or re-register with this manager. Registration cookies can only be used once.

string
site
Optional

Site identifier. Not interpreted by replication manager, but can be used for filtering or automatic replicator selection.

state
Optional

state