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.
Hello, Is it possible to loop over a Python variable in a XML service template ?For example in a Python I have imported a yaml file : system: dns: truc.fr: ip: 1.1.1.1 1.2.3.1And in the template I wa...
Hello,
I would like to perform over JUNIPER devices :
rguilloux@ncs(config)# deactivate devices device ysty....
I wants to use ncs maapi/maagic python API to perform it but I don't find any command in root object for it :
with ncs.maapi.M...
Hello,
I've made a python package that I have install using pip, in NSO I have created a cli command that uses my python package but it failed : I want to know which python and pip NSO uses ? and how to create a script command using external python...
Hi.
Some times after instantiate a service in NSO, I have got the following result from a check sync :
sync-result {
device RNET-E14
result unknown
}
Do you know what it mean ? When I have in sync or out of sync result I understand but n...
Hi,
I use ncs with nso 4.6 and my following code failed, any advise ? thx
with ncs.maapi.Maapi() as m:
with ncs.maapi.Session(m, "admin", "CONTEXT_NAME"):
with m.start_write_trans() as t:
print root
Error: Bad protocol ...
Actually I don't want to set global settings since I have other services that can be activated at the same time.
Your second idea seems good. I'll try it, do I need Pronghorn to manage my workflow like this ?
1-input : myinput + myflags
2-action to ...