Registers RADIUS Client

post

/radius-admin/v1/clients

Permits administrator to register RADIUS client applications with Oracle RADIUS Agent. It generates new shared secret for the client which needs to be used during RADIUS based communications with Oracle RADIUS Agent.The generated shared secret value is returned as part of the response.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Properties for the RADIUS client
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

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

400 Response

Given RADIUS client already 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