Skip to main content

Download App-embedded Profiles

GET 

/api/v31.02/profiles/app-embedded/download

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

Downloads the app-embedded observations in a CSV format.

cURL Request

Refer to the following example cURL command that downloads all the app-embedded runtime profiles:

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

Request

Responses

OK