get_system_info
Retrieve structured system-level information from network devices via gNMI, including hostname, software version, memory, and more, for inventory, monitoring, and diagnostics.
Instructions
Retrieve structured system-level information from a network device via gNMI.
Returns key attributes such as hostname, software version, timezone, memory, gRPC server config, logging, users, boot time, and uptime. Useful for inventory, monitoring, and diagnostics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_name | Yes | Name of the device in the inventory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nos | Yes | Supported Network Operating Systems | |
| data | No | ||
| status | Yes | Enumeration for network operation status values. Provides type safety and prevents typos when setting or checking operation status in NetworkOperationResult objects. | |
| metadata | No | ||
| ip_address | Yes | ||
| device_name | Yes | ||
| error_response | No | ||
| operation_type | Yes | ||
| feature_not_found_response | No |