A parks IT developer must edit interface configuration on an IOS XE switch via RESTCONF. Which URI family is the correct datastore root for that edit?
Select an answer to reveal the explanation.
Short Explanation
The RESTCONF front door is /restconf/data—like the city’s official records vault—not a leftover /api/v1 hallway or a scraped web UI.
Full Explanation
Configuration edits target /restconf/data/<module>:<resource>/… on the IOS XE RESTCONF server. Paths such as /api/v1 or a bare /rest invent roots that are not the official datastore. Scraping the HTML web UI is not utilizing RESTCONF and is outside the scored 5.2 URI family.