CodeShare
Have some code. Share some code.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner
carldubois_1031
Historic F5 Account

Problem this snippet solves:

Some may want code that is a little more extendable and will scale to provide more of a workflow structure. In this example, we explore the use of Python class to simplify the code using a call to class method doing the work for licensing a BIGIP for a given License Pool.

With the model you can create new methods to extend functionality. For example: class Workflow contains def Discover, def License, def CreateVirtual, def CreatePool, def AddMembers, def RefSecPolicy.

Script will look like:

workflow.Discover()
workflow.License()
workflow.CreateVirtual()
workflow.CreatePool()
workflow.AddMembers()
workflow.RefSecPolicy()

Code :

https://github.com/carldubois/licapi
Version history
Last update:
‎05-Jun-2023 22:47
Updated by: