RCXServerInfo

RCXServerInfo
RCXServerInfo

Information related to RCX servers of the cluster.

JSON Example
{
    "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
    "name": "rcxserver.example.com",
    "port": 81,
    "status": "UP",
    "thumbprints": [
        {
            "ssl_cert_thumbprint": "8f:92:9d:3b:a7:85:55:88:60:cd:e1:c8:1e:70:9a:8b:37:6d:a6:e6",
            "ssl_cert_thumbprint_algorithm": "SHA_1"
        }
    ],
    "version": "7.12"
}
string
id
Optional

Unique ID representing RCX server.

string
name
Optional

FQDN/IP address of the RCX server.

integer As int32 As int32
port
Optional

RCX server's port.

string
status
Optional

This indicates the current status of RCX server.

  • UP: RCX server is running.
  • DOWN: RCX server is down.
  • UNKNOWN: RCX server status is unknown.
Possible values are : UP, DOWN, UNKNOWN,
thumbprints
Optional

Thumbprints of the RCX server certificates.

string
version
Optional

Version information of RCX server.