Forum Discussion
mgbailey_160800
Nimbostratus
Oct 08, 2014Manipulating GTM WideIP pools from iControl REST
I have been trying unsuccessfully to figure out how to manipulate the pools on a WideIP using iControl REST. To make things clearer, I am using curl for my experiments. First, here is a WideIP as vie...
Arnaud_Lemaire
Employee
Oct 14, 2014Hello, i guess pool is not an entity you can address but a property of the wideip so you address the entity wideip directly to modify the pool.
so if you want to add a pool to an existing wide ip you need to use PUT/PATCH method to the wideip url with json payload containing you pools definition:
{
"pools":
[
{
"name": "mypool2",
"partition": "Common",
"order": 0,
"ratio": 1
}
]
}
note that it is replacing existing property, meaning you don't add the new pool to existing pools, you replace it.
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