Next Step
After “Getting Started”
Most of these examples come from the FreeCONF examples git repo.
After “Getting Started”
Building Go nodes by using abstract class
Connecting to a RESTCONF server
Adding gNMI server-side support to your application
Using the gNMIc client to connect to your application
Configure any RESTCONF client from ansible
Sending metrics to InfluxDB
Sending metrics to Prometheus
Send notifications to Slack
When your application objects and field names mostly align with your YANG model
When you want to make adjustments to an existing node’s implementation
YANG anydata
can be used send a variety of values
Writing code that writes code
Techniques for debugging
Strategies unit testing management nodes
Building a Web UI interface to a RESTCONF implementation is pure joy. This is a few tips that will serve you well.
How to register web request filters to read custom request headers and how to relay that information to your nodes.