OpenShift · JSON Structure

Openshift Rest Status Structure

Type: object Properties: 6
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Status is a JSON Structure definition published by OpenShift, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

apiVersion kind status message reason code

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Status",
  "type": "object",
  "properties": {
    "apiVersion": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    },
    "code": {
      "type": "integer"
    }
  }
}