prismacloud-api-python icon indicating copy to clipboard operation
prismacloud-api-python copied to clipboard

Prisma Cloud utility scripts, and a Python SDK for Prisma Cloud APIs.

Results 11 prismacloud-api-python issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

## 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:...

bug

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/

enhancement

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...

documentation

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...

bug

## 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...

bug

## 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...