350-401 Model-Driven Telemetry • Set 2
350-401 Model-Driven Telemetry Practice Test 2 — 15 questions with explanations. Free, no signup.
An engineer retrieves telemetry data from a Cisco IOS-XE device using RESTCONF and receives the following response:
```json
{"ietf-interfaces:interfaces": {
"interface": [
{
"name": "GigabitEthernet1",
"type": "iana-if-type:ethernetCsmacd",
"enabled": true,
"ipv4": {
"address": [
{
"ip": "192.168.1.1",
"netmask": "255.255.255.0"
}
]
}
}
]
}
}```
What is the correct way to access the IP address of the interface using Python?