Add Trusted Certificate Settings
POST/api/v31.02/settings/trusted-certificates
x-prisma-cloud-target-env: {"permission":"authConfiguration","saas":false,"self-hosted":true}
x-public: true
Enables or disables the telemetry feature.
For more information, see telemetry article.
cURL Request
Refer to the following example cURL request that uses basic auth to turn off telemetry:
$ curl -k \
-u <USER> \
-H 'Content-Type: application/json' \
-X POST \
-d '{"enabled":false}' \
"https://<CONSOLE>/api/v<VERSION>/settings/telemetry"
Request
Responses
- 200
- default
OK