RADIUS clients (/radiusclients/)
URL: https://[server_name]/api/v1/radiusclients/
This endpoint represents RADIUS client resource.
Supported fields
Field |
Display name |
Type |
Required |
Read Only |
Other restrictions |
---|---|---|---|---|---|
name |
RADIUS client name |
string |
Yes |
No |
max length = 32 |
address |
RADIUS IP address or subnet |
string |
Yes |
No |
max length = 128 |
secret |
RADIUS client secret |
string |
Yes |
No |
max length = 63 |
accounting_usage |
Accept RADIUS accounting messages for usage enforcement |
boolean |
No |
No |
|
disconnect |
Support RADIUS Disconnect messages |
boolean |
No |
No |
|
Allowed methods
HTTP method |
Resource URI |
Action |
---|---|---|
GET |
/api/v1/radiusclients/ |
Get all RADIUS clients. |
GET |
/api/v1/radiusclients/[id]/ |
Get a specific RADIUS client with ID. |
POST |
/api/v1/radiusclients/ |
Create a new RADIUS client. |
PUT |
/api/v1/radiusclients/[id]/ |
Update an existing RADIUS client specified with ID. |
DELETE |
/api/v1/radiusclients/[id]/ |
Delete the RADIUS client corresponding to ID. |
Allowed filters
Field |
Lookup expressions |
Values |
---|---|---|
name |
|
|