Update RCX Client

Update 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
PUT
https://{api_host}//localhost/rest/config/v1/rcx/clients/{id}
COPY
Path Parameters
string
id
Required

id


Request Body

RCX client object to be updated.

RCXClientUpdateSpec of type(s) application/json
Required
{
    "ip_address": "127.0.0.1",
    "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.

thumbprints
Required

Thumbprints of the RCX client certificate.

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

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

404

Not Found

Operation doesn't return any data structure