vyos_exists
Check whether a specific VyOS configuration path exists, returning true or false.
Instructions
Check if a VyOS configuration path exists.
Returns true/false in the data field.
Args:
path: Configuration path to check,
e.g. ["service", "https", "api"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |