List RCX Servers

List RCX Servers

Lists RCX servers of the cluster.

Request
URI
GET
https://{api_host}//localhost/rest/config/v1/rcx/servers
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

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

401

User is not authenticated

Operation doesn't return any data structure