300-635 · Question #21
Which tool can you use to convert XML/JSON REST code to Python code?
The correct answer is C. Arya. Arya is a Cisco DevNet tool specifically designed to parse XML or JSON REST API payloads and automatically generate equivalent Python code, making it invaluable for network automation workflows. Postman (A) is an API development and testing platform used to send requests and…
Question
Options
- APostman
- BCobra
- CArya
- DAPI Inspector
How the community answered
(33 responses)- A6% (2)
- B3% (1)
- C88% (29)
- D3% (1)
Explanation
Arya is a Cisco DevNet tool specifically designed to parse XML or JSON REST API payloads and automatically generate equivalent Python code, making it invaluable for network automation workflows.
Postman (A) is an API development and testing platform used to send requests and inspect responses - it's a client, not a code converter. Cobra (B) is a CLI framework for Go, completely unrelated to REST-to-Python conversion. API Inspector (D) is a browser-based tool for capturing and analyzing HTTP traffic, not generating Python code from it.
Memory tip: Think of Arya as the "translator" - just like the Game of Thrones character who learns many identities/languages, Arya the tool "speaks" XML/JSON and translates it into Python. The name Arya also starts with A, and it works with APIs.
Topics
Community Discussion
No community discussion yet for this question.