Skip to main content

This SDK is designed to make it easier to work with the Palo Alto Panorama API.

Project description

Palo Alto - Panorama SDK

This project serves as an SDK for Palo Alto Panorama.
This should allow easier access to the Panorama API.
The project is currently still at a very early stage.

Install

pip install paloalto-panorama-sdk

Example

import os
from paloalto_panorama_sdk.panorama_sdk import PanoramaSDK


if __name__ == '__main__':
    panSDK = PanoramaSDK(
        url=os.getenv("url", "127.0.0.1:5000"),
        username=os.getenv("username", "testuser"),
        password=os.getenv("password", "testpassword")
    )
    print(panSDK.service.list_services())
    print(panSDK.security_post_rules.list_post_rules())
    print(panSDK.address_groups.list_address_groups())

It is currently available on https://pypi.org/project/paloalto-panorama-sdk/ and soon on gitlab.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paloalto_panorama_sdk-0.0.6.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

paloalto_panorama_sdk-0.0.6-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

Details for the file paloalto_panorama_sdk-0.0.6.tar.gz.

File metadata

  • Download URL: paloalto_panorama_sdk-0.0.6.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.3

File hashes

Hashes for paloalto_panorama_sdk-0.0.6.tar.gz
Algorithm Hash digest
SHA256 1e954e83bdc643b3bebe5032acfb478073dfd4b144694de4502abe50d9bed082
MD5 5df428330edc646f19cca9d181612463
BLAKE2b-256 139d2efb5a6379653d08d3cdd93cb2f417137ef7af3919e468297df2596f58ff

See more details on using hashes here.

File details

Details for the file paloalto_panorama_sdk-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for paloalto_panorama_sdk-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ee2706744c0f3eae96728b6f85084557ff95ffedf393971e78a052f1a78ee20e
MD5 6a739b1e1746ef41c06099bbb437d84f
BLAKE2b-256 9094c4ee694f9fdd6f7efe6311f080691544a15bb96bdce47157e1e24368745a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page