command
Version:
v0.0.0-...-ca2f5af
Opens a new window with list of versions in this module.
Published: Mar 12, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
Documentation
¶
Binary gnmi_get performs a get request against a gNMI target.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.