system/vlans/1/macs/dynamic,00%3Aaa%3Abb%3Acc%3A00%3A11 works while
system/vlans/1/macs/dynamic,00%3AAA%3ABB%3ACC%3ADD%3AEE does not.
payload change:
setting either depth or selector to None was enough to get it
working. Having either set to None resulted in the GET call being
without depth and selector in the URI.
set the path to lowercase, calling:
system/vlans/1/macs/dynamic,00%3Aaa%3Abb%3Acc%3A00%3A11
works whilesystem/vlans/1/macs/dynamic,00%3AAA%3ABB%3ACC%3ADD%3AEE
does not.payload change:
I am new to this code so unable to right now judge how bad this impacts other calls.
https://github.com/aruba/pyaoscx/blob/master/RELEASE-NOTES.md#notable-changes-2 has a bit about MAC module being supported after the recent architecture changes in pyaoscx.
I have ran a
pip3 uninstall pyaoscx
and thenpython setup.py install
to install this branch.Related to GitHub Issue #18