v25

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015053126.2 KB
Cluster

Update OCSP configuration

Set or update the OCSP configuration for the cluster

put/v1/ocsp

Request body

ocsp_functionalityboolean

Whether to enable/disable OCSP for the cluster.

query_frequencyinteger

Determines the interval (in seconds) in which the control plane will poll the OCSP responder for a new status for the server certificate.

recovery_frequencyinteger

Determines the interval (in seconds) in which the control plane will poll the OCSP responder for a new status for the server certificate when the current staple is invalid.

recovery_max_triesinteger

Determines the maximum number for the OCSP recovery attempts. After max number of tries passed, the control plane will revert back to the regular frequency.

responder_urlstring

The OCSP server url embedded in the proxy certificate (if available)

response_timeoutinteger

Determines the time interval (in seconds) for which the request waits for a response from the OCSP responder.

Response

OCSP configuration

ocsp_functionalityboolean

Whether to enable/disable OCSP for the cluster.

query_frequencyinteger

Determines the interval (in seconds) in which the control plane will poll the OCSP responder for a new status for the server certificate.

recovery_frequencyinteger

Determines the interval (in seconds) in which the control plane will poll the OCSP responder for a new status for the server certificate when the current staple is invalid.

recovery_max_triesinteger

Determines the maximum number for the OCSP recovery attempts. After max number of tries passed, the control plane will revert back to the regular frequency.

responder_urlstring

The OCSP server url embedded in the proxy certificate (if available)

response_timeoutinteger

Determines the time interval (in seconds) for which the request waits for a response from the OCSP responder.