HomeGuidesAPI ReferenceGuidesMRT APIConfiguration API
GitHubAirheads Developer Community
API Reference

Get audit logs belonging to the tenant.

This API retrieves all the audit logs based on the tenants.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Specifies the from time (in milliseconds) from which the Audits should be listed.

string
required

Specifies the to time (in milliseconds) up to which the Audits should be listed

string
length ≤ 1024

OData Version 4.0 filter string (limited functionality). Supports only 'and' conjunction ('or' and 'not' are NOT supported). Supported fields and operators are in the below given table.

FieldOperators
actioneq and in
descriptioneq and in
destinationeq and in
categoryeq and in
subCategoryeq and in
destinationNameeq and in
ipAddresseq and in
sourceeq and in

The operators are implemented as follows:

  • eq: Only values exactly matching the given value are returned.

  • in: Only values present in the given list are returned.

.

string
length ≤ 1024

Comma separated list of sort expressions. Each sort expression is a property name optionally followed by a direction indicator asc (ascending) or desc (descending).

The first sort expression in the list defines the primary sort order, the second defines the secondary sort order, and so on. If a direction indicator is omitted the default direction is ascending.

Supported fields are port, speed, neighbour, neighbourFamily, nativeVlan, neighbourRole, alias, connector, lag, vlanMode, poeClass, ipv4 and mtu. Default sort by name.

int32
0 to 1000
Defaults to 200

Specifies the maximum number of Audits returned in the response list.

int32
1 to 1000
Defaults to 1

Specifies the size of Audits returned in the response list.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json