New system events for automations, licenses, roles, web integrations, and IP policies
Qlik Cloud system events now cover five additional resource domains, giving you more options to build reactive integrations and audit workflows.
All new events follow the CloudEvents 3.0 specification and are available via the Audits API.
New event types
Automations
com.qlik.v1.automation.run.ended: Published when an automation execution ends. The payload includes run status, execution context, block-level metrics (duration, API calls, bytes sent and received), and billing information.
Licenses
Ten new events track the full lifecycle of license resources:
com.qlik.license.assignment.deleted: license assignment deletedcom.qlik.license.assignment.rejected: license assignment rejectedcom.qlik.license.assignment.updated: license assignment updatedcom.qlik.license.definition.updated: license definition updatedcom.qlik.v1.license.lease.created: capacity lease createdcom.qlik.v1.license.lease.deleted: capacity lease deletedcom.qlik.v1.license.lease.updated: capacity lease updatedcom.qlik.v1.licenses.purged: tenant license resources purgedcom.qlik.v1.license.tenant.associated: tenant associated to a licensecom.qlik.license.data.volume.consumption.aggregated(deprecated): data volume consumption aggregated
For full event reference details, see the licenses events API.
Roles
Four new events track role changes across the tenant:
com.qlik.v1.role.created: role created (includes assigned scopes for custom roles)com.qlik.v1.role.deleted: role deletedcom.qlik.v1.role.updated: role updated by an admincom.qlik.v1.role.synced: role definitions synchronized across the platform
Note: Permission lists are not included in role event payloads due to payload size limits.
For full event reference details, see the roles events API.
Web integrations
Three new events track web integration lifecycle:
com.qlik.web-integration.created: web integration createdcom.qlik.web-integration.deleted: web integration deletedcom.qlik.web-integration.updated: web integration updated
For full event reference details, see the web-integrations events API.
IP policies
Three new events track IP policy changes in the tenant:
com.qlik.core.ip-policy.created: IP policy createdcom.qlik.core.ip-policy.deleted: IP policy deletedcom.qlik.core.ip-policy.updated: IP policy updated (payload includes an_updatesarray listing changed attribute paths with old and new values)
For full event reference details, see the IP policies events API.