Hello,
I'm trying to write a python action in which I need to make two commit. For that I tried to open two write transaction separately. My python code look like this:
class Action(Action):
@Action.action
def cb_action(self, uinfo, name, kp, inp...
Hello Team, In order to log the generated config of a service after python code execution, I'm trying to launch commit dry-run action at the end of cb_create function but this can't work for me. My code is as follow: class ServiceCallbacks(Service):#...
Hello, I'm trying to use device templates and applying it to a device from a python Action. How to reproduce the following command using python:devices device DEV-NAME apply-template template-name TEMP-NAME variable { name VAR-NAME1 value VALUE1 }var...
Hello,I'm wondering how can I add a comment to a commit launched from python code using MAAPI API.I found that there is a function called int maapi_set_comment(int sock, int thandle, const char *comment)but I didn't figure out how can I use it.Thanks...
Hello,I saw that there is an APIC NED for Cisco NSO, I wanted to explore the use cases behind the integration of ACI fabric and Cisco NSO. Is there any ideas or anyone who has used Cisco NSO in combination with Cisco ACI ?Thanks in advance,
Hello @Alexander Stevenson,
Thank you for your reply. I have already saw these discussions but in my case I need to execute commit dry-run action from a python service and not an action. Do you have an idea how to complete this ?
Regards,