Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,At the moment we have around 500 networks with MX appliance (Appliance type network) bound to template.Now template is Combined also.I want add AccessPoints to each network. The problem is that I can't add APs because Appliance networks are not...
Hello,I am not JSON expert so I am looking for help.I want to pass on a python variable to payload in JSON format.I was trying with code below but it doesn't work. I have info that JSON submitted is wrong.My code is:----------------------------------...
I was able to do this using the API.1. https://developer.cisco.com/meraki/api-latest/#!create-organization-network2. https://developer.cisco.com/meraki/api-latest/#!bind-network3. https://developer.cisco.com/meraki/api-latest/#!combine-organization-n...
Thank you. That might be the fastest solution. Do you orient maybe if when you create a network you can assign it to a template directly? Or do you have to do https://developer.cisco.com/meraki/api-latest/#!bind-network separately?In response I see "...
payload = { "name": myname, "timeZone": "America/Los_Angeles"}It doesn't work:{"status":400,"error":"Bad request: There was a problem in the JSON you submitted"}