Exam 200-901 All QuestionsBrowse all questions from this exam
Question 81

DRAG DROP -

Refer to the exhibit. Drag and drop the code from the bottom onto the blanks in the code to construct a cURL command using the Cisco DNA Center API, which will provide the details of a WLAN controller with Id ab123456789. Not all options are used.

Select and Place:

    Correct Answer:

Discussion
Str1der

I find this question quite bizarre. How on earth are you supposed to know potentially thousands of URI's off the top of your head? They could ask for literally anything...

Angryeyebrows

API's that change as well. This is one of the reasons i'll always use dumps.

cerifyme85

Agreed.. pretty cruel

designated

The correct answer is "/network-device/{id}/wireless-info" to return the wireless LAN controller info with the given device ID. URL: /dna/intent/api/v1/network-device/{id}/wireless-info From: https://developer.cisco.com/docs/dna-center/api/1-3-3-x/

bea89

Correct, it should be /dna/intent/api/v1/network-device/{id}/wireless-info Check it out: https://developer.cisco.com/docs/dna-center/#!cisco-dna-center-2-1-2-x-api-api-devices-get-wireless-lan-controller-details-by-id

anagy11

/dna/intent/api/v1/network-device/{id}/wireless-info

sds85

/dna/intent/api/v1/network-device/{id}/wireless-info

CTshirt

network-device id details

NoName46

provided answer is correct.