Implementing Cisco Service Provider Advanced Solutions (SPCOR2) — Question 28
Which two initial actions should you take when exploring automation for ACI? (Choose two.)
Answer options
- A. Develop an open-source package or SDK
- B. Look for an open-source package or SDK
- C. Write scripts that leverage the Python standard library
- D. Use the API inspector and test API calls.
- E. Use the ncclient command to explore the NETCONF capabilities of the Cisco APIC.
Correct answer: A, D
Explanation
The correct actions to take when starting with ACI automation are to develop an open-source package or SDK and use the API inspector to test API calls. These steps help in understanding the automation capabilities and integrating with existing tools. The other options, while useful, do not directly contribute to the initial exploration phase of ACI automation.