nerdexam
Cisco

350-701 · Question #680

A network engineer must create a workflow to detect when a device joins a network and send the onboarding configuration to the device by using the Cisco DNA Center API. Which two method and endpoint…

The correct answer is A. POST /dna/intent/api/v1/onboarding/pnp-device/site-claim B. POST /dna/intent/api/v1/onboarding/pnp-device/import. To implement a PnP (Plug and Play) onboarding workflow in Cisco DNA Center, you first need to import the device into the PnP database using POST /dna/intent/api/v1/onboarding/pnp-device/import, which registers the device and associates it with a configuration template. Then…

Submitted by katya_ua· Mar 30, 2026Cisco DevNet / ENCOR - Infrastructure Automation: Utilize Cisco DNA Center APIs to automate device onboarding and network provisioning workflows

Question

A network engineer must create a workflow to detect when a device joins a network and send the onboarding configuration to the device by using the Cisco DNA Center API. Which two method and endpoint pairs must be used to implement the workflow? (Choose two.) A. B. C. D. E.

Options

  • APOST /dna/intent/api/v1/onboarding/pnp-device/site-claim
  • BPOST /dna/intent/api/v1/onboarding/pnp-device/import
  • CGET /dna/intent/api/v1/discovery/{discovery_id}/network-device
  • DGET /dna/intent/api/v1/topology/site-topology
  • EPOST /dna/intent/api/v1/discovery

How the community answered

(35 responses)
  • A
    69% (24)
  • C
    9% (3)
  • D
    20% (7)
  • E
    3% (1)

Explanation

To implement a PnP (Plug and Play) onboarding workflow in Cisco DNA Center, you first need to import the device into the PnP database using POST /dna/intent/api/v1/onboarding/pnp-device/import, which registers the device and associates it with a configuration template. Then, POST /dna/intent/api/v1/onboarding/pnp-device/site-claim is used to claim the device to a specific site and push the onboarding configuration, completing the automated provisioning workflow. Together, these two API calls cover the full lifecycle of detecting a new device and sending it the appropriate configuration.

Topics

#Cisco DNA Center API#PnP Onboarding#Network Automation#REST API Endpoints

Community Discussion

No community discussion yet for this question.

Full 350-701 Practice