Python Bigsuds - iRule deployment for HTTP Virtual Server
Problem this snippet solves: this script helps for massive iRule deployment which use HTTP event on Virtual Server with HTTP Profile. Static value has to be changed in the script to adapt to your ne...
Published Mar 09, 2015
Version 1.0Diga_171140
Mar 18, 2016Nimbostratus
How to add irule using payload into virtual server while VIP creating ?
like ip protocol
payload['ipProtocol'] = 'tcp'
tried below statement but not working
payload['rules'] = 'my_Rule'