Knox Asset Intelligence 24.09 release notes
Last updated September 25th, 2024
Ability to assign devices to a group
With Knox Asset Intelligence 24.09, you can now assign a device to a group using a new operation. The POST /devices/groups operation enables you to map the device IDs to the group names, this grouping enhances the ability to manage the devices in your tenant.
Support to retrieve information about your groups
Knox Asset Intelligence 24.09 provides a new GET /devices/groups operation to retrieve a list of all groups in your tenant. This list includes information such as the number of groups, group name and description, and the device count in a group.
Support to list the devices in a group
Knox Asset Intelligence 24.09 provides a new groupName
parameter in the request body of the POST devices/getDevices operation. You can specify the group name for which you want to retrieve the list of the associated devices.
The response of the POST devices/getDevices operation now also contains the group name information of the devices.
Ability to verify Knox Service Plugin details on a device
With Knox Asset Intelligence 24.09, you can now use the POST /miscellaneous/getKspStatus operation to retrieve information related to Knox Service Plugin from a specific time period. The returned information includes version, profile name, status, policy report, policy schema, and so on. You can specify the time period using the startDate
and endDate
parameters.
Ability to check the device storage
The POST devices/getDevices operation now provides new response parameters — internalStorage
and internalUsedStorage
that provide information about the internal storage status of devices.
Learn more about admin features
To learn about features available to admins in this release, see Knox Asset Intelligence 24.09 release notes in the admin guide.
Back to release notesOn this page
Is this page helpful?