Hello everyone,
Currently I have the use case that I want to search for a device by ID and limit the response attributes.
Unfortunately, there is currently (Mender 3.6) no Management API route to implement this use case.
With the Management APIs > Device inventory > Get Device Inventory route, I can search for a device by ID, but I cannot limit the attributes.
With the Management APIs > Device inventory filters and search > Search Device Inventories route, I can limit the attributes, but not search by ID.
Both functions are covered by the Internal APIs > Device inventory filters and search > Search Device Inventories route, but unfortunately this is not exposed.
For this reason, I would like to request a feature.
As with the Internal API, I would like to be able to enter a list of device IDs when searching in order to filter.
Would it be possible to implement this feature?
Best regards and many thanks in advance!
Kevin