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.
Hi all, I'm having a L3VPN service with python template. I'm trying to implement some actions to an external system based on the operation and commit status of my service. For example:- If service is created and the commit is successful -> action A- ...
Hello, I have an L3VPN service that has a leaf called "service_prefix". During service CREATE operation, that leaf will get the value from an IP Prefix entered by the user. When I delete the entire service (from NSO CLI or GUI), I want to get the va...
Thanks for the suggestion! I've actually tried that method. I use the ncs.maagic.cd(root, kp) to try access the service parameters from there. Here is my pre-modification function: def cb_pre_modification(self, tctx, op, kp, root, proplist): if op =...