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.
Hi,I am trying to retrieve MX uplink IP with the following API call. With static IP, it works fine. With dynamic IP, it only shows the assignmentMode as dynamic, but not able to display the dynamic IP. Are there any way to retrieve the uplink's dynam...
When I cloned a network to a new MX via API, it copies the first part of the DDNS too. Even though each MX DDNS is unique, but I would like to make the first part of the DDNS more user friendly so that when I see it I know what branch it is. I was ab...
Hi,When I tried to call PUT operation on the Meraki firewall API, it keeps giving me the following error. I tested it by copying the example body from here (https://developer.cisco.com/meraki/api-v1/#!get-network-appliance-firewall-l-3-firewall-rules...
Hi, I am looking into calling the API to get a report of all of our Meraki device's firmware. Some of them's firmware version were returned correctly, while others return "Not running configured version". What does this message mean? In Meraki dashbo...
Hi,We use MX64/67 in our branches, and they connect to our resources via AutoVPN to the vMX in Azure. Each branch has 2 ISP, configured as Active/Passive in the MX with AutoVPN. The vMX in Azure has a maximum number of VPN of 250. We are sure to surp...
This API returns the uplink information on all MX in the organization, but it is including the dynamic IPs. With some filters, I think I can make it work. Thanks a lot!
You will have to convert the existing firewall rule from your csv into json format and use the API's update PUT operation to apply the firewall rules. If you are not sure what fields are needed in the json file, you can find one by doing a GET to ret...
I think the firmwareUpgrades API works for me, and it displays the shortName that is matching on the dashboard.I am still not sure why the firmware data returns at the devices/{{serial}} doesn't return the same value. If it doesn't work well, I prefe...