11-18-2021 08:08 AM
New to using Meraki APIs
I'm trying to remove existing L7 Firewall Rule
Current Rule (Just one item)
{
"rules": [
{
"policy": "deny",
"type": "applicationCategory",
"value": {
"id": "meraki:layer7/category/8",
"name": "Peer-to-peer (P2P)"
}
}
]
}
I went to dashboard and removed via the Dashboard and then went back the Get Network Appliance Firewall L7 Firewall Rule and see from the Request JSON Body Tab it now shows
{
"rules": [ {} ]
}
I am now trying to remove L7 rule from another site so Selecting the "Update Network Appliance Firewall L7 Firewall Rules and enter the following in Request JSON Body
{
"rules": [ {} ]
}
But getting 404 not found for reason I can't figure out. Any suggestions?
Solved! Go to Solution.
11-18-2021 08:50 AM
Sorry all I had to coworker stop over and seems like him simply looking over my shoulder fixed the problem. Updated firewall rules. Next step is for me to learn how to loop thru Networks and update multiple sites.
11-18-2021 08:50 AM
Sorry all I had to coworker stop over and seems like him simply looking over my shoulder fixed the problem. Updated firewall rules. Next step is for me to learn how to loop thru Networks and update multiple sites.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide