Get Node Version
get_node_versionRetrieve a network device's configuration as it existed at a specific version. Supports paging through large configurations using offset and line limits.
Instructions
Get the configuration of a node as it was at a specific version.
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 |
|---|---|---|---|
| oid | Yes | Version oid from list_node_versions (full or unique prefix) | |
| node | Yes | Node name or IP address (e.g. 'core-sw01') | |
| group | No | Node group; looked up automatically when omitted | |
| 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 | |||