350-701 · Question #784
A developer must create a script to retrieve a count of inactive end devices by using the Cisco Catalyst Center API. Which endpoint and method pair is needed to make the API call?
The correct answer is A. GET /dna/intent/api/v1/client-health. The GET /dna/intent/api/v1/client-health endpoint in Cisco DNA Center is used to retrieve detailed health information about connected clients, including a count of inactive end devices. The response provides insights into the state of all client devices, making it suitable for…
Question
A developer must create a script to retrieve a count of inactive end devices by using the Cisco Catalyst Center API. Which endpoint and method pair is needed to make the API call?
Options
- AGET /dna/intent/api/v1/client-health
- BPOST /dna/intent/api/v1/network-device
- CPOST /dna/intent/api/v1/discovery
- DGET /dna/intent/api/v1/network-device/collection-schedule/global
How the community answered
(24 responses)- A79% (19)
- B4% (1)
- C13% (3)
- D4% (1)
Explanation
The GET /dna/intent/api/v1/client-health endpoint in Cisco DNA Center is used to retrieve detailed health information about connected clients, including a count of inactive end devices. The response provides insights into the state of all client devices, making it suitable for monitoring device activity.
Topics
Community Discussion
No community discussion yet for this question.