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.
The Viptela API documentation suggests to reuse the rest API session, but I am unable to reuse the session, and also the documentation does not have an example for that, Below code give me an error if I store the cookies in a text file and reuse it f...
According to the sdwan rest api SSH documentation,POST /newssh/connection/{deviceId}
"Create SSH session"after querying above URL with device ID and username and password,we get the following output{
"header": {
"generatedOn": 1630319198...
According to the sdwan rest api SSH documentation, POST /newssh/connection/{deviceId}
"Create SSH session"after querying above url with device ID and username and password,we get the following output {
"header": {
"generatedOn": 16303191...
I have around 2400 devices in the DAN, but when I query network devices, I only get 500 results,I tried all pagination tricks but I still get back the same first 500 results. https://address/dna/intent/api/v1/network-devicehttps://address/dna/intent/...
Well then why it's failing when I reuse the same cookies for subsequent calls to vmanage endpoints.It's not clear what you mean by lifespan of the session, when I request new cookies from the same ID I get new session which is also visible in the vma...
hello @bigevilbeard I am getting below error status code == 403response.text : ('<html><head><title>Error</title></head><body>SessionTokenFilter: Token ' 'provided via HTTP Header does not match the token generated ...