Stop TAS Droplets Ongoing Scan
POST/api/v32.07/tas-droplets/stop
x-prisma-cloud-target-env: {"permission":"monitorImages"}
Stops the ongoing scan of TAS Droplets.
cURL Request
Refer to the following cURL command:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
"https://<CONSOLE>/api/v<VERSION>/tas-droplets/stop"
Responses
- 200
- default
OK
Loading...