Skip to main content

Stop a Cloud Discovery Scan

POST 

/api/v22.12/cloud/discovery/stop

x-prisma-cloud-target-env: {"permission":"monitorCloud","saas":true,"self-hosted":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

OK

Loading...