Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - ehe

#1
Hi,

I wanted to remove an Filter Rule i created via the API, however this fails. The documentation shows:
API Firewall

But when i do:
curl -u "thekey:thesecret" -X POST "https://192.168.x.x/api/firewall/filter/delRule?uuid=92e3870d-f888-44ed-97c8-943a0d90029a" -d ""
I get
{"errorMessage":"Endpoint not found"}
Even when i remove the uuid parameter

The documentation is also not clear if i should use "uuid=" before the uuid, but with or without doesn't make a difference.

Regards