vyos_return_values
Retrieve multiple values from a VyOS configuration node as a list. Use for nodes with multiple values like addresses on an interface by specifying the configuration path.
Instructions
Get values of a multi-valued VyOS config node as a list.
Use this instead of vyos_retrieve when a node has multiple
values (e.g. addresses on an interface).
Args:
path: Configuration path, e.g.
["interfaces", "dummy", "dum0", "address"]Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |