100D API support
I have a forgate 100D
I am trying to use the API to create firewall addresses and update a policy
I am on firmware 6.2.16 the latest for the 100D
I have tried
http://<IP>/api/v2/cmdb/firewall/address?access_token=<KEY>
I get a 200 result but it never adds the address to the firewall
body example
{
'name': "test_IP_JP",
'subnet': "1.1.1.1/32"
''associated-interface': "Untrust"
}
but I get back a GET listing all the addresses
from the api debug It looks right
any suggestions?
