Remove L7 Firewall Rule

SOLVED
timob121
Here to help

Remove L7 Firewall Rule

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
timob121
Here to help

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
timob121
Here to help

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.  

Get notified when there are additional replies to this discussion.