ReplicatorHealthInfo
ReplicatorHealthInfo
Contains diagnostics information of the Replicator service.
AllOf
This class requires all of the following:
JSON Example
{
"address": "string",
"applianceBootTimestamp": 0,
"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
},
"instanceId": "string",
"lsError": {
"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."
},
"productName": "string",
"runtimeId": "string",
"serviceBootTimestamp": 0,
"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": true,
"localPassword": "string",
"localUser": "string",
"owner": "string"
}
],
"onlineManagers": [
{
"apiUrl": "string",
"apiVersion": "string",
"certThumbprint": "string",
"description": "string",
"id": "string",
"isLocal": true,
"localPassword": "string",
"localUser": "string",
"owner": "string"
}
]
}
array of ManagerPeer
offlineManagers
Optional
List of replication managers to which the replicator can't talk to.
array of ManagerPeer
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} ]