Implementing and Operating Cisco Security Core Technologies (SCOR) — Question 256
Which Cisco DNA Center Intent API action is used to retrieve the number of devices known to a DNA Center?
Answer options
- A. GET https://fqdnOrlPofDnaCenterPlatform/dna/intent/api/v1/network-device/count
- B. GET https://fqdnOrlPofDnaCenterPlatform/dna/intent/api/v1/network-device?parameter1=value¶meter2=vale&...
- C. GET https://fqdnOrlPofDnaCenterPlatform/dna/intent/api/v1/network-device/startIndex/recordsToReturn
- D. GET https://fqdnOrlPofDnaCenterPlatform/dna/intent/api/v1/network-device
Correct answer: A
Explanation
The correct answer is A because it specifically calls the endpoint designed to return the count of network devices in the DNA Center. The other options either retrieve device details or use incorrect parameters for counting devices, making them unsuitable for this action.