InlineReplicatorHealthInfo1

InlineReplicatorHealthInfo1
InlineReplicatorHealthInfo1
JSON Example
{
    "h4dmError": {
        "args": [],
        "code": "Forbidden",
        "msg": "Permission denied.",
        "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
    },
    "hbrError": {
        "args": [],
        "code": "Forbidden",
        "msg": "Permission denied.",
        "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
    },
    "lwdError": {
        "args": [],
        "code": "Forbidden",
        "msg": "Permission denied.",
        "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
    },
    "offlineManagers": [
        {
            "apiUrl": "string",
            "apiVersion": "string",
            "certThumbprint": "string",
            "description": "string",
            "id": "string",
            "isLocal": false,
            "localPassword": "string",
            "localUser": "string",
            "owner": "string"
        }
    ],
    "onlineManagers": [
        {
            "apiUrl": "string",
            "apiVersion": "string",
            "certThumbprint": "string",
            "description": "string",
            "id": "string",
            "isLocal": false,
            "localPassword": "string",
            "localUser": "string",
            "owner": "string"
        }
    ]
}
h4dmError
Optional

h4dmError

hbrError
Optional

hbrError

lwdError
Optional

lwdError

offlineManagers
Optional

List of replication managers to which the replicator can't talk to.

onlineManagers
Optional

List of replication managers to which the replicator can talk to.

object
vcError
Optional

Indicates communication errors related to the vCenters. Connections are verified using the credentials, provided during the pairing with the manager. The following data structure is used: managerId -> [ {vc1 : error}, {vc2: error} ]