This API call:
dashboard.switch.getNetworkSwitchDhcpV4ServersSeen(network_id,total_pages='all')
doesn't seem to work in Python in PyCharm.
I get this error message:
AttributeError: 'Switch' object has no attribute 'getNetworkSwitchDhcpV4ServersSeen'
I've verified the selected network has 'switch' in its 'productTypes', & this:
{{baseUrl}}/networks/:network_id/switch/dhcp/v4/servers/seen
works fine on the same network in Cisco Developer Meraki Dashboard API & Postman.
Anyone seen this issue, or have any input/feedback?
Thanks,
Shane