OpenShift · Example Payload

Openshift Rest Route Spec Example

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Top-level fields

hostpathsubdomainalternateBackendswildcardPolicy

Example Payload

Raw ↑
{
  "host": "example_value",
  "path": "example_value",
  "subdomain": "example_value",
  "alternateBackends": [],
  "wildcardPolicy": "example_value"
}