Forum Discussion
Bidondo
Mar 09, 2020Nimbostratus
AS3 PATCH method to add new pool?
AS3 noob here. Been successful using POST to create partition, app, VS, and pool. Now, I simply want to add a new standalone pool to the tenant, but not attached to a virtual server (because I'm us...
AZahajkiewicz
Sep 27, 2022Employee
Use PATCH with:
[ { "op": "add", "path": "/ConsulPoolTest/A1", "value": { "class": "Application", "template": "http", "web_poolnew": { "class": "Pool", "monitors": [ "http" ], "members": [{ "servicePort": 80, "serverAddresses": [ "192.0.1.20", "192.0.1.21" ] }] } } } ]
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