English
cURL
curl --request GET \ --url https://api.altostrat.io/radius \ --header 'Authorization: Bearer <token>'
{ "data": { "nas_count": 12, "user_count": 342, "group_count": 21 } }
Retrieves high-level statistics for your workspace, including the total count of users, groups, and NAS devices. This provides a quick overview of your RADIUS environment.
Enter your API key in the format: Bearer
A summary of workspace statistics.
High-level statistics for the workspace.
Show child attributes
The total number of NAS devices.
12
The total number of users.
342
The total number of groups.
21
Was this page helpful?