Skip to main content

Generate Daemonset Deployment YAML File

POST 

/api/v33.02/defenders/daemonset.yaml

x-prisma-cloud-target-env: {"permission":"manageDefenders"}

Creates a DaemonSet deployment file in YAML format that you can use to deploy Defender to your cluster.

cURL Request

Refer to the following example cURL command:

$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
-d \
'{
"orchestration": "container",
"consoleAddr": "servo-vmware71",
"namespace": "twistlock",
"containerRuntime": "docker"
}' \
"https://<CONSOLE>/api/v<VERSION>/defenders/daemonset.yaml"

Request

Responses