Implementing Cisco Service Provider Advanced Solutions (SPCOR2) — Question 19
<operation> /<api-entry>/<path>?<query>#<fragment>
Refer to the exhibit. Which two URI entries are optional and functional in the RESTCONF URI structure that is shown? (Choose two.)
Answer options
- A. path
- B. query
- C. operation
- D. fragment
- E. api-entry
Correct answer: A, C
Explanation
The 'path' and 'operation' components are optional in the RESTCONF URI structure while still being functional as they help define the resource and the action to be performed. The 'query' and 'fragment' can enhance functionality but are not necessary for the URI to operate, and 'api-entry' is typically required for a valid URI.