Start VM Image Scan
POST/api/v32.07/vms/scan
x-prisma-cloud-target-env: {"permission":"monitorHosts"}
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
- 200
- default
OK
Loading...