GET /boottime/
GET /disks/partition
GET /disks/usage
GET /environ/
GET /ifconfig/
GET /os-release/
GET /ps/
GET /sensors/battery/
GET /sensors/fan/
GET /sensors/temperature/
POST /scan-ip/?start_ip=192.168.0.1&end_ip=192.168.0.254
Key | Value | Description |
---|---|---|
start_ip |
string |
start_ip is required. |
end_ip |
string |
end_ip is required. |
POST /scan-port/?hostname=example.com
Key | Value | Description |
---|---|---|
hostname |
string |
Hostname is required. |
GET /speed-test/
POST /traceroute/?hostname=example.com
Key | Value | Description |
---|---|---|
hostname |
string |
Hostname is required. |
GET /users/
GET /whoami/
To view the logs for backend
$ tail -f backend/logs/app.log