Stop Serverless Function Scan
POST/api/v32.07/serverless/stop
x-prisma-cloud-target-env: {"permission":"monitorServerless"}
Stops the ongoing serverless scan.
cURL Request
Refer to the following example cURL command:
$ curl -k \
-u <USER> \
-X POST \
https://<CONSOLE>/api/v<VERSION>/serverless/stop
Responses
- 200
- default
OK
Loading...