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