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

Posted by: Pdfprep Category: 300-435 Tags: , ,

Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?
A . from urllib.request import Viptela
B . from viptela.devices import Viptela
C . from viptela.viptela import Viptela
D . from viptela.library import Viptela

Answer: B

Explanation:

The viptela.devices import viptela can be used to put inventory from Cisco SD WAN viptela devices.

Leave a Reply

Your email address will not be published.