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: "{ "errors": [ "At least one of your firewall rules is invalid: \"network[firewall_rules][0][dst_cidr] Destination address must be an IP address or a subnet in CIDR form (e.g. '192.168.1.0/24'), a VLAN address using the VLAN ID (e.g. VLAN(10).*, VLAN(10).8) or 'any'\"." ] }" Any ideas would be appreciated! Thanks.
... View more