Learn Runtime Container Profiles
POST/api/v32.07/profiles/container/learn
x-prisma-cloud-target-env: {"permission":"monitorRuntimeContainers"}
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
- 200
- default
OK
Loading...