Manage the RADIUS attribute groups.
- Get RADIUS Attributes
Get RADIUS Attributes
Get RADIUS Attribute
Get RADIUS Attribute Vendors
Get RADIUS Attributes
RADIUS Attribute Group Management REST API (1.0.8)
The RADIUS Attribute Group Management REST API's and Model, allow the creation, delete and modification of RADIUS attribute groups. A RADIUS attribute group is a set of RADIUS attributes that can then be applied to a RADIUS authentication. When a RADIUS response is made and a RADIUS attribute group is associated with that response, then the attributes in the group are applied to the response. Currently, policies defined in the dynamic policy service, of type "RADIUS" or of type "DPSK", must provide a radius attribute group when created.
Download OpenAPI description
Overview
License
Languages
Servers
Generated server url
http://localhost:8080/
- Generated server url
http://localhost:8080/radiusAttributes/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
application/json
{ "sortField": "string", "sortOrder": "ASC", "page": 0, "pageSize": 1, "filters": { "property1": {}, "property2": {} } }
Response
application/json
{ "id": 0, "name": "string", "vendorName": "string", "dataType": "ABINARY", "showOnDefault": true, "_links": { "property1": { … }, "property2": { … } } }
- Generated server url
http://localhost:8080/radiusAttributes
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
- Generated server url
http://localhost:8080/radiusAttributes/{id}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
application/json
{ "id": 0, "name": "string", "vendorName": "string", "dataType": "ABINARY", "showOnDefault": true, "_links": { "property1": { … }, "property2": { … } } }
- Generated server url
http://localhost:8080/radiusAttributes/vendors
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
application/json
{ "supportedVendors": [ "string" ] }