200-901 Question 152
Single answerA Python script is using the Cisco Meraki API to retrieve a list of all devices in a specific network and then automatically updates the tags for devices that match a specific naming convention. What workflow is being automated by this script?
- A
Inventory management and device tagging
- B
Network performance monitoring
- C
Device firmware upgrades
- D
Access control list (ACL) configuration
Show answer and explanation
Correct answer: A
Explanation
The Python script automates the task of managing device inventory and adding or modifying tags for specific devices. This is a common use case for automating tasks in network management and aligns with the workflow of inventory management and device tagging using Cisco APIs.
- A. Correct.
Correct. The script retrieves device information (inventory management) and updates tags (device tagging), which aligns with managing and categorizing devices.
- B. Incorrect.
Incorrect. The script does not monitor network performance metrics such as latency, jitter, or bandwidth utilization.
- C. Incorrect.
Incorrect. The script does not involve updating or managing device firmware versions.
- D. Incorrect.
Incorrect. The script does not handle access control list (ACL) configurations or security settings.