Clears the cache for audits api requests.
Returns a Qlik Sense application (QVF file) containing usage data for the tenant's subscription. Requesting user must be assigned the TenantAdmin role. Available only for Capacity subscriptions. Consumption report is updated once per day.
Returns a Qlik Sense application (QVF file) containing usage data for the tenant's subscription. Requesting user must be assigned the TenantAdmin role. Available only for Capacity subscriptions. Consumption report is updated once per day.
Optionaloptions: ApiCallOptionsRetrieves 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.
Optionaloptions: 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.
Optionaloptions: 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
OptionaleventTime?: 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".
OptionaleventType?: stringThe case-sensitive string used to search by eventType. Retrieve a list of possible eventTypes with /v1/audits/types.
Optionalid?: stringThe comma separated list of audit unique identifiers.
Optionallimit?: numberThe maximum number of resources to return for a request.
Optionalnext?: stringThe cursor to the next page of resources. Provide either the next or prev cursor, but not both.
Optionalprev?: stringThe cursor to the previous page of resources. Provide either the next or prev cursor, but not both.
Optionalsort?: 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.
Optionalsource?: stringThe case-sensitive string used to search by source. Retrieve a list of possible sources with /v1/audits/sources.
OptionaluserId?: stringThe case-sensitive string used to search by userId.
Optionaloptions: ApiCallOptionsFinds and returns the list of possible event sources for this tenant.
Finds and returns the list of possible event sources for this tenant.
Optionaloptions: 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.
Optionaloptions: ApiCallOptionsFinds and returns the list of possible event types for this tenant.
Finds and returns the list of possible event types for this tenant.
Optionaloptions: ApiCallOptions
Clears the cache for audits api requests.