Files
Nathan Coad 88c8109391
All checks were successful
continuous-integration/drone/push Build is passing
include vnic stats
2023-09-29 14:09:39 +10:00
..
2023-09-28 14:27:03 +10:00
2023-09-29 14:09:39 +10:00
2023-09-28 11:55:15 +10:00
2023-09-28 11:55:15 +10:00
2023-09-28 11:55:15 +10:00
2023-09-28 11:55:15 +10:00
2023-09-28 11:55:15 +10:00
2023-09-28 11:55:15 +10:00
2023-09-28 11:55:15 +10:00

go-ucs: Go library for the Cisco UCS API

GoDoc

go-ucs is a Go library for interfacing with the Cisco UCS API.

Documentation

The API documentation is available here.

Installation

In order to install go-ucs execute the following command.

go get -v github.com/dnaeon/go-ucs

Tests

go test -v ./...

Examples

Check the included examples from this repository.