The Audit API allows you to retrieve audit log entries based on different criteria.
Find more information on what access rights are needed to view the Audit log at S&E Access Control Lists.
Get audit log entries
You have four GET endpoints at your disposal.
- Depending on whether you want to retrieve one, all or a filtered scope of audit log entries open one of the following endpoints:
GET/api/v1/acl/auditlog- to get all audit log entries.GET/api/v1/auditlog/deviceconfigs/{configId}- to get all audit log entries for a specific device configuration.GET /api/v1/auditlog/resources/{type}- to get all audit log entries for a specific resource type.GET /api/v1/auditlog/{id}- to get a specific audit log entry based on its id.
- Click Try it out.
- Depending on the specific GET request:
- Fill in the
configId - Select the type of resource
Fill in the id of the audit log entry
The next two input fields will not be visible if you request a single audit log entry.
- Fill in the
Тype in the
sizeof the returned list.Type in where the
cursorshould be at.- Fill in the tenant header in the X-SE-TENANT field.
- Click Execute.
- A successful response with 200 code will return the requested audit log(s).