get_network_interfaces
Retrieve network interface details and IP addresses from local or remote Linux systems to diagnose connectivity issues and configure network settings.
Instructions
Get network interface information including IP addresses.
Args:
host: Remote host to connect to via SSH (optional, executes locally if not provided)
username: SSH username for remote host (required if host is provided)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| username | No |