A municipal network team must push YANG-modeled configuration to a Catalyst switch running IOS XE without opening an interactive SSH session. Which approach correctly uses the official device-config API for this DEVCOR task?
Select an answer to reveal the explanation.
Short Explanation
Think of RESTCONF as the city’s official web counter for device config—HTTPS to /restconf/data on IOS XE—not a back-room SSH console or a Meraki ticket taped to the wrong building.
Full Explanation
DEVCOR task 5.2 treats RESTCONF on IOS XE as the official device-configuration API: HTTPS URIs under /restconf/data address YANG-modeled config. Interactive SSH configure terminal is CLI, not RESTCONF. SNMP SETs and Meraki Dashboard calls target different management planes and do not satisfy this IOS XE RESTCONF requirement.