go-ucs
is a Go library for interfacing with the Cisco UCS API.
The API documentation is available here.
In order to install go-ucs
execute the following command.
go get -v github.com/dnaeon/go-ucs
go test -v ./...
Check the included examples from this repository.