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...
view more