Registry / networking / openconfig-gnmi

openconfig-gnmi

JSON →
library0.14.1gogounverified

A Go implementation of gNMI (gRPC Network Management Interface) for streaming telemetry and configuration of network devices.

go get github.com/openconfig/gnmi
INSTALL
IMPORT
SIG · OPENCONFIG-GNMI
O
openconfig-gnmi
networkinggov0.14.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gnmi
github.com/openconfig/gnmi

Creates a gNMI path for querying interfaces.

package main import ( "fmt" "github.com/openconfig/gnmi/proto/gnmi" ) func main() { path := &gnmi.Path{Elem: []*gnmi.PathElem{{Name: "interfaces"}}} fmt.Println(path) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
openconfig-gnmi — go get openconfig-gnmi · libregistry