RADIUS server endpoints¶
This endpoint is used to create, update, list and delete RADIUS server definitions. RADIUS server definitions can be used for several purposes like RADIUS-Token or RADIUS-passthru policies.
The code of this module is tested in tests/test_api_radiusserver.py
-
POST/radiusserver/test_request¶ Test the RADIUS definition :return:
-
GET/radiusserver/¶ This call gets the list of RADIUS server definitions
-
POST/radiusserver/(identifier)¶ This call creates or updates a RADIUS server definition.
Parameters: - identifier – The unique name of the RADIUS server definition
- server – The FQDN or IP of the RADIUS server
- port – The port of the RADIUS server
- secret – The RADIUS secret of the RADIUS server
- description – A description for the definition
-
DELETE/radiusserver/(identifier)¶ This call deletes the specified RADIUS server configuration
Parameters: - identifier – The unique name of the RADIUS server definition