300-435 Question 207
Select 2You are tasked with automating the deployment of a new virtual network in a Cisco Software-Defined Access (SDA) fabric. You decide to use Cisco DNA Center's APIs for this task. Which API endpoint(s) would be most appropriate to create the virtual network and assign it to a specific site?
- A
/dna/intent/api/v1/business/sda/virtual-network
- B
/dna/intent/api/v1/site
- C
/dna/intent/api/v1/business/sda/virtual-network/assign
- D
/dna/intent/api/v1/network-device
- E
/dna/intent/api/v1/business/sda/fabric
Show answer and explanation
Correct answers: A, C
Explanation
To automate the deployment of a virtual network in the SDA fabric, you need to first create the virtual network using the /dna/intent/api/v1/business/sda/virtual-network API endpoint. Afterward, you must assign the created virtual network to a site using the /dna/intent/api/v1/business/sda/virtual-network/assign API endpoint. These two steps ensure the virtual network is properly configured and associated with the correct site in the SDA fabric.
- A. Correct.
This API endpoint is used for creating a new virtual network in the SDA fabric, making it essential for the task.
- B. Incorrect.
This API endpoint is related to site information but does not directly handle virtual network creation or assignment.
- C. Correct.
This API endpoint is used to assign a virtual network to a specific site, which is required after creating the virtual network.
- D. Incorrect.
This API endpoint retrieves network device information, which is not relevant to virtual network creation or assignment.
- E. Incorrect.
This API endpoint manages fabric-related configurations but does not specifically handle virtual networks.