meraki / dashboard-api-python

Official Dashboard API library (SDK) for Python
MIT License
290 stars 151 forks source link

updateNetworkWirelessAlternateManagementInterface returns 500 error #123

Closed avisual closed 3 years ago

avisual commented 3 years ago

Morning,

I'm trying to disable the Alternate Management Interface

response = dashboard.wireless.updateNetworkWirelessAlternateManagementInterface(network.id,**data)

data is a dict objects containing {"enabled": false}. but this is returning a error:

WARNING > wireless, updateNetworkWirelessAlternateManagementInterface - 500 Internal Server Error, retrying in 1 second

TKIPisalegacycipher commented 3 years ago

Still having this issue?

If so, does the network ID start with L or N?

TKIPisalegacycipher commented 3 years ago

Seeing no response, I will close this issue. Please open a new issue with steps to reproduce if you continue to see this problem.