Skip to main content

Download Serverless Layer Bundle

POST 

/api/v30.03/images/twistlock_defender_layer.zip

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

DownloadServerlessLayerBundle returns a ZIP file with a Lambda layer containing the Defender runtime

Request

Body

    provider common.CloudProvider (string)

    Possible values: [aws,azure,gcp,alibaba,oci,others]

    CloudProvider specifies the cloud provider name

    proxyCA string

    ProxyCA is the proxy’s CA certificate for Defender to trust.

    runtime shared.LambdaRuntimeType (string)

    Possible values: [python,python3.6,python3.7,python3.8,python3.9,nodejs12.x,nodejs14.x,dotnetcore2.1,dotnetcore3.1,dotnet6,java8,java11,ruby2.7]

    LambdaRuntimeType represents the runtime type of the serverless function The constants used are taken from: https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunction.html#SSS-CreateFunction-request-Runtime

Responses

OK

Loading...