Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UpdatePoolMembers should be PATCH rather than PUT #85

Open
glennmolsen opened this issue Jan 28, 2019 · 1 comment
Open

UpdatePoolMembers should be PATCH rather than PUT #85

glennmolsen opened this issue Jan 28, 2019 · 1 comment

Comments

@glennmolsen
Copy link

ltm.UpdatePoolMembers replaces existing pool member info correctly but also resets all other pool properties to default values. For example, if you had a health monitor applied to the pool before, after calling UpdatePoolMembers, membership is correct but monitor is now none. This would apparently be due to the call being a PUT rather than a PATCH.

@rawmind0
Copy link
Contributor

@glennmolsen , may be using ltm.PatchPoolMember function could address your issue.

marsu-p pushed a commit to marsu-p/go-bigip that referenced this issue Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants