Get system information
get_system_informationRetrieve essential system details like OS, distribution, kernel version, uptime, and last boot time to diagnose or monitor a Linux host.
Instructions
Get basic system information such as operating system, distribution, kernel version, uptime, and last boot time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Remote host to connect to via SSH |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arch | No | ||
| kernel | No | ||
| uptime | No | ||
| os_name | No | ||
| hostname | No | ||
| boot_time | No | ||
| os_version | No |