Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 292
An engineer needs to automate the configuration on a Cisco NX-OS switch. The solution must meet these requirements:
• Ansible is used.
• The transport protocol is encrypted.
• Support for Asynchronous requests.
Which two access mechanisms must be used? (Choose two.)
Answer options
- A. JSON-RPC
- B. NX-API
- C. HTTPS
- D. SNMP Version 2c
- E. NETCONF
Correct answer: B, C
Explanation
The correct answers are B (NX-API) and C (HTTPS) because NX-API allows for the integration with Ansible and supports asynchronous requests, while HTTPS provides an encrypted transport protocol. Options A (JSON-RPC) and E (NETCONF) do not fully meet the specified requirements, and D (SNMP Version 2c) does not offer encryption.