Skip to content

Changelog

Learn about new developer features and improvements.

Updated API - New quota event specifications have been published

New quota event specifications have been published, following the subscription of the event in the Audits service earlier this year. The events are available via the Audits API for customers who have subscribed to Large App support, and are visualized in the App Analyzer monitoring app.

Three events are available:

  • com.qlik.v1.quota.consumed - emitted when an app requiring large app support is opened. Documents the quota consumed by this action.
  • com.qlik.v1.quota.released - emitted when an app requiring large app support is unloaded from memory. Documents the quota released, which is then immediately made available for use by other apps.
  • com.qlik.v1.quota.allocation-failed - emitted when an app requiring large app support cannot be opened due to insufficient available quota. Documents the requested quota, quota in use at the time of the failure, and the quota boundary.

Each event indicates which license quota is being consumed in the quota field; either appSizeTotalDefault for interactive consumption, or appSizeTotalReloads for reload consumption and app evaluations.

For more information, see the Quota event specifications.

Was this page helpful?