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:
I get
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
I wanted to remove an Filter Rule i created via the API, however this fails. The documentation shows:
API Firewall
But when i do:
Code Select
curl -u "thekey:thesecret" -X POST "https://192.168.x.x/api/firewall/filter/delRule?uuid=92e3870d-f888-44ed-97c8-943a0d90029a" -d ""I get
Code Select
{"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
"