QuestionQ245
Understanding and Using APIs
Refer to the exhibit. Drag the code snippets from the bottom into the blanks in the code to build a request that finds the Cisco DNA Center switch count. Not every option is used.
Drag & Drop
url
network
count
POST
GET
Content-Type
curl -L --request \ -- https://dna/intent/api/v1/network-device/ \ --header ': application/json' \ --header 'Accept: application/json'
Community Discussion