ReplicatorHealthInfo
{
"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"
}
The address of the appliance.
RPM build time.
Represents the product version along with the build id.
The current time of the appliance.
Unique identifier of the service, which never changes.
List of replication managers to which the replicator can't talk to.
List of replication managers to which the replicator can talk to.
The name of the product.
A value that remains constant as long as the service is running. If it changes, this means the service was rebooted.
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} ]