Valid 350-401 Dumps shared by ExamDiscuss.com for Helping Passing 350-401 Exam! ExamDiscuss.com now offer the newest 350-401 exam dumps, the ExamDiscuss.com 350-401 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 350-401 dumps with Test Engine here:
A company recently decided to use RESTCONF instead of NETCONF and many of their NETCONF scripts contain the operation <edit-config>(operation="create").Which RESTCONF operation must be used to replace these statements?
Correct Answer: A
RESTCONF uses HTTP methods to perform operations on network device configuration data. The RESTCONF operation that replaces the NETCONF <edit-config> operation with operation="create" is the HTTP POST method. The POST method is used to create a new resource or data instance on the server, which aligns with the NETCONF operation to create a new configuration element12. References := Using NETCONF and RESTCONF - Cisco, NETCONF vs RESTCONF - DevNetLearning.com