Implementing Automation for Cisco Enterprise Solutions (ENAUTO) — Question 105
Which two encodings are supported with RESTCONF rather than with NETCONF when using YANG? (Choose two.)
Answer options
- A. HTML
- B. XML
- C. CCS
- D. JSON
- E. CES
Correct answer: A, D
Explanation
RESTCONF supports both HTML and JSON encodings, allowing for more flexible interaction with web-based applications. In contrast, NETCONF primarily uses XML, which limits its encoding options and is not designed to support HTML or JSON.