Returns syslog data for a given site. Requires ‘site’ middleware and typically inventory:view scope or similar.
inventory:view
cURL
curl --request GET \ --url https://api.altostrat.io/syslogs/{site} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Site UUID
Paginated syslog data
Was this page helpful?