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

Add support for retrieving GTM CNAME pools and pool members #115

Closed hrist-todorova closed 4 years ago

hrist-todorova commented 4 years ago

Currently, we can't get a CNAME pool and its members. The commit contains the methods we need for this.

hrist-todorova commented 4 years ago

I've added another commit to the pull request The property LoadBalancingDecisionLogVerbosity of type GTMWideIP should be []string instead of string. Otherwise, the JSON unmarshal function returns an error.

Example of such array can be seen here: https://buildmedia.readthedocs.org/media/pdf/f5-agility-labs-dns/latest/f5-agility-labs-dns.pdf