scottdware / go-bigip

A Go package that interacts with F5 BIG-IP systems using the REST API.
MIT License
108 stars 118 forks source link

adds possibility to retrieve current device, and sync configuration in cluster #55

Closed zetaab closed 6 years ago

zetaab commented 6 years ago

adds possibility to retrieve current device, and sync configuration in cluster. This is needed when running F5 in cluster mode. With this code we can retrieve for instance is current node in active state and then sync configuration to standby.

zetaab commented 6 years ago

this is tested in f5 version 13 and works fine