To use the API, you need to open the Web API Service to local network cards and give the necessary authorizations.
This feature is available with Artica v4.50 Service Pack 1 or Artica Hotfix 20241018-19
Get the current blacklists records
GET http://192.168.1.190:9503/proxy/global/blacklists/get
Add item(s) to the global blacklist database
GET http://192.168.1.190:9503/proxy/global/blacklists/set/[pattern]
[pattern] can be a CIDR or an IP address or a domain ( 1.2.3.4/24, 1.2.3.4, from:1.2.3.4, from:1.2.3.4/4 domain.tld )
You can add multiple values ( separated by a comma or a semicolon)
Build blacklist database
GET http://192.168.1.190:9503/proxy/global/blacklists/compile