ControlConnStatus
ControlConnStatus
JSON Example
{
"control_node_ip": "string",
"failure_status": "string",
"status": "string"
}
string
control_node_ip
Optional
IP address of the control Node.
string
failure_status
Optional
Failure status of the control Node for e.g CONNECTION_REFUSED,INCOMPLETE_HOST_CERT.
Possible values are :
CONNECTION_REFUSED,
INCOMPLETE_HOST_CERT,
INCOMPLETE_CONTROLLER_CERT,
CONTROLLER_REJECTED_HOST_CERT,
HOST_REJECTED_CONTROLLER_CERT,
KEEP_ALIVE_TIMEOUT,
OTHER_SSL_ERROR,
OTHER_ERROR,
string
status
Optional
Status of the control Node for e.g UP, DOWN.
Possible values are :
UP,
DOWN,