Free Cisco 350-501 SPCOR Actual Exam Questions - Question 7 Discussion
Refer to the exhibit.
An engineer at a new ISP must configure many Cisco devices in the data center. To make the process more efficient, the engineer decides to automate the task with a REST API. Which action does this JSON script automate?
Maybe A. The JSON seems focused on setting an IP for loopback0 without mentioning creating or deleting interfaces, so it likely updates the existing loopback interface’s IP address.
A imo, the JSON only shows updating an existing loopback interface's IP, not creating or deleting any interfaces. The focus seems to be on configuring loopback rather than physical interfaces.
Option C looks right to me because the JSON only shows configuring a physical interface with an IP, no deleting or modifying loopbacks. The script’s focus is on GigabitEthernet0/0.
B tbh, it shows setting a physical interface and then creating loopback with IPs.