nerdexam
Cisco

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…

Submitted by luis.pe· Mar 30, 2026Understanding and Using APIs

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)
  • A
    79% (19)
  • B
    4% (1)
  • C
    13% (3)
  • D
    4% (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

#Cisco Catalyst Center API#API endpoints#Client health monitoring

Community Discussion

No community discussion yet for this question.

Full 350-701 Practice