Application Update Event
Published to the sdk-management.updates Pub/Sub topic with eventType=application-update whenever an application changes state.
Trigger Operations
| Operation | Description |
|---|---|
|
A new application is created. |
|
An existing application’s properties are modified. |
|
An application is cloned from an existing one. |
|
An application is activated and becomes live. |
|
An application is deactivated and taken offline. |
|
An application is archived and can no longer be used. |
Message Schema
{
"operation": "create",
"applicationId": 42,
"applicationCode": "ABCDE-12345",
"tenantId": 123456,
"eventTime": "2025-01-15T10:30:00.000Z"
}
Fields
| Field | Type | Description |
|---|---|---|
|
|
The operation that triggered the event. One of: |
|
|
The unique identifier of the application. |
|
|
The human-readable code of the application. |
|
|
The identifier of the tenant that owns the application. |
|
|
The timestamp when the operation occurred (derived from the application’s |