Apache Oozie · JSON Structure

Apache Oozie System Status Structure

Oozie system mode status.

Type: object Properties: 1
WorkflowHadoopOrchestrationSchedulingBig DataApacheJavaOpen Source

SystemStatus is a JSON Structure definition published by Apache Oozie, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

systemMode

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-oozie/refs/heads/main/json-structure/apache-oozie-system-status-structure.json",
  "name": "SystemStatus",
  "description": "Oozie system mode status.",
  "type": "object",
  "properties": {
    "systemMode": {
      "type": "string",
      "description": "Current system mode.",
      "enum": [
        "NORMAL",
        "NOWEBSERVICE",
        "SAFEMODE"
      ],
      "example": "NORMAL"
    }
  }
}