A simple shell binary that performs a GET against a gNMI Target.
go get github.com/google/gnxi/gnmi_get
go install github.com/google/gnxi/gnmi_get
./gnmi_get \
-xpath "/system/openflow/agent/config/datapath-id" \
-xpath "/system/openflow/controllers/controller[name=main]/connections/connection[aux-id=0]/state/address" \
-target_addr localhost:9339 \
-target_name target.com \
-key client.key \
-cert client.crt \
-ca ca.crt