Gets RADIUS Client Using Host

get

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

Permits administrator to get details of the given RADIUS client registered with Oracle RADIUS agent using host name or IP address. Shared secret is not returned as part of the response.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The registered RADIUS client details without shared secret returned 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 while fetching RADIUS client details.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source
Back to Top