Hi ,
I am using DNAC (Version 2.3.3.0-70395) and I am facing issue while using REST APIs for getting virtual network from SDA Fabric and adding virtual network in SDA Fabric. The response for "Get VN from SDA Fabric" REST API (GET - /business/sda/virtual-network) is in HTML(the expected response should be in JSON).
When I tried to add Virtual Network to the Fabric site using the API "Add virtual network (VN) in SDA Fabric" REST API (POST - /business/sda/virtual-network), I got the response in HTML and the response status code as 404 even though the Virtual network exist.
Please find the API response snippet.
Post - Add virtual network (VN) in SDA Fabric
GET - Get VN from SDA Fabric
Thanks!