Skip to main content

Get Deployed Defenders

GET 

/api/v31.02/defenders

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

Retrieves all deployed Defenders.

This endpoint maps to the UI Console page in Manage > Defenders > Defenders.

cURL Request

Refer to the following example cURL command that retrieves all deployed Defenders.

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

A successful response returns all deployed Defenders.

Request

Responses