|
Add an additional member to an address group or list
|
Include the 'list' node in the xpath using
themember[text()='name'] syntax and
include the members in the element parameter. For example, to
add an additional static address object
namedabc to an address group
namedtest, use:
curl -X POST 'https://firewall/api?type=config&action=set&xpath=/config/devices/entry/vsys/entry[@name='vsys1']/address-group/entry[@name='test']&element=<static><member>abc</member></static>"
|