get_config_path
Extract specific configuration sections from cached network device data using dot-separated paths to query interfaces, routing, or other structured elements.
Instructions
Extract a specific section from the cached configuration by dot-separated path.
Args:
path: Dot-separated path into the config, e.g.
"ietf-interfaces:interfaces" or
"ietf-interfaces:interfaces.interface"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |