12-Mar-2020 07:30
Is it possible to automate the creation of address Lists (shared Objects) via the API, or any other tool lika Ansible /Terraform?
16-Mar-2020 06:37
Hello,
Using iControlREST:
curl -k -u "admin:admin" -X POST -H 'Content-Type: application/json' -d '{ "name":"my_list", "addresses":["10.10.10.10","10.10.10.20"] }' https://192.168.1.245/mgmt/tm/security/firewall/address-list |jq
I hope it helps.
Regards.