Hi @kassemm
The documentation does not say that there is no such as C_LIST, and C_LIST is mentioned in that page too. However, it is not documented how to create one. Example:
l = [ncs.Value(-42, ncs.C_INT32),
ncs.Value(0, ncs.C_INT32),
nc...
Hello @kassemm,
The custom python action that re-deploy service A instance should then be responsible for sending a stream notification to northbound interfaces if the re-deploy fails.For an example of sending your own custom northbound stream notifi...
A re-deploy starts a transaction just as a transaction that changes the configuration (commit). If the commit queue is enabled, the transaction ends where the commit queue takes over. If the transaction fails before the commit queue takes over, the e...
Please clarify what your configuration is and what is expected to be shown.Although it seems like you are looking for the tailf:cli-multi-value YANG extension
Hi,Using the tailf:cli-preformatted extension means that the "\n" will be interpreted as a new line instead of preserving it as text.Let's say I configure the day0 leaf with: hello\nworld
Without the tailf:cli-preformatted extension:
# show running-c...