A RESTCONF PATCH must update only Loopback100 on an IOS XE router. How should the target interface be identified?
Select an answer to reveal the explanation.
Short Explanation
The interface name is the locker number in the hallway—put it in the URI key, don’t yell “int lo100” at the building or hope VLAN 1 forwards your mail.
Full Explanation
RESTCONF identifies the interface by its name (or type + unit in the native tree) in the resource path. A body that never names which interface, a CLI-style int gi0/1 string as the URL, or addressing an unrelated VLAN does not correctly key the target resource.