Updates RADIUS Client Using Host

patch

/radius-admin/v1/clients/{hostName}

Permits administrator to update properties of a registered RADIUS client other than the shared secret using host name or IP address.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Properties to update
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

RADIUS client properties updated successfully.
Body ()
Root Schema : schema
Type: object
Show Source

400 Response

Error occurred during updating the details of the given RADIUS client.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source

404 Response

The given RADIUS client not registered with Oracle RADIUS Agent.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source

409 Response

RADIUS client already exists with given host name/IP address or client name.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source
Back to Top