Knox Webhook Notification 24.06 release notes
Last updated June 26th, 2024
Knox Device Management Service release
With 24.06, Knox Device Management Service is now available, and Knox Webhook Notification now supports Knox Device Management Service events.
The Knox Webhook Notification API currently provides the following operations:
API | Description |
---|---|
POST /kwn/v1/subscriptions
|
Creates a subscription. Requires:
|
GET /kwn/v1/subscriptions |
Retrieves the subscription associated with a customer. |
GET /kwn/v1/subscriptions/{subscriptionId} |
Retrieves the subscription associated with the specified subscriptionId. Used to identify the URL that Knox Webhook Notification uses to dispatch change notifications. |
PUT /kwn/v1/subscriptions/{subscriptionId} |
Updates an existing subscription associated with the specified subscriptionId. |
DELETE /kwn/v1/subscriptions/{subscriptionId} |
Deletes an existing subscription associated with the specified subscriptionId. |
The Knox Webhook Notification API currently supports subscription calls to the following Knox Device Management Service events:
Knox cloud service | Event | Action | Description |
---|---|---|---|
Knox Device Management Service | KDMS_DEVICE_UPLOAD |
Upload devices | Upload a list of devices through Knox Device Management Service. |
Knox Device Management Service | KDMS_DEVICE_DELETE |
Delete devices | Delete a list of devices through Knox Device Management Service. |
On this page
Is this page helpful?