Skip to main content

Start a Cloud Discovery Scan

POST 

/api/v32.04/cloud/discovery/scan

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

Initiates a new cloud discovery scan.

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/scan

Responses

OK

Loading...