Start Serverless Function Scan
POST/api/v32.07/serverless/scan
x-prisma-cloud-target-env: {"permission":"monitorServerless"}
Re-scan all serverless functions immediately.
cURL Request
Refer to the following example cURL command that forces Prisma Cloud Compute to re-scan all serverless functions:
$ curl -k \
-u <USER> \
-X POST \
https://<CONSOLE>/api/v<VERSION>/serverless/scan
Responses
- 200
- default
OK
Loading...