prismacloud-api-python
prismacloud-api-python copied to clipboard
Prisma Cloud utility scripts, and a Python SDK for Prisma Cloud APIs.
## Description Update class attribute for equality checks ## Motivation and Context Pre-fix the script errors out with "AttributeError: 'PrismaCloudAPI' object has no attribute 'username'. ## How Has This Been...
## Description I have a customer who is automating serverless vulnerability reporting and they would like to leverage a script like the one we have for hosts. Here is the...
### Is your feature request related to a problem? I have a customer who is automating serverless vulnerability reporting and they would like to leverage a script like the one...
## Describe the bug `% python3 pcs_images_packages_read.py --package_id curl:8 --version_comparison lt Testing Compute API Access ... done. Searching for Package: (curl) Version: (8) Exact Match Name: (False) Version Comparison Operator:...
At Prisma Cloud Code Security there is an option to Onboard repositories but there is not option to removed. https://api.prismacloud.io/code/api/v1/repositories https://pan.dev/prisma-cloud/api/code/update-repositories/
First of all: thanks for this SDK. ## Documentation link README.md and all scripts examples use `pc_api` which is instantiate internally. ## Describe the problem We use this SDK in...
We have created two container registries under one subscription for which we have already configured a reader role assigned service principle. Post running the script we are seeing below result...
## Describe the bug can't event import your python package successfully from prismacloud.api import pc_api ## Expected behavior should import your package successfully ## Current behavior Traceback (most recent call...
## Describe the bug When we extract a large number of hosts or vulnerabilities, we see a large memory consumption. ## Expected behavior The memory consumption must be constant and...
## Description add methods for several CSV report download endpoints - containers - defenders - registry - scans and fix a typo in _stats.py ## Motivation and Context The module...