Skip to main content

Start Image Scan

POST 

/api/v31.02/images/scan

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

Re-scan all images immediately. This endpoint returns the time that the scans were initiated.

cURL Request

Refer to the following example cURL command that forces Prisma Cloud Compute to re-scan all images:

$ curl -k \
-u <USER> \
-X POST \
https://<CONSOLE>/api/v<VERSION>/images/scan

Request

Responses

OK