Environment: MDS version R80.40 Take 156 API Version 1.6
I'm working on some python code that currently queries the MDS to extract all of the physical gateways in our environment. With this, I then have a list of the UID for each gateway.
Next I want to follow-up with a show software-packages-per-targets on each gateway. On all NON-VSX gateways this returns the Major (R80.40) and Jumbo (Take 156) levels . But I get an empty set returned for all VSX gateways.
Does anyone know if this is expected behavior for VSX gateways? If so, is there another method I can use via the API to get this information?
I also cannot get this API call to work with object names as described in the spec document, it will only work with UIDs.
Thanks for any help on this.