https://github.com/scottdware/go-bigip
A Go package that interacts with F5 BIG-IP systems using the REST API.
https://github.com/scottdware/go-bigip
Last synced: 5 months ago
JSON representation
A Go package that interacts with F5 BIG-IP systems using the REST API.
- Host: GitHub
- URL: https://github.com/scottdware/go-bigip
- Owner: scottdware
- License: mit
- Created: 2015-04-29T14:15:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T00:26:16.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T01:59:40.568Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 423 KB
- Stars: 109
- Watchers: 11
- Forks: 119
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## go-bigip
[](https://godoc.org/github.com/scottdware/go-bigip) [](https://travis-ci.org/scottdware/go-bigip)
[](https://goreportcard.com/report/github.com/scottdware/go-bigip)
[](https://raw.githubusercontent.com/scottdware/go-bigip/master/LICENSE)
A Go package that interacts with F5 BIG-IP systems using the REST API.
Some of the tasks you can do are as follows:
* Get a detailed list of all nodes, pools, vlans, routes, trunks, route domains, self IP's, virtual servers, monitors on the BIG-IP system.
* Create/delete nodes, pools, vlans, routes, trunks, route domains, self IP's, virtual servers, monitors, etc.
* Modify individual settings for all of the above.
* Change the status of nodes and individual pool members (enable/disable).
> **Note**: You must be on version 11.4+! For the features that deal with internal data groups, you must be running version 11.6+!
### Examples & Documentation
Visit the [GoDoc][godoc-go-bigip] page for package documentation and examples.
Here's a [blog post][blog] that goes a little more in-depth.
### Contributors
A very special thanks to the following who have helped contribute to this software, especially:
* [Kenneth Maglio](https://github.com/kenmaglio)
* [Adam Burnett](https://github.com/aburnett)
* [Michael D. Ivey](https://github.com/ivey)
[godoc-go-bigip]: http://godoc.org/github.com/scottdware/go-bigip
[license]: https://github.com/scottdware/go-bigip/blob/master/LICENSE
[blog]: http://sdubs.org/go-big-ip-or-go-home/