Back to top

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
  • Creates a subscription.
  • Requires:
    • The subscription URL or "callback".
    • A set of Knox cloud services events. For example, the Knox Guard device enrollment event.
GET /kcs/kwn/v0.1/subscriptions
  • Retrieves the subscription associated with a customer.
GET /kcs/kwn/v0.1/subscriptions/{subscriptionId}
  • Retrieves the subscription associated with a particular subscriptionId. Used to identify the URL that Knox Webhook Notification uses to dispatch change notifications.
PUT /kcs/kwn/v0.1/subscriptions/{subscriptionId}
  • Updates an existing subscription associated with a particular subscriptionId.
DELETE /kcs/kwn/v0.1/subscriptions/{subscriptionId}
  • Deletes an existing subscription associated with a particular 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.
Back to release notes

Is this page helpful?