Solved

Which Action Allows for Creating a Python Script to Pull

Question 81

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions