Back to top

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:

  • The subscription URL or "callback".
  • A set of Knox cloud service events. For example, the Knox Guard device enrollment event.
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.
Back to release notes

Is this page helpful?