f5-appsvcs-extension
f5-appsvcs-extension copied to clipboard
Support Connector Profiles
Is your feature request related to a problem? Please describe.
AS3 to support the creation of Connector profiles, and the assignment of one to a virtual server. Connector profiles are found in the GUI under Local Traffic > Profiles > Other > Connector
.
They are assigned to a virtual server via the Connector Profile
setting under Advanced
Describe the solution you'd like
-
An AS3 class for the connector profile, i.e.
Profile_Connector
that supports the four settings:- Entry Virtual Server
- Connection Timeout
- Service Down Action
- Connect on Data
-
Update to the various service classes to add a connector profile to the virtual server
Describe alternatives you've considered
Have used tmsh commands over iControl REST
Additional context
I believe Service Profiles https://github.com/F5Networks/f5-appsvcs-extension/issues/684 would also be required, as there is a dependency that requires a service profile be added to the Entry Virtual Server.