API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- POST
/api/v1/system/process/signalβ Send signal to process(es) - POST
/api/v1/system/shutdownβ Shutdown the system - POST
/api/v1/system/rebootβ Reboot the system - GET
/api/v1/system/displaysβ Get display information - GET
/api/v1/system/portsβ List all listening network ports - GET
/api/v1/system/daemonβ Get daemon programs configuration - GET
/api/v1/system/processesβ List all system processes - GET
/api/v1/system/processes/{pid}β Get process details by PID - GET
/api/v1/system/resourcesβ Get system resources and statistics
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help