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…
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)- A69% (24)
- C9% (3)
- D20% (7)
- E3% (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
Community Discussion
No community discussion yet for this question.