RPC Operations and YANG Actions

Remote Procedure Call Implementation YANG 1.1 Action Implementation

How do I get the input data nodes for my custom RPC operation?
The input data from an RPC operation is parsed by the server into val_value_t structures and can be accessed during Validate (for validation) and Invoke (fo...
Thu, 24 Feb, 2022 at 6:16 PM
RPC Example for SIL-SA
This example shows the build steps and run-time message flows for a custom RPC operation. Example YANG Module module myrpc { namespace "http:...
Thu, 24 Feb, 2022 at 6:13 PM
YANG Action Interface
Check the Online Manual for Up to Date Information YANG 1.1 Action Interface  
Thu, 20 Aug, 2026 at 4:40 PM