300-435 Question 204
Single answerYou are automating your Cisco SD-Access (SDA) deployment for a large enterprise using the Cisco DNA Center API. Your goal is to retrieve details about all virtual networks (VN) configured in your SDA fabric to verify the segmentation strategy. Which Cisco DNA Center API endpoint should you use to achieve this?
- A
/dna/intent/api/v1/site
- B
/dna/intent/api/v1/business/sda/virtual-network
- C
/dna/intent/api/v1/network-device
- D
/dna/intent/api/v1/topology/l3
Show answer and explanation
Correct answer: B
Explanation
To retrieve details about all virtual networks (VNs) in an SDA fabric, you must use the '/dna/intent/api/v1/business/sda/virtual-network' endpoint. This API endpoint is specifically designed for extracting VN configurations and associated details, which are crucial for verifying segmentation strategies in Cisco SD-Access deployments.
- A. Incorrect.
This endpoint is used for retrieving information about sites in Cisco DNA Center and is unrelated to SDA virtual networks.
- B. Correct.
This is the correct endpoint for retrieving details about virtual networks (VNs) in the SDA fabric, allowing you to verify segmentation.
- C. Incorrect.
This endpoint retrieves information about network devices in Cisco DNA Center, but it does not provide virtual network details.
- D. Incorrect.
This endpoint retrieves Layer 3 topology information, which is unrelated to SDA virtual networks.