Manage the RADIUS attribute groups.
- Delete External Assignment
Get External Assignments
Create External Assignment
Get External Assignment
Delete External Assignmen...
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 urlhttp://localhost:8080/radiusAttributeGroups/{groupId}/assignments
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadBodyapplication/jsonrequired
The identifier for this external assignment and must be unique when combined with the service name.
- Generated server urlhttp://localhost:8080/radiusAttributeGroups/{groupId}/assignments
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "externalAssignmentIdentifier": "string", "serviceName": "string", "_links": { "property1": { … }, "property2": { … } } }
Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "externalAssignmentIdentifier": "string", "serviceName": "string", "_links": { "property1": { … }, "property2": { … } } }
- Generated server urlhttp://localhost:8080/radiusAttributeGroups/{groupId}/assignments/{assignmentId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "externalAssignmentIdentifier": "string", "serviceName": "string", "_links": { "property1": { … }, "property2": { … } } }
- Generated server urlhttp://localhost:8080/radiusAttributeGroups/{groupId}/assignments/{assignmentId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload