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

API rejects ModifyPoolMember and PatchPoolMember requests #126

Closed danielb42 closed 1 year ago

danielb42 commented 1 year ago

When modifying a property of PoolMember (PriorityGroup in my case), the API complains about invalid State and Session properties within the struct, even when those are unchanged and played back to the API just like it produced them.

The attached patch made the functions work for me.

scottdware commented 1 year ago

Thank you, @danielb42 for the contribution!