Registry / networking / infobloxopen-infoblox-go-client

infobloxopen-infoblox-go-client

JSON →
library1.1.1gogounverified

Infoblox Go Client is a library for interacting with Infoblox NIOS appliances via the WAPI.

go get github.com/infobloxopen/infoblox-go-client
INSTALL
IMPORT
SIG · INFOBLOXOPEN-INFOB
I
infobloxopen-infoblox-go-client
networkinggov1.1.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.

infoblox
✓ github.com/infobloxopen/infoblox-go-client

Create a new Infoblox client

package main import ( "fmt" "github.com/infobloxopen/infoblox-go-client" ) func main() { client, err := infoblox.NewClient("https://example.com", "admin", "password", "1.0") if err != nil { fmt.Println(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
infobloxopen-infoblox-go-client — go get infobloxopen-infoblox-go-client · libregistry