Q: 6
Fill in the blanks to complete the statement. Cisco DNA provide the capability to send an HTTP _______________ request to the API endpoint https://DNA-c_API_ADDRESS/api/vi/network-device/ and receive the network __________ list in __________ format.
Your Answer
Discussion
Pretty sure the blanks are GET, device, JSON. You use GET for fetching stuff from a REST API like this and the DNA Center spits out device lists in JSON. Let me know if I missed something here.
GET, device, JSON is the combo here. GET is for retrieving info from an API, and with Cisco DNA that endpoint gives you devices back in JSON format. Only thing to watch out for is not mixing up GET and POST here.
GET, device, JSON. Saw a super similar one in some practice sets.
POST, device, JSON
Yeah, I always thought it was POST, device, JSON for this one.
POST, device, JSON
POST, device,
JSON
Be respectful. No spam.