sysrepo
sysrepo copied to clipboard
Any rpc/action which handles the state data
Assuming that streams are defined and handled like state data:
1.) They are not influence or part of the configuration datastore and thus not influenced by any lock to a datastore.
2.) They can only read by using the
Any
What streams are you talking about?
Let me rephrase the question, via user-rpc call we are able to modify config data, suppose if there is and sate node, is it possible to update it by RPC call?
There is no standardized RPC to modify state (operational) data. However, sysrepo allows that in several ways so defining your own RPC that would use some of these methods is always possible. In general, these data should be provided by system apps/daemons as they should inform about their state.
Any example where i can find these methods?
Everything is in the docs.