ManagerHealthInfo

ManagerHealthInfo
ManagerHealthInfo
JSON Example
{
    "address": "string",
    "buildDate": 0,
    "buildVersion": "string",
    "currentTime": 0,
    "dbConnectivity": {
        "value": {
            "args": [
                "string"
            ],
            "code": "string",
            "msg": "string",
            "stacktrace": "string"
        }
    },
    "instanceId": "string",
    "localReplicatorsHealth": [
        {
            "address": "string",
            "buildDate": 0,
            "buildVersion": "string",
            "currentTime": 0,
            "dbConnectivity": {
                "value": {
                    "args": [
                        "string"
                    ],
                    "code": "string",
                    "msg": "string",
                    "stacktrace": "string"
                }
            },
            "hbrConnectivity": {
                "value": {
                    "args": [
                        "string"
                    ],
                    "code": "string",
                    "msg": "string",
                    "stacktrace": "string"
                }
            },
            "instanceId": "string",
            "lsConnectivity": {
                "value": {
                    "args": [
                        "string"
                    ],
                    "code": "string",
                    "msg": "string",
                    "stacktrace": "string"
                }
            },
            "lwdProxyConnectivity": {
                "value": {
                    "args": [
                        "string"
                    ],
                    "code": "string",
                    "msg": "string",
                    "stacktrace": "string"
                }
            },
            "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"
        }
    ],
    "lsConnectivity": {
        "value": {
            "args": [
                "string"
            ],
            "code": "string",
            "msg": "string",
            "stacktrace": "string"
        }
    },
    "offlineReplicators": [
        {
            "apiUrl": "string",
            "apiVersion": "string",
            "certThumbprint": "string",
            "description": "string",
            "id": "string",
            "isInMaintenanceMode": false,
            "owner": "string",
            "pairingCookie": "string",
            "site": "string",
            "state": {
                "incomingCommError": {
                    "args": [
                        "string"
                    ],
                    "code": "string",
                    "msg": "string",
                    "stacktrace": "string"
                },
                "outgoingCommError": {
                    "args": [
                        "string"
                    ],
                    "code": "string",
                    "msg": "string",
                    "stacktrace": "string"
                }
            }
        }
    ],
    "onlineReplicators": [
        {
            "apiUrl": "string",
            "apiVersion": "string",
            "certThumbprint": "string",
            "description": "string",
            "id": "string",
            "isInMaintenanceMode": false,
            "owner": "string",
            "pairingCookie": "string",
            "site": "string",
            "state": {
                "incomingCommError": {
                    "args": [
                        "string"
                    ],
                    "code": "string",
                    "msg": "string",
                    "stacktrace": "string"
                },
                "outgoingCommError": {
                    "args": [
                        "string"
                    ],
                    "code": "string",
                    "msg": "string",
                    "stacktrace": "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.

dbConnectivity
Optional

dbConnectivity

string As uuid As uuid
instanceId
Optional

Unique identifier of the service, which never changes.

localReplicatorsHealth
Optional

Health info for each online local replicator. If the 'local site' property is not set for this manager, this list will always be empty.

lsConnectivity
Optional

lsConnectivity

offlineReplicators
Optional

List of replicators to which the manager can't talk to.

onlineReplicators
Optional

List of replicators to which the manager 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.

Property Of