Create a new Zone Protection Profile using XPath?
I am trying to add a Zone Protection Profile from an XML document to a firewall using the XPath API. I don't want to have to iterate through each element and add it to the profile. Is there a way to add it from an XML file or block?
def add_dos_pr
...