Stop a Cloud Discovery Scan
POST/api/v30.00/cloud/discovery/stop
x-prisma-cloud-target-env: {"permission":"monitorCloud","saas":true,"self-hosted":true}
x-public: true
Terminates a cloud discovery scan that's in progress.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
https://<CONSOLE>:8083/api/v<VERSION>/cloud/discovery/stop
Request
Responses
- 200
- default
OK
Loading...