Forum Discussion
vinzclortho
Nimbostratus
Mar 10, 2014Using System::Connections::delete_active_connection in ruby iControl Gem
I am attempting to delete active connections for a particular IP using the ruby iControl gem. I want to mirror the functionality of the tmsh command : delete /sys connection cs-client-addr To...
JRahm
Admin
Mar 10, 2014in python, I have the following structure working (for get/delete). I'm asking internally about whether you can null a value you don't want to match, but haven't heard back yet.
b.System.Connections.delete_active_connection(connections = [
{'protocol': 'PROTOCOL_TCP',
'clientside_server': {'port': 443, 'address': '10.10.10.15'},
'serverside_server': {'port': 80, 'address': '10.10.20.30'},
'clientside_client': {'port': 0, 'address': '10.10.30.200'}}
])
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