Updates RADIUS Client By Name
patch
/radius-admin/v1/clients/application/{radiusClientName}
Permits administrator to update properties of a registered RADIUS client other than the shared secret using application name.
Request
Path Parameters
-
radiusClientName(required): string
Name of the registered RADIUS client
Supported Media Types
- application/json
Properties to update
Root Schema : schema
Type:
Show Source
object-
applicationName(required): string
Name of the RADIUS client applicationExample:
Database RADIUS Client -
applicationType: string
Type of the RADIUS client applicationExample:
Oracle, Cisco VPN, SSH etc. -
description: string
Description of the RADIUS client applicationExample:
Database RADIUS client for DB Authentication -
hostName(required): string
RADIUS client host name or IP addressExample:
Add IP address or hostname of RADIUS client machine here -
id(required): integer
(int64)
Read Only:
trueId generated for the RADIUS client - sharedSecret(required): string
Response
Supported Media Types
- application/json
200 Response
RADIUS client properties updated successfully.
Root Schema : schema
Type:
Show Source
object-
applicationName(required): string
Name of the RADIUS client applicationExample:
Database RADIUS Client -
applicationType: string
Type of the RADIUS client applicationExample:
Oracle, Cisco VPN, SSH etc. -
description: string
Description of the RADIUS client applicationExample:
Database RADIUS client for DB Authentication -
hostName(required): string
RADIUS client host name or IP addressExample:
Add IP address or hostname of RADIUS client machine here -
id(required): integer
(int64)
Read Only:
trueId generated for the RADIUS client - sharedSecret(required): string
400 Response
Error occurred during updating the details of the given RADIUS client.
Root Schema : ResponseMessage
Type:
Show Source
object-
details: string
Details about the error occurredExample:
Detailed message about the cause of the error. -
errorCode: string
The error code of the error occurredExample:
IRA-00001 -
message: string
Message of the success/errorExample:
Configuration is successfully updated. -
timestamp: string
(date)
Timestamp at which success/error occurredExample:
2021-03-01T15:08:40.933Z[UTC]
404 Response
The given RADIUS client not registered with Oracle RADIUS Agent.
Root Schema : ResponseMessage
Type:
Show Source
object-
details: string
Details about the error occurredExample:
Detailed message about the cause of the error. -
errorCode: string
The error code of the error occurredExample:
IRA-00001 -
message: string
Message of the success/errorExample:
Configuration is successfully updated. -
timestamp: string
(date)
Timestamp at which success/error occurredExample:
2021-03-01T15:08:40.933Z[UTC]
409 Response
RADIUS client already exists with given host name/IP address or client name.
Root Schema : ResponseMessage
Type:
Show Source
object-
details: string
Details about the error occurredExample:
Detailed message about the cause of the error. -
errorCode: string
The error code of the error occurredExample:
IRA-00001 -
message: string
Message of the success/errorExample:
Configuration is successfully updated. -
timestamp: string
(date)
Timestamp at which success/error occurredExample:
2021-03-01T15:08:40.933Z[UTC]