PaloAltoNetworks / pan-os-python

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.
https://pan-os-python.readthedocs.io
ISC License
340 stars 168 forks source link

Local develop #469

Open alexortize opened 2 years ago

alexortize commented 2 years ago

Description

Added support for Tag objects at device group level.

Motivation and Context

Wasn't able to discover Tag objects defined on device groups.

How Has This Been Tested?

Able to discover tags now. Haven't tested manipulating them yet.

Checklist