{
  "ok": true,
  "product": "KURAGE Mission Computer",
  "version": "v1.0 Autonomy Core",
  "overall_status": "DEGRADED",
  "updated_at": "2026-07-18T02:04:01.121024+00:00",
  "components": {
    "mission_api": {
      "status": "OK",
      "systemd_state": "active",
      "service": "hardware-design.service"
    },
    "command_executor_service": {
      "status": "OK",
      "systemd_state": "active",
      "service": "mission-command-executor.service"
    },
    "command_executor": {
      "status": "OK",
      "path": "/var/www/html/mission-computer/api/command_execution.json",
      "age_seconds": 0,
      "stale_after_seconds": 10,
      "executor_status": "IDLE",
      "execution_mode": "SIMULATION",
      "output_enabled": false,
      "cursor": 24,
      "queue_length": 24
    },
    "telemetry": {
      "status": "OK",
      "path": "/var/www/html/mission-computer/api/telemetry.json",
      "age_seconds": 0,
      "stale_after_seconds": 15
    },
    "detections": {
      "status": "OK",
      "path": "/var/www/html/mission-computer/api/detections.json",
      "age_seconds": 13,
      "stale_after_seconds": 15
    },
    "vision_ai": {
      "status": "INACTIVE",
      "systemd_state": "inactive",
      "service": "vision-ai-worker.service"
    },
    "subscription_service": {
      "status": "OK",
      "systemd_state": "active",
      "service": "fukushima-sub.service"
    },
    "storage": {
      "status": "OK",
      "path": "/var/www/html/mission-computer/api",
      "total_bytes": 63832666112,
      "used_bytes": 45362855936,
      "free_bytes": 15659585536,
      "free_percent": 24.53
    },
    "flight_controller": {
      "status": "NOT_CONNECTED",
      "mode": "SIMULATION",
      "required_now": false,
      "output_enabled": false,
      "adapter_heartbeat": "WAITING",
      "bridge_heartbeat": "WAITING",
      "adapter_file": "/var/www/html/mission-computer/api/flight_controller_adapter.json",
      "bridge_file": "/var/www/html/mission-computer/api/mavlink_bridge.json",
      "endpoint": "tcp:127.0.0.1:5760"
    }
  }
}