gnmi_get

command
v0.0.0-...-68ef6d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2018 License: Apache-2.0 Imports: 12 Imported by: 0

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:10161 \
  -target_name hostname.com \
  -key client.key \
  -cert client.crt \
  -ca ca.crt \
  -username foo \
  -password bar \
  -alsologtostderr

Documentation

Overview

Binary gnmi_get performs a get request against a gNMI target.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL