Knox Webhook Notification 23.09 release notes
Last updated March 6th, 2024
The Knox Webhook Notification API currently provides the following APIs:
| API | Description |
|---|---|
POST /kwn/v1/subscriptions |
|
GET/kwn/v1/subscriptions |
|
GET /kwn/v1/subscriptions/{subscriptionId} |
|
PUT /kwn/v1/subscriptions/{subscriptionId} |
|
DELETE /kwn/v1/subscriptions/{subscriptionId} |
|
The Knox Webhook Notification API currently supports subscription calls to the following Knox cloud service events:
| Knox cloud service | Event | Description |
|---|---|---|
| Knox Guard | KG_DEVICE_ENROLLED: Device enrollment. |
Enrolls a device to Knox Guard. |
| Knox Guard | KG_DEVICE_RELOCK_TIMESTAMP_APPLIED: Device relock timestamping. |
Updates the relock timestamp to the device. |
| Knox Guard | KG_DEVICE_LOCKED: Device lock. |
Locks an enrolled device. |
| Knox Guard | KG_DEVICE_UNLOCKED: Device unlock. |
Unlocks a locked device. |
| Knox Asset Intelligence | KAI_APP_ANR_FC: App no response and force close events. |
Reports ANR (App no response) and FC (Force close) eventson the device. |
| Knox Asset Intelligence | KAI_WIFI_DISCONNECTIONS: Wi-Fi abnormal disconnections. |
Reports abnormal Wi-Fi disconnection eventson the device. |
| Knox Asset Intelligence | KAI_BATTERY_STATUS: Battery status. |
Reports device battery status. |
| Knox Asset Intelligence | KAI_DEVICE_DIAGNOSTICSLOGS: Device diagnostics logs. |
Sends device diagnostics logs. |
Is this page helpful?