I am trying to add and remove Source Destinations and Devices under Source to an existing rule thru HTML.
I read many articles, have read the API help, studied the API under GET command, and this should be very simple but all I did was succeed in creating another blank rule with the same name.
The rule currently exists in the FireWall and is active. I need to add and remove those elements to this. Essentially, I want to remove Source/Source Destinations and Devices at will.
Here is the current iteration which is not working. Yes, the authentication, etc works.
https://172.16.0.1:4444/webconsole/APIController?reqxml=<Request><Login><Username>XXX</Username><Password>XXXXX</Password></Login><Set><FirewallRule><Name>BlockYouTube</Name><UserPolicy><SourceNetwork>TVGreatroom</SourceNetwork></UserPolicy></FirewallRule></Set></Request>
Any help is appreciated.
Thanks
This thread was automatically locked due to age.