Hey Brian, Thanks for the reply. I have been trying to use https://docs.paloaltonetworks.com/pan-os/9-0/pan-os-panorama-api.html#. I am using JAVA to create address Groups and rules. And this doesnt work - https://<firewall>/api/?key=apikey&type=config&action=set&key=keyvalue&xpath=xpath-value&element=element-value where the xpath-value is: /config/devices/entry/vsys/entry/rulebase/security/rules/entry[@name='rule1'] I am able create address objects using xpath = /config/shared/address/entry[@name='hostname'] and body/ element as element=<ip-netmask>"+ip+"</ip-netmask>. But a similar one above doesnt work for address groups. Also in /config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']/address-group what is supposed to be the devices entry name and vsys entry name?
... View more