Clears the cache for audits api requests.
Retrieves audit events from long term storage. Finds and returns audit events from the archive, formatted as a JSON array, for the given date and tenant (in JWT). Archived events are not removed.
Retrieves audit events from long term storage. Finds and returns audit events from the archive, formatted as a JSON array, for the given date and tenant (in JWT). Archived events are not removed.
an object with query parameters
Date to be used as filter and criteria during extraction.
Optional
options: ApiCallOptionsFinds and returns a specific audit events for the given event ID.
Finds and returns a specific audit events for the given event ID.
The audit item's unique identifier.
Optional
options: ApiCallOptionsRetrieves list of events for subscribed services for your tenant. Stores events for 90 days, after which they can be accessed via /v1/audits/archive
.
Retrieves list of events for subscribed services for your tenant. Stores events for 90 days, after which they can be accessed via /v1/audits/archive
.
an object with query parameters
Optional
eventTime?: stringThe start/end time interval formatted in ISO 8601 to search by eventTime. For example, "?eventTime=2021-07-14T18:41:15.00Z/2021-07-14T18:41:15.99Z".
Optional
eventType?: stringThe case-sensitive string used to search by eventType. Retrieve a list of possible eventTypes with /v1/audits/types
.
Optional
id?: stringThe comma separated list of audit unique identifiers.
Optional
limit?: numberThe maximum number of resources to return for a request.
Optional
next?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optional
prev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optional
sort?: stringThe property of a resource to sort on (default sort is -eventTime). The supported properties are source, eventType, and eventTime. A property must be prefixed by + or - to indicate ascending or descending sort order respectively.
Optional
source?: stringThe case-sensitive string used to search by source. Retrieve a list of possible sources with /v1/audits/sources
.
Optional
userId?: stringThe case-sensitive string used to search by userId.
Optional
options: ApiCallOptionsFinds and returns the list of possible event sources for this tenant.
Finds and returns the list of possible event sources for this tenant.
Optional
options: ApiCallOptionsReturns the server configuration options. It includes options that represent the server configuration state and parameters that were used to run the server with certain functionality.
Returns the server configuration options. It includes options that represent the server configuration state and parameters that were used to run the server with certain functionality.
Optional
options: ApiCallOptionsFinds and returns the list of possible event types for this tenant.
Finds and returns the list of possible event types for this tenant.
Optional
options: ApiCallOptions
Clears the cache for audits api requests.