Get Node Config
get_node_configRetrieve the latest backed-up configuration for a network node, with optional group disambiguation and line-based paging for large configs.
Instructions
Get the latest backed-up configuration of a node.
Large configurations are paged by lines: when 'truncated' is true, call again with offset set to 'next_offset' to read the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name or IP address (e.g. 'core-sw01') | |
| group | No | Node group, to disambiguate nodes with the same name in different groups | |
| offset | No | Zero-based first line to return | |
| max_lines | No | Maximum lines to return (0 = whole configuration) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||