Free Cisco 200-901 Actual Exam Questions - Question 1 Discussion
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.
The request is definitely GET since we're fetching data, and JSON is the usual response format for Cisco APIs. For the list, "network device" fits better than just "device" based on typical endpoint naming.
The first blank is definitely GET since it's about fetching data. For the second blank, I'd say "device" as well because the URL points to network-device, so it's likely returning device info. The last blank should be "JSON" since APIs usually respond in JSON format.
I think the first blank should be "GET" since we’re trying to retrieve info from the API. For the second blank, “device” makes sense because the URL mentions network-device, so it’s probably a list of devices. And the last blank should be “JSON” since most APIs return data in JSON format. So overall, GET, device, and JSON fits this scenario best.
This question’s kinda confusing, anyone else stuck between options for the request type?