cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
31
Views
0
Helpful
0
Replies

Network Wireless Ssid Firewall L3 Firewall Rules API Query

jweston
Visitor

I am looking into using the Workflows tool to automate deployments and updates to my wireless infrastructure, and one of the things I have come across is the inability to remove L3 Firewall Rules using the API. The only API's available are GET and PUT, and if trying to send a blank set of rules in the request body, the API automatically strips it out and will send only the part of the body that is populated. I know that the Default rule and Wireless clients accessing LAN cannot be deleted, but my goal is to delete everything else other than those two rules by sending the below request body.

For example if I send the following in the body of the API request:

 
{
  "allowLanAccess": true,
  "rules": []
}

It will actually process the request body as:
 
{
  "allowLanAccess": true,
}
Has anybody ran into this before and found a way around it, or does the API need adjusting to accommodate this?

API in question: https://developer.cisco.com/meraki/api-v1/update-network-wireless-ssid-firewall-l-3-firewall-rules/?type=doc&q=Network+Wireless+Ssid+Firewall+L3+Firewall+Rules

There does not appear to be any Beta APIs that could achieve this either.
0 Replies 0
Review Cisco Networking for a $25 gift card