In nso development doc
there is steps & sample for action handler where you could create action package where you could use it in
$ ncs-make-package --service-skeleton python pyaction --component-class action.Action --action-example
where you could...
Hi Islam,
Why you need python for that?, You could use it from yang as below
leaf device {tailf:info "device name";type leafref {path "/ncs:devices/ncs:device/ncs:name";}}leaf interface-type {type enumeration {enum GigabitEthernet;enum Ethernet;...
there is an option to track changes done by service
- nsoadmin@ncs(config)# services global-settings collect-forward-diff true
Then to see the diff
nsoadmin@ncs# services <service> <service> get-modifications