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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file pcce_api-1.0rc1.tar.gz.

File metadata

  • Download URL: pcce_api-1.0rc1.tar.gz
  • Upload date:
  • Size: 65.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for pcce_api-1.0rc1.tar.gz
Algorithm Hash digest
SHA256 75a6866ac32f0981b6f48623cf5852478c4ec6fda6e0944da5a249750f091df2
MD5 737bb5ceadb118dc63dd736e8a97ffb2
BLAKE2b-256 710851178b690c61ec7245370a8a129f765ce0c63a94ca4bd5443524f47a0656

See more details on using hashes here.

File details

Details for the file pcce_api-1.0rc1-py3-none-any.whl.

File metadata

  • Download URL: pcce_api-1.0rc1-py3-none-any.whl
  • Upload date:
  • Size: 72.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for pcce_api-1.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 08bcc279325aa52b2fecc090c10cffb74577cddd414b27aff912b6effe409c09
MD5 c72d385bb9801d25348bdff7771687f5
BLAKE2b-256 5e20783f632d7b0702bc7e4ec82ec030d9c6d4b58b5156f36f9352bd7d87d386

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