Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 258
When a Cisco IOS XE networking device is configured by using RESTCONF, what is the default data encoding method?
Answer options
- A. application/yaml-data+json
- B. application/yang-data+json
- C. application/xml-data+json
- D. application/json-data+xml
Correct answer: B
Explanation
The correct answer is B, as RESTCONF uses 'application/yang-data+json' as the default encoding method for data representation. The other options, while they may represent different encoding types, do not apply to RESTCONF in this context.