Refer to the exhibit. A Python script is used to configure a Cisco IOS XE device. The script must be updated to print th
Posted: Fri Jul 22, 2022 5:26 pm
Refer to the exhibit. A Python script is used to configure a Cisco IOS XE device. The script must be updated to print the IP addresses of all the loopback interfaces. Which statement should be added before the loop?
A. interfaces = response.json()[ג€ietf-interfaces:interfacesג€]
B. interface = response.json()[ג€ietf-interfaces:interfacesג€]
C. interface = response.json()[ג€ietf-interfaces:interfacesג€][ג€interfaceג€]
D. interfaces = response.json()[ג€ietf-interfaces:interfacesג€][ג€interfaceג€]
A. interfaces = response.json()[ג€ietf-interfaces:interfacesג€]
B. interface = response.json()[ג€ietf-interfaces:interfacesג€]
C. interface = response.json()[ג€ietf-interfaces:interfacesג€][ג€interfaceג€]
D. interfaces = response.json()[ג€ietf-interfaces:interfacesג€][ג€interfaceג€]