Which vManage API collection lists fabric nodes?
Which collection contains the resources to obtain a list of fabric nodes through the vManage API?
Community Votes
100% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The exam tests knowledge of vManage API resource collections; the trap is confusing device inventory with device management or monitoring, which serve different operational purposes.
The device inventory collection in the vManage REST API is used to retrieve a list of fabric nodes. Community consensus confirms that device inventory contains the resources for querying connected device information, including SD-WAN fabric nodes.
Many candidates choose 'device management' because it sounds related to managing devices, but device management focuses on configuration and provisioning workflows rather than inventory queries.
Community Discussion (6 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
The vManage REST API organizes its endpoints into logical collections, and the device inventory collection is specifically designed to provide information about devices connected to the SD-WAN fabric. When you query this collection via endpoints such as/device, you receive a list of fabric nodes with their status, system IP, and other identifying details. Community members consistently confirm this, with one commenter referencing the python-viptela library documentation that maps get_device_list() to the device inventory category.Why the Other Options Are Wrong
Administration deals with user management, roles, certificates, and system-level settings—not device listing. Device management focuses on configuration templates, provisioning workflows, and pushing changes to devices rather than querying their current inventory state. Monitoring is used for real-time and historical performance data, alarms, and statistics (e.g.,/statistics endpoints), not for enumerating fabric nodes. Choosing any of these reflects a misunderstanding of how Cisco SD-WAN vManage categorizes its REST API resources.Community Comment Notes
All six community comments unanimously agree on answer A (device inventory). Commenter [4] provides a particularly useful reference by linking to thepython-viptela SDK documentation, which explicitly ties get_device_list() to the device inventory category. Commenter [1] offers the clearest explanation, noting that device inventory contains resources related to obtaining information about devices connected to the network, including fabric nodes. Official Reference
Exam Strategy
When asked about vManage API collections, remember that 'inventory' is for listing and identifying devices, 'management' is for configuration changes, and 'monitoring' is for statistics and alarms. Map the verb in the question (obtain a list) to the correct collection purpose.
Related Analysis
Practice All 350-401 Questions
Access 218 questions with complete answers and detailed explanations.
View Full 350-401 Practice Test →