Start a Cloud Discovery Scan
POST/api/v22.12/cloud/discovery/scan
x-prisma-cloud-target-env: {"permission":"monitorCloud","saas":true,"self-hosted":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
Request
Responses
- 200
- default
OK
Loading...