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.
Hi Team ! I am trying to create a script to fetch a list of devices recorded into NSO thanks to this code : #!/usr/local/bin/python3
import requests
from pprint import pprint
nso_server = {
"ip": "10.10.0.1",
"username": "admin",
"password...
Hi Team, I wondered with there was some sort of "standard" to achieve a get request from NSO API ?As you might notice i am quite new to APIs, Restconf, whatever...and wondered if we could easily browse NSO CDB using restconf get requests without a do...
Hi Team !This topic aims to evolve along the time as well as along the issues and success i meet during this journey which covers how to move from a Local installation of NSO to a NID (NSO in Docker) installation.I was able to create a docker instanc...
Hi Devnet team, Thanks to the following great article, https://developer.cisco.com/codeexchange/github/repo/NSO-developer/nso-dockeri was able to deploy an instance of NSO using a docker container.However, as soon as i expose & publish some ports i c...
Hi @Nabsch, I was missing the correct parameter typo:?fieldsin my restconf get method.Moreover, The expected format was json instead of xml.Why do i get an error when trying xml ? Thank you so much,Jerems