Forum Discussion
Faintly_Lucky
Nimbostratus
Nov 06, 2015REST - Any way to add multiple pool members in the same request?
I can add a single member at time and I can use a for loop to add multiple members to a given pool. The sticking point is when I have to add the same 30 members to 110 pools. It's doable with a for l...
StephanManthey
Nacreous
Oct 27, 2017Seems to be not supported. Bug or feature?
On v12.1.2 I just tried the following with
PUT
and PATCH
for /mgmt/tm/ltm/pool/~~/members/:
'{"items":[{"name":"node_113:80","partition":"Common","address":"10.131.131.113"},{"name":"node_115:80","partition":"Common","address":"10.131.131.115"}]}'
A 403 error is returned: Operation is not supported on property /ltm/pool/~~/members.
Via tmsh it works as expected:
tmsh modify ltm pool members add { node_113:80 { address 10.131.131.113 } node_115:80 { address 10.131.131.115 } }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects