Skip to main content

Download Runtime Container Profiles

GET 

/api/v31.02/profiles/container/download

x-prisma-cloud-target-env: {"permission":"monitorRuntimeContainers","saas":true,"self-hosted":true}
x-public: true

Retrieves the details and state of all runtime models in CSV format.

cURL Request

Refer to the following example cURL command that downloads a complete list in CSV format:

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
-o <FILE NAME> \
https://<CONSOLE>/api/v<VERSION>/profiles/container/download

Request

Responses

OK