ExamGecko
Question list
Search
Search

Related questions











Question 41 - 300-435 discussion

Report
Export

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

Answers
A.

from urllib.request import Viptela

B.

from viptela.devices import Viptela

Answers
B.

from viptela.devices import Viptela

C.

from viptela.viptela import Viptela

Answers
C.

from viptela.viptela import Viptela

D.

from viptela.library import Viptela

Answers
D.

from viptela.library import Viptela

Suggested answer: C

Explanation:

:

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

asked 07/10/2024
Gaston Cruz
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first