Stop a Registry Scan
POST/api/v32.07/registry/stop
x-prisma-cloud-target-env: {"permission":"monitorImages"}
Stops current registry scan immediately.
cURL Request
Refer to the following example cURL command that forces Prisma Cloud Compute to stop scanning all registry images:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
https://<CONSOLE>/api/v<VERSION>/registry/stop
Responses
- 200
- default
OK
Loading...