resolve_path
Resolve an opaque path ID to its WAN interface, AnyNet link, or VPN leg. Avoids guesswork by explicitly reporting unresolved or ambiguous IDs with candidate suggestions.
Instructions
Resolve an opaque path ID to a WAN interface, AnyNet link, or VPN leg.
By design, unresolved IDs are reported explicitly rather than guessed.
Args:
site: Site name or controller ID that owns this path. Must resolve
to exactly one site — an ambiguous or unknown name returns an
error listing the candidates instead of guessing.
path_id: The opaque path/interface/link ID to resolve, typically
copied from a path_id, interface_id, or id field in the
output of a routing/WAN tool such as get_wan or get_routing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | Site name or controller ID that owns this path. Must resolve to exactly one site — an ambiguous or unknown name returns an error listing the candidates instead of guessing. | |
| path_id | Yes | The opaque path/interface/link ID to resolve, typically copied from a `path_id`, `interface_id`, or `id` field in the output of a routing/WAN tool such as `get_wan` or `get_routing`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |