Courseiva
mediumMultiple ChoiceObjective-mapped

200-901 Practice Question: Refer to the exhibit

Exhibit

[
  {
    "hostname": "Edge-Router",
    "managementIpAddress": "10.1.1.1",
    "softwareVersion": "16.12.3",
    "deviceRole": "BORDER ROUTER"
  }
]

Refer to the exhibit. Which Cisco DNA Center Intent API request produced this response?

⚠ Common exam trap

Cisco often tests the distinction between a collection endpoint (GET without ID) and a specific resource endpoint (GET with ID), where candidates mistakenly choose the list endpoint when the response clearly shows a single device's details.

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/network-device/{id}

The response shows detailed information for a single network device, including its management IP address, platform ID, and serial number. The GET /dna/intent/api/v1/network-device/{id} request retrieves details for a specific device identified by its unique ID, which matches the granular, single-device data in the exhibit. This is the correct Intent API endpoint for fetching a device by ID.

Answer analysis

Option-by-option breakdown

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

  • GET /dna/intent/api/v1/network-device/{id}

    Why this is correct

    Correct - Retrieves details for a single network device by ID, matching the response shown.

  • GET /dna/intent/api/v1/network-device

    Why it's wrong here

    Incorrect - This endpoint retrieves a list of all devices, not a single device's details.

  • POST /dna/intent/api/v1/network-device

    Why it's wrong here

    Incorrect - POST is used to create a new device, not to retrieve existing device data.

  • PUT /dna/intent/api/v1/network-device/{id}

    Why it's wrong here

    Incorrect - PUT is used to update an existing device, not to retrieve data.

About these practice questions

One of 989 original 200-901 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.