English
cURL
curl --request GET \ --url https://api.altostrat.io/radius/nas/{id}/logs \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "timestamp": "<string>", "nas_id": "<string>", "username": "<string>", "status_code": 123, "execution_time_ms": 123, "request": {}, "response": {} } ], "pagination": { "per_page": 123, "has_more": true, "next_cursor": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by start date (YYYY-MM-DD).
Filter by end date (YYYY-MM-DD).
NAS Logs.
Show child attributes
Was this page helpful?