Hi All,
I'm applying a template using _ncs.maapi APIs, is there any way to rollback the applied template ?
with maapi.single_write_trans("admin", "system", db=ncs.RUNNING) as th:
comp_vars = dict(comp_vars)
vars = ncs.template.Variables()
vars.a...
Hi All,
we have written a NSO service and running it in stacked mode. Everything works fine as expected if we run one request at a time.
Whenever i give two requests simultaneously on two different devices, one of them fails with application error...