f5devcentral / vscode-f5-flipper

Exploring Citrix/NetScaler configs
Apache License 2.0
8 stars 4 forks source link

[RFE] Add another iteration for monitors and ssl settings #39

Open npmaslow opened 2 weeks ago

npmaslow commented 2 weeks ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. One of the ways that a Netscaler can be configured is to bind services directly to virtual servers. When a customer chooses this path they regularly bind monitors and ssl settings directly to the service rather than the service group. The current flipper output seems to assume that these will only be bound to the service group.

Describe the solution you'd like Iterate for all objects bound to the service objects. Example

bind service 10.1.1.100-443 -monitorName tcp-ecv bind ssl service 10.1.1.100-443 -eccCurveName P_384

Describe alternatives you've considered Any other method is a manual change after utilizing the existing YAML output from Flipper.

Additional context F5 PS Request based on customer engagement.