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 experts,Does anyone knows if it is possible to get the rollback file id inside of the service callback like post-modification etc.?If not do we have a way to get this file for a particular service?Thanks and Best Regards ...
Hi,I try to create a custom netconf notification from RFS to CFS in a LSA environment. But I could not understand some parts and stucked. In the notification I just want to send device names in the messages. I try to write all my questions in my head...
Hi,I wonder that, is it possible to create a nested dynamic component for the yang like below?list endpoint { key endpoint-name; list interface { key interface-name; }}ncs:multiplier {
ncs:foreach "endpoint/interface" {
ncs:variable "NAME...
We have a LSA setup and we want to use commit-queue continue-on-error with atomic false option. We are tracking the commit-queue with ncs-events stream at CFS NSO. The thing is there is no automatic error-recovery with continue-on-error.When we delet...
Hi, thanks a lot for the reply.I think it is applicable for actions. What I am trying to do is correlate rollback file ids with particular services. I tried to get this rollback id in service post modification with the way that you shared but it did ...
Hi Jakub,Thanks a lot but unfortunately not worked.def get_nso_sri_sync_notif_message(device_name: str):
"""Create notification payload."""
notif_values = [get_device_tag_value(device_name)]
return create_nso_sri_sync_notif_message(notif_...