Implementing Automation for Cisco Data Center Solutions (DCAUTO) — Question 35
What are two capabilities of the DCNM REST API? (Choose two.)
Answer options
- A. uses the dcnm-token header for requests authentication after initial basic authentication
- B. uses basic authentication without encoding for username and password
- C. supports HTTP until release 11.0(1)
- D. uses bearer key authorization
- E. is separated into Classic LAN, LAN Fabric, Media Controller, and SAN Management categories
Correct answer: A, E
Explanation
Option A is correct because the DCNM REST API indeed uses the dcnm-token header for authentication after the initial basic authentication. Option E is also correct as the API is categorized into different management areas. Options B, C, and D are incorrect; B misrepresents the authentication method, C states an outdated version, and D refers to a different authentication mechanism not used by the DCNM REST API.