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.8.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

paloalto_panorama_sdk-0.0.8-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: paloalto_panorama_sdk-0.0.8.tar.gz
  • Upload date:
  • Size: 8.7 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.8.tar.gz
Algorithm Hash digest
SHA256 a82c49820907b3fd692b64ec5ba78ee1bd6063c7cda08145aa25025c71276d6a
MD5 e82ab9fffaec93bbe2e89bfca5de88ae
BLAKE2b-256 83d3b6efabd8a6235efceb434d07dae09558b9accf83f6a86ad2d4544051d32f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paloalto_panorama_sdk-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 0ed4ec30df248971e60a36960c52055d53af6940a38ebecba97e69bcfcfb7b94
MD5 750f4420483bf2c9ccd9609de38daf86
BLAKE2b-256 30c577284e751b05861e7417829362caee91715c024893b1ac57d5a11df0ec42

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