Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 38

Which two NETCONF operations cover the RESTCONF GET operation? (Choose two.)

Answer options

Correct answer: A, B

Explanation

The correct answers, <get> and <get-config>, are both operations that retrieve data in NETCONF, similar to how RESTCONF GET works. The other options do not serve the same purpose; <get-update> is for updates, <modify-config> is for making changes, and <edit> is also related to modifying data rather than retrieving it.