Apps
Apps are central to Qlik Cloud Analytics and relate to Qlik Sense and QlikView apps, and scripts.
An app was created
Payload
object- cloudEventsVersionstring
The event is compatible with the CloudEvents specification v0.1.
Can be one of: "0.1"
- sourcestring
The source of the event.
- contentTypestring
The content type of the event payload.
- eventIdstring
Unique identifier for the event.
- eventTimestring
Timestamp of when the event happened.
- eventTypeVersionstring
Version of the event
- eventTypestring
Unique identifier for the event type.
- extensionsobject
extensions properties
- ownerIdstring
Id of the owner of the affected resource.
- spaceIdstring
Id of the space related to the action performed on the eventContext.
- tenantIdstringRequired
Unique identifier for the tenant related to the event.
- userIdstringRequired
Unique identifier for the user related to the event.
-
- dataobject
Application attributes and user privileges.
data properties
- attributesobject
App attributes. This structure can also contain extra user-defined attributes.
attributes properties
- idstring
The App ID.
- namestring
App name.
- descriptionstring
App description.
- lastReloadTimestring
Date and time of the last reload of the app.
- createdDatestring
The date and time when the app was created.
- modifiedDatestring
The date and time when the app was modified.
- ownerstring
The owner of the app.
- ownerIdstring
Id of the owner
- dynamicColorstring
The dynamic color of the app.
- publishedboolean
True if the app is published, false if not.
- publishTimestring
The date and time when the app was published, empty if unpublished.
- hasSectionAccessboolean
If set to true, the app has section access configured,
- originAppIdstring
The Origin App ID for published apps.
-
-
com.qlik.v1.app.created
Example payload of the "App created" event
{ "cloudEventsVersion": "0.1", "source": "com.qlik/engine", "contentType": "application/json", "eventId": "id123", "eventTime": "2018-10-30T07:06:22Z", "eventTypeVersion": "1.0.0", "eventType": "com.qlik.v1.app.created", "extensions": { "ownerId": "id123", "spaceId": "id123", "tenantId": "id123", "userId": "id123" }, "data": { "attributes": { "id": "id123", "name": "My app", "description": "My app with data", "lastReloadTime": "2018-10-30T07:06:22.123Z", "createdDate": "2018-10-30T07:06:22.123Z", "modifiedDate": "2018-10-30T07:06:22.123Z", "owner": "Owner", "ownerId": "id123", "dynamicColor": "Color", "published": "true", "publishTime": "2018-10-30T07:06:22.123Z", "hasSectionAccess": "false", "originAppId": "id123" } }}
An app was deleted
Payload
object- cloudEventsVersionstring
The event is compatible with the CloudEvents specification v0.1.
Can be one of: "0.1"
- sourcestring
The source of the event.
- contentTypestring
The content type of the event payload.
- eventIdstring
Unique identifier for the event.
- eventTimestring
Timestamp of when the event happened.
- eventTypeVersionstring
Version of the event
- eventTypestring
Unique identifier for the event type.
- extensionsobject
extensions properties
- spaceIdstring
Id of the space related to the action performed on the eventContext.
- tenantIdstringRequired
Unique identifier for the tenant related to the event.
- userIdstringRequired
Unique identifier for the user related to the event.
-
- dataobject
Application attributes and user privileges.
data properties
- attributesobject
App attributes. This structure can also contain extra user-defined attributes.
attributes properties
- idstring
The App ID.
- namestring
App name.
-
-
com.qlik.v1.app.deleted
Example payload of the "App deleted" event
{ "cloudEventsVersion": "0.1", "source": "com.qlik/engine", "contentType": "application/json", "eventId": "id123", "eventTime": "2018-10-30T07:06:22Z", "eventTypeVersion": "1.0.0", "eventType": "com.qlik.v1.app.deleted", "extensions": { "spaceId": "id123", "tenantId": "id123", "userId": "id123" }, "data": { "attributes": { "id": "id123", "name": "My app" } }}
An apps data was updated
Payload
object- cloudEventsVersionstring
The event is compatible with the CloudEvents specification v0.1.
Can be one of: "0.1"
- sourcestring
The source of the event.
- contentTypestring
The content type of the event payload.
- eventIdstring
Unique identifier for the event.
- eventTimestring
Timestamp of when the event happened.
- eventTypeVersionstring
Version of the event
- eventTypestring
Unique identifier for the event type.
- extensionsobject
extensions properties
- spaceIdstring
Id of the space related to the action performed on the eventContext.
- tenantIdstringRequired
Unique identifier for the tenant related to the event.
- userIdstringRequired
Unique identifier for the user related to the event.
- topLevelResourceIdstring
Id of the app this data update relates to
-
- dataobject
Event data
data properties
- lastReloadTimestring
TimeStamp of when last reload ended.
- namestring
Name of the app that was reloaded.
- sizeobject
size properties
- fileinteger
Size on disk.
- memorystring
Size in memory.
-
-
com.qlik.v1.app.data.updated
Example payload of the "App data updated" event
{ "cloudEventsVersion": "0.1", "source": "com.qlik/engine", "contentType": "application/json", "eventId": "id123", "eventTime": "2018-10-30T07:06:22Z", "eventTypeVersion": "1.0.0", "eventType": "com.qlik.v1.app.data.updated", "extensions": { "spaceId": "id123", "tenantId": "id123", "userId": "id123", "topLevelResourceId": "id123" }, "data": { "lastReloadTime": "2018-10-30T07:06:22Z", "name": "My app", "size": { "file": 0, "memory": 3000 } }}
An apps data was exported
Payload
object- cloudEventsVersionstring
The event is compatible with the CloudEvents specification v0.1.
Can be one of: "0.1"
- sourcestring
The source of the event.
- contentTypestring
The content type of the event payload.
- eventIdstring
Unique identifier for the event.
- eventTimestring
Timestamp of when the event happened.
- eventTypeVersionstring
Version of the event
- eventTypestring
Unique identifier for the event type.
- extensionsobject
extensions properties
- ownerIdstring
Id of the owner of the affected resource.
- tenantIdstringRequired
Unique identifier for the tenant related to the event.
- userIdstringRequired
Unique identifier for the user related to the event.
-
- dataobject
Application attributes and user privileges.
data properties
- attributesobject
App attributes. This structure can also contain extra user-defined attributes.
attributes properties
- idstring
The App ID.
- namestring
App name.
- ownerstring
The owner of the app.
- ownerIdstring
Id of the owner
-
-
com.qlik.v1.app.exported
Example payload of the "App exported" event
{ "cloudEventsVersion": "0.1", "source": "com.qlik/engine", "contentType": "application/json", "eventId": "id123", "eventTime": "2018-10-30T07:06:22Z", "eventTypeVersion": "1.0.0", "eventType": "com.qlik.v1.app.exported", "extensions": { "ownerId": "id123", "tenantId": "id123", "userId": "id123" }, "data": { "attributes": { "id": "id123", "name": "My app", "owner": "Owner", "ownerId": "id123" } }}
An app has been published
Payload
object- cloudEventsVersionstring
The event is compatible with the CloudEvents specification v0.1.
Can be one of: "0.1"
- sourcestring
The source of the event.
- contentTypestring
The content type of the event payload.
- eventIdstring
Unique identifier for the event.
- eventTimestring
Timestamp of when the event happened.
- eventTypeVersionstring
Version of the event
- eventTypestring
Unique identifier for the event type.
- extensionsobject
extensions properties
- spaceIdstring
Id of the space related to the action performed on the eventContext.
- tenantIdstringRequired
Unique identifier for the tenant related to the event.
- userIdstringRequired
Unique identifier for the user related to the event.
-
- dataobject
Application attributes and user privileges.
data properties
- attributesobject
App attributes. This structure can also contain extra user-defined attributes.
attributes properties
- idstring
The App ID.
- namestring
App name.
- ownerstring
The owner of the app.
- originAppIdstring
The Origin App ID for published apps.
-
-
com.qlik.v1.app.published
Example payload of the "App published" event
{ "cloudEventsVersion": "0.1", "source": "com.qlik/engine", "contentType": "application/json", "eventId": "id123", "eventTime": "2018-10-30T07:06:22Z", "eventTypeVersion": "1.0.0", "eventType": "com.qlik.v1.app.published", "extensions": { "spaceId": "id123", "tenantId": "id123", "userId": "id123" }, "data": { "attributes": { "id": "id123", "name": "My app", "owner": "Owner", "originAppId": "id123" } }}
An app reload has finished
Payload
object- cloudEventsVersionstring
The event is compatible with the CloudEvents specification v0.1.
Can be one of: "0.1"
- sourcestring
The source of the event.
- contentTypestring
The content type of the event payload.
- eventIdstring
Unique identifier for the event.
- eventTimestring
Timestamp of when the event happened.
- eventTypeVersionstring
Version of the event
- eventTypestring
Unique identifier for the event type.
- extensionsobject
extensions properties
- tenantIdstringRequired
Unique identifier for the tenant related to the event.
- userIdstringRequired
Unique identifier for the user related to the event.
- topLevelResourceIdstring
Id of the app this data update relates to
-
- dataobject
Event data
data properties
- durationinteger
Duration of the reload in seconds.
- endTimestring
TimeStamp of when the reload ended.
- errorsarray
Array of errors that occurred during the reload.
- namestring
Name of the app that was reloaded.
- peakMemoryBytesinteger
Number of bytes used at most for the reload.
- reloadIdstring
Id of the reload.
- sizeobject
size properties
- memorystring
Size in memory.
-
- statementsarray
A legacy field that is not used.
- statusstring
Status of the finished reload.
- warningsarray
Array of warnings that occurred during the reload.
-
com.qlik.v1.app.reload.finished
Example payload of the "App reload finished" event
{ "cloudEventsVersion": "0.1", "source": "com.qlik/engine", "contentType": "application/json", "eventId": "id123", "eventTime": "2018-10-30T07:06:22Z", "eventTypeVersion": "1.0.0", "eventType": "com.qlik.v1.app.reload.finished", "extensions": { "tenantId": "id123", "userId": "id123", "topLevelResourceId": "id123" }, "data": { "duration": 425, "endTime": "2018-10-30T07:06:22Z", "errors": [], "name": "My app", "peakMemoryBytes": 42, "reloadId": "id1234", "size": { "memory": 3000 }, "statements": [], "status": "ok", "warnings": [] }}