Prisma Cloud Compute Edition API Client
Project description
PCCE-API is a Prisma Cloud Compute Edition API Client.
Issue Tracker: https://gitlab.com/th1nks1mple/pcce-api/-/issues
GitLab Repository: https://gitlab.com/th1nks1mple/pcce-api
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
License
The project is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75a6866ac32f0981b6f48623cf5852478c4ec6fda6e0944da5a249750f091df2 |
|
MD5 | 737bb5ceadb118dc63dd736e8a97ffb2 |
|
BLAKE2b-256 | 710851178b690c61ec7245370a8a129f765ce0c63a94ca4bd5443524f47a0656 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08bcc279325aa52b2fecc090c10cffb74577cddd414b27aff912b6effe409c09 |
|
MD5 | c72d385bb9801d25348bdff7771687f5 |
|
BLAKE2b-256 | 5e20783f632d7b0702bc7e4ec82ec030d9c6d4b58b5156f36f9352bd7d87d386 |