Forum Discussion
johns_45949
Nimbostratus
Nov 11, 2009Scripting some basic admin
Hi all
I am trying to find out how I can script some basic admin tasks that we do almost daily. I am not a developer so I was hoping that something like BigPipe would be my answer. I am struggl...
I don't think you can differentiate between connections to an IP:port from one pool versus another if the pool member IP:port is the same in two pools. The 'b conn all show all' output doesn't have any detail on the pool.
If your pool members are on different ports, this should work for you:
b conn ss server 1.1.1.1:80 delete
I assume the ss indicates serverside.
Aaron
Hi,
try this: Load BIG-IP® system configuration using the load command by making an iControl® REST request with the POST method and a JSON body
To replace the running configuration using the load command, make a POST request. In the JSON body,specify the command.
POST /mgmt/tm/sys/config { "command":"load", "name": "default" }
Using Curl:
curl -v -sk -u admin:admin https://localhost/mgmt/tm/sys/config -H 'Content-Type: application/json' -X POST -d '{"command":"load","name":"default"}'
Keep me in touch if it's you waiting for...
For more info: https://devcentral.f5.com/DesktopModules/Downloads/API/downloadservice/DownloadFile/241?version=349
Regards
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