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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for paloalto_panorama_sdk-0.0.10.tar.gz
Algorithm Hash digest
SHA256 fc9d936ac9839b4c960e3c89e0015949167442a30afcfde017ec4fef8301cefb
MD5 3899a699c95b0ff8df9b0d63c06e10cc
BLAKE2b-256 886b3aa99e9d4d4970f773259b635219484386001496e2f91e95897d2fba64dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for paloalto_panorama_sdk-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 9342b1ea75e412342ce5e34fdf7dc25854eec87457e0be4a9b8b679bc5d2a8a4
MD5 1cb7f62154e1e35a47897b8baa5a862e
BLAKE2b-256 eae04b4370123e493aea3c59ce2370327441a318bfc536c22842805e912771f8

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