ReplicatorHealthInfo

ReplicatorHealthInfo
ReplicatorHealthInfo
JSON Example
{
    "address": "string",
    "buildDate": 0,
    "buildVersion": "string",
    "currentTime": 0,
    "dbError": {
        "args": [],
        "code": "Forbidden",
        "msg": "Permission denied.",
        "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
    },
    "diskUsage": {
        "free": 897464,
        "total": 10123528,
        "usable": 8692104
    },
    "hbrError": {
        "args": [],
        "code": "Forbidden",
        "msg": "Permission denied.",
        "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
    },
    "instanceId": "string",
    "lsError": {
        "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."
    },
    "ntpError": {
        "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",
            "localPassword": "string",
            "localUser": "string",
            "owner": "string"
        }
    ],
    "onlineManagers": [
        {
            "apiUrl": "string",
            "apiVersion": "string",
            "certThumbprint": "string",
            "description": "string",
            "id": "string",
            "localPassword": "string",
            "localUser": "string",
            "owner": "string"
        }
    ],
    "productName": "string",
    "runtimeId": "string"
}
string
address
Optional

The address of the appliance.

integer As int64 As int64
buildDate
Optional

RPM build time.

string
buildVersion
Optional

Represents the product version along with the build id.

integer As int64 As int64
currentTime
Optional

The current time of the appliance.

dbError
Optional

dbError

diskUsage
Optional

diskUsage

hbrError
Optional

hbrError

string As uuid As uuid
instanceId
Optional

Unique identifier of the service, which never changes.

lsError
Optional

lsError

lwdError
Optional

lwdError

ntpError
Optional

ntpError

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.

string
productName
Optional

The name of the product.

string As uuid As uuid
runtimeId
Optional

A value that remains constant as long as the service is running. If it changes, this means the service was rebooted.

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} ]