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