English
cURL
curl --request GET \ --url https://api.altostrat.io/radius/attributes \ --header 'Authorization: Bearer <token>'
{ "data": { "operators": [ { "value": ":=", "description": "Set to value (assignment)" } ], "tags": [ "session", "common", "isp" ], "attributes_by_vendor": {} } }
Retrieves a comprehensive list of all supported RADIUS attributes, their data types, allowed operators, and vendor information. This is essential for building UIs for user and group policy management.
Enter your API key in the format: Bearer
A structured list of all available RADIUS attributes.
Show child attributes
":="
"Set to value (assignment)"
["session", "common", "isp"]
"Session-Timeout"
"Standard"
"Maximum session duration in seconds"
["session", "common"]
"number_seconds"
"integer"
[":=", "=="]
Was this page helpful?