OpenShift · Example Payload

Openshift Rest Probe Example

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Openshift Rest Probe Example is an example object payload from OpenShift, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

httpGettcpSocketexecinitialDelaySecondsperiodSecondstimeoutSecondssuccessThresholdfailureThreshold

Example Payload

Raw ↑
{
  "httpGet": "example_value",
  "tcpSocket": "example_value",
  "exec": "example_value",
  "initialDelaySeconds": 10,
  "periodSeconds": 10,
  "timeoutSeconds": 10,
  "successThreshold": 10,
  "failureThreshold": 10
}