Hi,
Config API sample GetDevicesUsingStorage does not return the devices using the storage; we get an empty list, but the call succeeds.
Using the latest SDK 2023 R3
When we debug, we see the underlying wrapper has configitem(devices using storage)
ClassCollectionServerTask task = PrimStorage.GetDevicesUsingStorage();
task.SupportedChildItemType → shows all supported devices
task.ChildItemClassCollection → this is empty
Thanks,
Vikas

