Skip to main content

Start VM Image Scan

POST 

/api/v32.04/vms/scan

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

Re-scans all VM 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 to re-scan all VM images:

$ curl -k \
-u <USER> \
H 'Content-Type: application/json' \
-X POST \
"https://<CONSOLE>/api/v<VERSION>/vms/scan"

Responses

OK

Loading...