easy
Single Answer
0You are creating a network automation script to configure a network device. What should you research to identify what can be controlled with your script?
Answer Options
A
User interface layout
B
API reference
C
Source code of the device
D
Data storage of the device
Correct Answer: B
Explanation
The application programming interface (API) on the device that is to be controlled through automation should be researched. The API is a method for controlling devices with programmability control; this includes the import and export of information. The user interface layout is more accustomed to users and manual configuration, since programs do not use the user interface. The source code and data storage methods for the device are not normally attainable and do not really get you what you need to control the device.
network-automation
api
programmability