Gets RADIUS Client Using Name

get

/radius-admin/v1/clients/application/{radiusClientName}

Permits administrator to get properties of the given RADIUS client registered with Oracle RADIUS agent using application name. 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 properties 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