Enable or Disable Telemetry Settings
POST/api/v32.07/settings/telemetry
x-prisma-cloud-target-env: {"permission":"systemOperations"}
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
- application/json
Body
enabled boolean
Enabled determines whether the telemetry settings are enabled.
Responses
- 200
- default
OK
Loading...