This works for me on NSO 4.5 <rule> <name>ncs-service-A-deny</name> <module-name>tailf-ncs</module-name> <path>/services/service-A</path> <access-operations>create read update delete exec</access-operations> <action>deny</action> </rule> Make...
HiI have an issue that is very similar when using NSO 4.5.3. My service uses some reactive-redeploys and I have noticed that since upgrading to 4.5.3 the configurations to be deployed to devices during later reactive-redeploys are not sent to the de...
Have you tried use the ‘not’ XPATH function? Not sure if it will work but ‘not’ is valid XPATH… path "/ncs:devices/ncs:device[not(ncs:name=current()/../src-device)]/ncs:name";