Stop an Ongoing Scan
POST/api/v32.07/agentless/stop
x-prisma-cloud-target-env: {"permission":"monitorHosts"}
Stops an ongoing scan on hosts or containers for vulnerabilities and compliance.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
“https://<CONSOLE>/api/v<VERSION>/agentless/stop”
Responses
- 200
- default
OK
Loading...