Skip to main content

Get Advanced Defender Settings

GET 

/api/v32.04/settings/defender

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

Returns the advanced settings for Defenders.

cURL Request

Refer to the following example cURL command that gets all advanced settings for Defenders:

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

A successful response returns all advanced settings for Defenders.

Responses

Settings is the Defender settings

Schema
    admissionControlEnabled boolean

    Indicates if the admission controller is enabled (true) or not (false).

    admissionControlWebhookSuffix string

    Relative path to the admission control webhook HTTP endpoint.

    appEmbeddedFileSystemTracingEnabled boolean

    AppEmbeddedFileSystemTracingEnabled is the default deployment state for app embedded Defenders file system tracing.

    automaticUpgrade boolean

    Deprecated: indicates if defenders should be automatically upgraded to the latest version.

    disconnectPeriodDays integer

    Number of consecutive days a Defender must remain disconnected for it to be considered decommissioned.

    hostCustomComplianceEnabled boolean

    Indicates if Defenders support host custom compliance checks (true) or not (false).

    listeningPort integer

    Port on which Defenders listen.

Loading...