The PAN-OS SDK for Python is a package to help interact with Palo Alto Networks devices (including physical and virtualized Next-generation Firewalls and Panorama). The pan-os-python SDK is object oriented and mimics the traditional interaction with the device via the GUI or CLI/API.
def _setup(self):
# xpaths
self._xpaths.add_profile(value="/pbf/rules") <<<<< _{I think the xpath here should be /decryption/rules NOT /pbf/rules }_
# params
params = []
params.append(VersionedParamPath("descrip
{I think the xpath in decryption profile is wrong should be /decryption/rules NOT /pbf/rules }
class DecryptionRule(VersionedPanObject):
bug in decryption policy class.odt
bug in decryption policy class.odt tion", path="description")) params.append(VersionedParamPath("uuid", exclude=True)) params[-1].add_profile("9.0.0", vartype="attrib", path="uuid") params.append( VersionedParamPath("source_zones", vartype="member", path="from",) )