Start a Container Scan
POST/api/v32.07/containers/scan
x-prisma-cloud-target-env: {"permission":"monitorImages"}
Re-scan all containers immediately. This endpoint returns the time that the scans were initiated.
The following example command uses curl and basic auth to force Prisma Cloud Compute to re-scan all containers:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
https://<CONSOLE>/api/v<VERSION>/containers/scan
Responses
- 200
- default
OK
Loading...