Hello all, I am trying to edit/set a security rule using the XML API. So far i have the following: https://x.x.x.x/api/?type=config&action=set&key=hiddenkeyhere&xpath=/config/devices/entry/vsys/entry/rulebase/security/rules/entry[@name='Rule 1-1-1-1-1']/&element=<from><member>inside</member></from> sadly all I get in return is " set failed, may need to override template object first ". When I change the action from set to override I get another error. I am sure that this rule and element did not get inherited from a template. I went into the CLI and issued the set command there and it works perfectly. Just to make sure I formatted the element properly I turned on cli debugging so I could see what needs to be in the element section, below is the output: <request cmd="set" obj="/config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']/rulebase/security/rules/entry[@name='Rule 1-1-1-1-1']" cookie="xxxxxxxxxxxxxxxxx"><from><member>inside</member></from></request> Has anyone overcome this issue with setting elements for security rules? If so, how? Thanks in advanced!
... View more