Raajeev Kalyanaraman

Results 9 comments of Raajeev Kalyanaraman

There have been significant changes in this script due to added functionality - could you retry with the latest version and update if you are still seeing issues

Can you run the device enumeration script (get_device_list.py) and provide the output - what does device id of 78412 map to? The script usually tries to validate if the device...

Just the deviceID is sufficient - the management ID is usually under the DeviceManagement blob if i am not mistaken and is not required for this operation - I assume...

Sorry - there is an issue with the script - I expect you have more than 50 devices and it looks like some recent changes didn't take into account pagination....

I've pushed an untested snippet to help get past the issue temporarily if the group creation and usage isn't an option - Will update the script further to handle pagination...

I fixed that issue and pushed a new commit in - could you try with that please

You can use the --force flag - this should clean out the old catalog that was already created by pointing to dell and will create a new catalog with the...

A catalog that is managed by OME does not automatically refresh it's contents (even a catalog pointing to Dell) - we can look into enhancing the script to refresh the...

Nested properties can also be queried - for the specific issue here, this is how you resolve the query - this is not an issue https:///api/DeviceService/Devices?$filter=DeviceManagement/any(d:contains(d/NetworkAddress,'')) More details - http://docs.oasis-open.org/odata/odata/v4.0/errata03/os/complete/part2-url-conventions/odata-v4.0-errata03-os-part2-url-conventions-complete.html