Skip to main content

Start a Host Scan

POST 

/api/v32.04/hosts/scan

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

Re-scan all hosts immediately.

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

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

Responses

OK

Loading...