Multi-tool set for Palo Alto Networks PAN-OS, Panorama, WildFire and AutoFocus
Project description
pan-python is a Python package for Palo Alto Networks’ Next-Generation Firewalls, WildFire and AutoFocus. It provides:
a Python and command line interface to the PAN-OS and Panorama XML API
a command line program for managing PAN-OS XML configurations
a Python and command line interface to the WildFire API
a Python and command line interface to the AutoFocus API
Python versions 2.7, 3.2, 3.3 and 3.4 are supported with a single code base. There are no external modules required to use pan-python.
The pan package contains the following modules:
pan.xapi: pan.xapi.PanXapi class pan.commit: pan.commit.PanCommit class (internal) pan.rc: pan.rc.PanRc class (internal) pan.config: pan.config.PanConfig class (internal) pan.wfapi: pan.wfapi.PanWFapi class pan.afapi: pan.afapi.PanAFapi class factory pan.http: pan.http.PanHttp class (internal)
bin/panxapi.py is a command line program for accessing the XML API and uses the pan.xapi and pan.commit modules.
bin/panconf.py is a command line program program for managing PAN-OS XML configurations and uses the pan.config module.
bin/panwfapi.py is a command line program for accessing the WildFire API and uses the pan.wfapi module.
bin/panafapi.py is a command line program for accessing the AutoFocus API and uses the pan.afapi module.
Documentation:
Rendered reStructuredText from GitHub:
https://github.com/kevinsteves/pan-python/blob/master/doc/panxapi.rst https://github.com/kevinsteves/pan-python/blob/master/doc/panconf.rst https://github.com/kevinsteves/pan-python/blob/master/doc/pan.xapi.rst https://github.com/kevinsteves/pan-python/blob/master/doc/panwfapi.rst https://github.com/kevinsteves/pan-python/blob/master/doc/pan.wfapi.rst https://github.com/kevinsteves/pan-python/blob/master/doc/pan.afapi.rst https://github.com/kevinsteves/pan-python/blob/master/doc/panrc.rst
HTML from source distribution:
doc/panxapi.html doc/panconf.html doc/pan.xapi.html doc/panwfapi.html doc/pan.wfapi.html doc/pan.afapi.html doc/panrc.html
Install:
You can install the package or just run the programs from within the package source directory:
$ tar xzf pan-python-1.0.0.tar.gz $ cd pan-python-1.0.0
$ cd bin $ ./panxapi.py
or:
$ sudo ./setup.py install $ panxapi.py
Remote Git Repository:
Author:
Kevin Steves <kevin.steves@pobox.com>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pan-python-0.10.0.tar.gz
.
File metadata
- Download URL: pan-python-0.10.0.tar.gz
- Upload date:
- Size: 95.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
e95670b65a3c480c4b25b9682bb23e65b7ad5ef21adf12304ee587b04af65090
|
|
MD5 |
f08b7205e21406a23961064469b1a38b
|
|
BLAKE2b-256 |
383a2d471c0d1274c52836f5243f1aa2eec22561ce73efa675be330ff55a150c
|