Skip to main content

Python SDK for Palo Alto Networks Prisma Access Insights 3.0 API

Project description

Prisma Access Insights SDK

Python SDK and CLI for querying the Palo Alto Networks Prisma Access Insights 3.0 API.

Query users, applications, sites, and security events from your Prisma Access deployment for reporting, monitoring, and analytics.

Installation

pip

pip install pan-insights-sdk

Docker

docker build -t insights .
docker run --rm insights --help

From source

git clone https://github.com/ancoleman/insights-sdk-cli.git
cd insights-sdk-cli
make dev

See Installation Guide for all options and CI/CD setup.

Quick Start

1. Set Credentials

export SCM_CLIENT_ID=your-service-account@tsg.iam.panserviceaccount.com
export SCM_CLIENT_SECRET=your-secret
export SCM_TSG_ID=your-tsg-id

2. CLI Usage

insights test                    # Test connection
insights users list agent        # List users (last 24h)
insights users count agent       # Connected user count
insights apps list               # List applications
insights sites traffic           # Site traffic
insights --help                  # All commands

3. Python SDK

from insights_sdk import InsightsClient

with InsightsClient(
    client_id="your-client-id",
    client_secret="your-secret",
    tsg_id="your-tsg-id",
) as client:
    users = client.get_agent_users(hours=24)
    print(f"Found {len(users.get('data', []))} users")

Documentation

Guide Description
Installation pip, Docker, source, and CI/CD setup
CLI Reference Complete command reference
SDK Guide Python SDK usage and filtering

Command Groups

Group Description
insights users User queries (list, count, sessions, devices)
insights apps Application queries
insights sites Site queries
insights security PAB security events
insights monitoring Monitored user metrics
insights accelerated Accelerated app metrics

Development

make help       # Show all targets
make dev        # Install with dev deps
make test       # Run tests
make lint       # Run linters
make format     # Format code
make build      # Build Docker image

License

MIT

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

pan_insights_sdk-0.3.1.tar.gz (40.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pan_insights_sdk-0.3.1-py3-none-any.whl (21.4 kB view details)

Uploaded Python 3

File details

Details for the file pan_insights_sdk-0.3.1.tar.gz.

File metadata

  • Download URL: pan_insights_sdk-0.3.1.tar.gz
  • Upload date:
  • Size: 40.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pan_insights_sdk-0.3.1.tar.gz
Algorithm Hash digest
SHA256 0e2151c2f8a507dd9c7612e8cd3060f5dd99052d59081395b006aee3d3a3ee4e
MD5 8529be194340aa167a7ad388ac4fda0d
BLAKE2b-256 0c05f8881f4a4511baeaa0a306b7e822dccff61f1ea03ee41f6e62aafc9decc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pan_insights_sdk-0.3.1.tar.gz:

Publisher: publish.yml on ancoleman/insights-sdk-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pan_insights_sdk-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pan_insights_sdk-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 593c430f93e0ece83628304dedd05b4547a968b15398997ee018888525581f42
MD5 62ede188c53e05bf8cecf0903f753efe
BLAKE2b-256 39cffd4b4d73d1818ec8e157a37fa747ea0c82c5970da9c0c8298841b0ad1192

See more details on using hashes here.

Provenance

The following attestation bundles were made for pan_insights_sdk-0.3.1-py3-none-any.whl:

Publisher: publish.yml on ancoleman/insights-sdk-cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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