Courseiva
hardMultiple ChoiceObjective-mapped

200-901 Practice Question: Uses Cisco DNA Center and wants to use its Intent…

An organization uses Cisco DNA Center and wants to use its Intent API to retrieve the health score of all wireless clients. Which API endpoint and method should be used?

⚠ Common exam trap

Cisco often tests the distinction between Intent API endpoints and the correct HTTP verb for read operations, trapping candidates who confuse the client-health endpoint with the client-detail endpoint or who incorrectly assume that POST or PUT can be used for data retrieval.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

GET /dna/intent/api/v1/client-health

The Intent API for retrieving client health scores uses the GET HTTP method on the `/dna/intent/api/v1/client-health` endpoint. This endpoint returns the aggregated health data for all wireless clients, aligning with the read-only nature of the operation and the Intent API's resource-oriented design.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • PUT /dna/intent/api/v1/client-health

    Why it's wrong here

    PUT is for updates, not retrieval.

  • GET /api/v1/health

    Why it's wrong here

    This is not a valid DNA Center endpoint for client health.

  • GET /dna/intent/api/v1/client-health

    Why this is correct

    This endpoint returns client health information.

  • POST /dna/intent/api/v1/client-detail

    Why it's wrong here

    POST is not used for retrieval, and client-detail is for specific client details.

About these practice questions

Courseiva writes every 200-901 question from scratch — 989 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 200-901 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-901 exam.