Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am using use /api/v1/network-device/ to get a list of all the devices on our platform and https://{}/dna/intent/api/v2/site/ to get all the sitesAnd this takes just 5 or 6 calls to get all 800 sites and 4,000 devices. as there is the max 500 per b...
Could a many to many test be an option, Where we have mutiply DC's we want to run thoughput tests between them all. At the moment that means setting on a seperate test for each DC's with a single way thoughput tests and then adding all the other DC T...
Hi, I have a need to move the Default route from the global root table to a VRF, so what i want to do is pull the existing route from the running configuration in to a variable so i can then apply it under the interface. The inbuilt variables do not ...
Hi, I am trying the following API call from pything and the responce i get is below, can any one tell me why it is failling, it does give a 202 reponce code with the message "message" : "The request has been accepted for execution" but then it comes...
I am not sure if any one can help me with this but when looking at the APi documentaion for DNAC a call for something like https://<server>dna/intent/api/v1/site-healthonly gets a point in time from what i can see, I dont see how to pull back a statu...
In the end i went with this function (does a bit of clean up for how i needed it), I have limited it to 20 threads which for me sill completes in <10 seconds for ~350 sites (we have mutiply clusters each with about 400 sites), so a decent speed up ra...
Hi,Thanks for looking , I had a feeling this would be the case. I guess for now just an async function to get it to run as quickly as possible. And go back to our Cisco team with a feature request for version 2 of the API.
Hi, Sorry but i think you are missing the point of what is being asked. this is nothing to do with stress testing this is about orgnising tests between 1000's of sites. If you have 30+ DC and each DC has mutiply circuits connecting each the gloabl ba...
In my view the idea is that DNA should allow a team to design / and set up DNA and simplified hand over to operation. It is not a sutible situation if an operation guy (who could be one of 30 people) needs to know to run API scripts or manualy update...