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