Hi,
Please ignore the double curly braces . Just use the vmanage ip and port directly https://vmanage-ip:vmanage-port/... .
There is a sample script below which does login before getting information about devices using another API.
https://sdwan-...
Hi,1) You can try disabling ssl verification because the vmanage web server certificate may not be signed by a trusted CAIf using python, you can pass verify=false in your post.Similarly curl, postman - have other ways to disable ssl verification.2) ...