OpenShift · Example Payload

Openshift Rest Build Status Example

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Top-level fields

phasecancelledmessagereasonstartTimestampcompletionTimestampdurationoutputDockerImageReferenceoutputlogSnippet

Example Payload

Raw ↑
{
  "phase": "example_value",
  "cancelled": true,
  "message": "example_value",
  "reason": "example_value",
  "startTimestamp": "example_value",
  "completionTimestamp": "example_value",
  "duration": 10,
  "outputDockerImageReference": "example_value",
  "output": "example_value",
  "logSnippet": "example_value"
}