Resets Shared Secret

patch

/radius-admin/v1/clients/reset

Permits administrator to reset shared secret of a RADIUS client registered with Oracle RADIUS Agent. The new shared secret is return as part of the response.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
host name or IP address or name of the registered RADIUS client
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

The shared secret for the given RADIUS client has been reset successfully.
Body ()
Root Schema : schema
Type: object
Show Source

404 Response

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

500 Response

Error occurred during resetting of shared secret of the given RADIUS client.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source
Back to Top