Implementing and Operating Cisco Security Core Technologies v1.1 (350-701 SCOR v1.1) Exam Materials-Question 358 Discussion
Comment Image Comment Image Comment Image

A network engineer must add a device to the Cisco SD-Access fabric and assign an access point port to the device using the Cisco Catalyst Center API. Which two endpoint and method pairs are needed to make the API calls? (Choose two answers)

  • A. POST /dna/intent/api/v1/business/sda/hostonboarding/user-device
  • B. POST /dna/intent/api/v1/network-device/file
  • C. POST /dna/intent/api/v1/business/sda/hostonboarding/access-point
  • D. POST /dna/intent/api/v1/wireless/floormap
  • E. POST /dna/intent/api/v1/business/sda/edge-device
Correct Answer: C,E

Brave-Dump Clients Votes

CE 100%

Comments



Anonymous User 2026-06-30 07:24:26

Selected Answers: C, E


According to the official Cisco Catalyst Center (DNA Center) Software-Defined Access API reference, the two independent required tasks are fulfilled by these specific endpoints:Task 1: Add a device to the Cisco SD-Access fabricTo provision and add an edge switch node into the active fabric control plane, the correct endpoint is Option E:POST /dna/intent/api/v1/business/sda/edge-deviceTask 2: Assign an access point port to the deviceTo perform host onboarding port configuration to attach an enterprise wireless AP to an edge node, the correct endpoint is Option C:POST /dna/intent/api/v1/business/sda/hostonboarding/access-point