{"openapi":"3.1.0","info":{"title":"Goongoonalo API","version":"0.3.0"},"paths":{"/system/health/full":{"get":{"tags":["System Health"],"summary":"Get Full Health","description":"Get comprehensive system health report.\n\nReturns detailed metrics including:\n- Operating system information\n- CPU usage and statistics\n- Memory (RAM and swap) usage\n- Disk partitions and I/O\n- Network interfaces and traffic\n- Process statistics\n- System uptime\n- Network connections\n- Temperature sensors (if available)\n- Battery status (if available)","operationId":"get_full_health_system_health_full_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/system/health/quick":{"get":{"tags":["System Health"],"summary":"Get Quick Health","description":"Get quick health summary.\n\nReturns a lightweight health check suitable for frequent polling.\nIncludes CPU, memory, disk usage percentages and overall status.","operationId":"get_quick_health_system_health_quick_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/system/health/cpu":{"get":{"tags":["System Health"],"summary":"Get Cpu Health","description":"Get detailed CPU metrics.","operationId":"get_cpu_health_system_health_cpu_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/system/health/memory":{"get":{"tags":["System Health"],"summary":"Get Memory Health","description":"Get detailed memory metrics.","operationId":"get_memory_health_system_health_memory_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/system/health/disk":{"get":{"tags":["System Health"],"summary":"Get Disk Health","description":"Get detailed disk metrics.","operationId":"get_disk_health_system_health_disk_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/system/health/network":{"get":{"tags":["System Health"],"summary":"Get Network Health","description":"Get detailed network metrics.","operationId":"get_network_health_system_health_network_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/system/health/processes":{"get":{"tags":["System Health"],"summary":"Get Processes Health","description":"Get process statistics and top resource consumers.","operationId":"get_processes_health_system_health_processes_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/system/health/connections":{"get":{"tags":["System Health"],"summary":"Get Connections Health","description":"Get network connection statistics.","operationId":"get_connections_health_system_health_connections_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/system/health/os":{"get":{"tags":["System Health"],"summary":"Get Os Info","description":"Get operating system information.","operationId":"get_os_info_system_health_os_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/system/health/uptime":{"get":{"tags":["System Health"],"summary":"Get Uptime Info","description":"Get system and application uptime.","operationId":"get_uptime_info_system_health_uptime_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/health":{"get":{"tags":["Health"],"summary":"Health Check","operationId":"health_check_health_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}},"/dashboard":{"get":{"tags":["Dashboard"],"summary":"System Dashboard","description":"System Health Dashboard - Production Monitoring","operationId":"system_dashboard_dashboard_get","responses":{"200":{"description":"Successful Response","content":{"text/html":{"schema":{"type":"string"}}}}}}}},"servers":[{"url":"/v1/admin"}]}