cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2103
Views
2
Helpful
1
Replies

Remove L7 Firewall Rule

TimothyOBrien
Community Member

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?

1 Accepted Solution

Accepted Solutions

TimothyOBrien
Community Member

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.

View solution in original post

1 Reply 1

TimothyOBrien
Community Member

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.