Skip to main content

Start Serverless Function Scan

POST 

/api/v32.04/serverless/scan

x-prisma-cloud-target-env: {"permission":"monitorServerless","saas":true,"self-hosted":true}
x-public: true

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

OK

Loading...