cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Service Upgrade with Python NSO5.3+

lweddewer
Level 5
Level 5

Hello,

tried to use the new upgrade Python Class available starting with NSO version 5.3

 

class RfsSdwanSubVpnsUpgrade(ncs.upgrade.Upgrade):
    def upgrade(self, cdbsock, trans):

It seems to work with the write transaction (trans) in the upgrade methode which makes it easy to do the write access.

 

Is there a way to also get a MAAGIC based High-Level access to the cdbsock? This would make it very easy to write the code.

 

Regards

Lothar

Who Me Too'd this topic