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

## Describe the bug When using `containers_list_read(query_params)`, the function will default to `limit=50` via `execute_compute()` method, though I pass in a limit of 1. `query_params = {"limit":1}` ## Expected behavior...

bug