CiscoCisco
350-601 · Question #727
350-601 Question #727: Real Exam Question with Answer & Explanation
The correct answer is A: JSON and requests. The requests library is used to send HTTP/HTTPS requests to Cisco ACI, and the json library is used to parse JSON responses from the ACI API, which is the standard format for Cisco ACI REST API communication.
Automation
Question
An engineer must implement a Python script to manage Cisco Application Centric Infrastructure (ACI) and endpoint groups. Which Python libraries must be used to parse responses and send requests to Cisco ACI?
Options
- AJSON and requests
- BElementTree and SSL
- Csocket and JSON
- DJSON and ElementTree
Explanation
The requests library is used to send HTTP/HTTPS requests to Cisco ACI, and the json library is used to parse JSON responses from the ACI API, which is the standard format for Cisco ACI REST API communication.
Topics
#Python scripting#ACI API#REST API#Network automation libraries
Community Discussion
No community discussion yet for this question.