Register RCX Client

Register RCX Client

All the listed privileges are required -

Privileges Description
GLOBAL_CONFIG_MANAGEMENT Caller should have permission to this privilege, to perform this operation.
Request
URI
POST
https://{api_host}//localhost/rest/config/v1/rcx/clients
COPY
Request Body

RCX client object to be registered.

RCXClientRegisterSpec of type(s) application/json
Required
{
    "ip_address": "127.0.0.1",
    "name": "example.com",
    "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"
        }
    ]
}
string
ip_address
Optional

IP address of the RCX client.

string
name
Required

The RCX client certificate name.

thumbprints
Required

Thumbprints of the RCX client certificate.

Authentication
This operation uses the following authentication methods.
Responses
201

Created

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure

409

Conflict

Operation doesn't return any data structure