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