Knox Webhook Notification 23.03 release notes
Last updated March 6th, 2024
The Knox Webhook Notification API currently provides the following APIs:
| API | Description |
|---|---|
POST /kcs/kwn/v0.1/subscriptions |
|
GET /kcs/kwn/v0.1/subscriptions |
|
GET /kcs/kwn/v0.1/subscriptions/{subscriptionId} |
|
PUT /kcs/kwn/v0.1/subscriptions/{subscriptionId} |
|
DELETE /kcs/kwn/v0.1/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. |
Is this page helpful?