Gets secret store password.

get

/radius-config/v1/secretStorePassword/{type}

Fetches password of HTTPS secret store (self signed) or the bootstrap store of Oracle RADIUS Agent.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Secret store password returned in JSON format.
Body ()
Root Schema : schema
Type: string

400 Response

Bad request.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source

404 Response

Oracle RADIUS Agent secret store password not configured for the given type.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source

500 Response

Error occurred during reading secret store password.
Body ()
Root Schema : ResponseMessage
Type: object
Show Source
Back to Top