Skip to main content

Get Continuous Integration (CI) Serverless Compliance Policy

GET 

/api/v31.02/policies/compliance/ci/serverless

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

Retrieves the compliance policy for serverless functions built in your Continuous Integration (CI) pipeline. A policy consists of ordered rules.

This endpoint maps to the policy table in Defend > Compliance > Functions > CI in the Console UI.

cURL Request

Refer to the following example cURL command:

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X GET \
https://<CONSOLE>/api/v<VERSION>/policies/compliance/ci/serverless

A successful response contains a list of compliance rules in the policy.

Responses

Policy represents a policy that should be enforced by the Auditor