- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FW rules via API - Not accepting FQDN
Hi guys,
I am trying to update some FW rules via API and cannot get it to accept FQDNs within the "destCidr" value inside JSON data. It works fine with IPs but not FQDNs - Even the meraki docs say it should be supported...
destCidr
Comma-separated list of destination IP address(es) (in IP or CIDR notation), fully-qualified domain names (FQDN) or 'any'
The error I am returned is:
- Labels:
-
Dashboard API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For more insight... it seems you can add FQDN for L3 outbound rules but not for Cellular failover rules? Is this a forgotten feature to be added by Meraki?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you post an example of your code to see what's going on? I've updated L3 firewall rules via API in Python before with no issue, and have had IP, FQDN, and even a mixture of two as the Destination string value.
