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

Can't create custom admin role and global jumbo-frame by using pan-os sdk #465

Closed yuchangrachel closed 1 year ago

yuchangrachel commented 2 years ago

Describe the bug

Ask if miss object about admin-role. I try to create custom admin role and assign role to Administrator by using pan-os library. However, I didn't find admin role object(In PAN GUI, device-> Admin Roles). Besides, how to enable global jumbo-frame(Device->Setup->Session)

Expected behavior

Custom role can be created and also can assign role to new Administrator.

Current behavior

Now no information about Admin Role. And also about administrator, I call the class: user = device.Administrator(myname, password_hash=myphash) But new Administrator didn't show in GUI.

Your Environment

welcome-to-palo-alto-networks[bot] commented 2 years ago

:tada: Thanks for opening your first issue here! Welcome to the community!