Add Trusted Certificate Settings
POST/api/v32.07/settings/trusted-certificates
x-prisma-cloud-target-env: {"permission":"authConfiguration"}
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
- Array [
- ]
certs object[]
Certs are the list of trusted certificates to use in access scenarios.
CN is the certificate common name.
Issuer is the certificate issuer.
NotAfter is the certificate expiration time Remark: the 1 suffix required for backward compatibility (previous values were strings and cannot be serialized).
NotBefore is the minimum time for which the cert is valid Remark: the 1 suffix required for backward compatibility (previous values were strings and cannot be serialized).
Raw is the raw certificate (in PEM format).
CheckRevocation indicates whether to check the certificate revocation.
Enabled indicates whether the trusted certificate feature is enabled.
Responses
- 200
- default
OK