Type Alias AuditsAPI

type AuditsAPI = {
    clearCache: typeof clearCache;
    fetchConsumptionAppAudits: typeof fetchConsumptionAppAudits;
    getArchivedAudits: typeof getArchivedAudits;
    getAudit: typeof getAudit;
    getAudits: typeof getAudits;
    getAuditSources: typeof getAuditSources;
    getAuditsSettings: typeof getAuditsSettings;
    getAuditTypes: typeof getAuditTypes;
}
Index

Properties

clearCache: typeof clearCache

Clears the cache for audits api requests.

fetchConsumptionAppAudits: typeof fetchConsumptionAppAudits

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.

FetchConsumptionAppAuditsHttpError

getArchivedAudits: typeof getArchivedAudits

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

GetArchivedAuditsHttpError

getAudit: typeof getAudit

Finds and returns a specific audit events for the given event ID.

The audit item's unique identifier.

GetAuditHttpError

getAudits: typeof getAudits

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

GetAuditsHttpError

getAuditSources: typeof getAuditSources

Finds and returns the list of possible event sources for this tenant.

GetAuditSourcesHttpError

getAuditsSettings: typeof getAuditsSettings

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.

GetAuditsSettingsHttpError

getAuditTypes: typeof getAuditTypes

Finds and returns the list of possible event types for this tenant.

GetAuditTypesHttpError