Registry / networking / onosproject-onos-api-go

onosproject-onos-api-go

JSON →
library0.10.34gogounverified

Go bindings for the ONOS (Open Network Operating System) API, providing network control interfaces.

go get github.com/onosproject/onos-api/go
INSTALL
IMPORT
SIG · ONOSPROJECT-ONOS-A
O
onosproject-onos-api-go
networkinggov0.10.34
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.

onosapi
github.com/onosproject/onos-api/go

Create a topology object using the ONOS API.

package main import ( "fmt" "github.com/onosproject/onos-api/go/onos/topo" ) func main() { // Example: create a topology object obj := &topo.Object{ ID: "example-obj", Type: topo.Object_ENTITY, } fmt.Println(obj) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
onosproject-onos-api-go — go get onosproject-onos-api-go · libregistry