Implementing Automation for Cisco Enterprise Solutions (ENAUTO) — Question 13

Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?

Answer options

Correct answer: B

Explanation

The correct answer is B because it correctly imports the Viptela class from the devices module, which is specifically designed for interacting with Viptela devices. The other options either import from incorrect modules or use incorrect classes, which would not provide the necessary functionality for managing the Viptela devices.