Hi,
I discovered a weird behavior of the
appliance.getNetworkApplianceTrafficShapingUplinkBandwidth.
If I have a network bound to a template and query the network for the configured bandwidth I got different results if settings have been changed locally or not.
Case 1: Query network bound to template and no local modification
the API returns what seems a default value of 600Mbps for the up and down limit, querying the template gives the correct value.
Case 2: Query network bound to template with local modification
the API returns the correct modified value, querying the template returns the correct default value.
From the dashboard settings page I can see and manage the values correctly.
Now the issue is how should I understand from API if I need to query the template or the network to get the correct value?
I expect to retrieve the correct value querying the network, the API should return template value if no local modification is in place.