Skip to main content

Learn Runtime Container Profiles

POST 

/api/v32.04/profiles/container/learn

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

Puts all containers into learning mode.

For more information, refer to Learning mode in Runtime Defense for Containers.

cURL Request

Refer to the following example cURL command:

$ curl -k -G \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
https://<CONSOLE>/api/v<VERSION>/profiles/container/learn

Responses

OK

Loading...