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.
I'm trying to create and apply a template in NSO 4.7 directly through the Python code, using Maapi and I'm not getting it. Is there any way to do this?I found an example that it's possible to change the devices via Maapi but I can't create any templa...
I'm trying to instantiate a service through Maapi.I am using this code. from ncs import maapi
from ncs.application import Service
from ncs.dp import Action
import _ncs.error
class ApplyTemplate(Action):
@Action.action
def cb_action(self, uinfo, nam...