Skip to main content

Prisma Cloud Compute Edition API Client

Project description

https://img.shields.io/badge/code%20style-black-000000.svg https://img.shields.io/badge/linting-pylint-yellowgreen https://img.shields.io/badge/security-bandit-yellow.svg https://gitlab.com/th1nks1mple/pcce-api/badges/main/pipeline.svg https://gitlab.com/th1nks1mple/pcce-api/badges/main/coverage.svg https://img.shields.io/pypi/pyversions/pcce-api https://img.shields.io/pypi/v/pcce-api

PCCE-API is a Prisma Cloud Compute Edition API Client.

Features

  • Implement the latest Prisma Cloud Compute Edition API.

  • Use marshmallow library for validate schema data before send to server.

Installation

To install the most recent published version to pypi, its simply a matter of installing via pip:

pip install pcce-api

If you’re looking for bleeding-edge, then feel free to install directly from the github repository like so:

pip install git+git://gitlab.com/th1nks1mple/pcce-api.git#egg=pcce-api

Getting Started

Lets assume that we want to get the list of users that have been create on our PCCE application. Performing this action is as simple as the following:

from pcce import PCCE
pcce = PCCE(url='http://console.domain',
               username='username',
               password='password')
for user in pcce.users.list():
   print(user)

Documents

https://pan.dev/compute/api/31-02/

License

The project is licensed under the MIT license.

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

pcce_api-1.0rc1.tar.gz (65.6 kB view hashes)

Uploaded Source

Built Distribution

pcce_api-1.0rc1-py3-none-any.whl (72.7 kB view hashes)

Uploaded Python 3

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