Skip to content

Latest commit

 

History

History

gnmi_get

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

gNMI Get

A simple shell binary that performs a GET against a gNMI Target.

Install

go get github.com/google/gnxi/gnmi_get
go install github.com/google/gnxi/gnmi_get

Run

./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