RPC Operations and YANG Actions

Remote Procedure Call Implementation YANG 1.1 Action Implementation

How do I return output data for a custom RPC operation?
This article is out of date! Do not use! Go to Online Documentation Instead! https://docs.yumaworks.com/en/latest/dev/rpc-interface.html#rpc-data-outp...
Thu, 22 Feb, 2024 at 1:20 PM
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 A YANG action is like an RPC operation in many ways except it is associate...
Sat, 17 Aug, 2024 at 10:26 AM