You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the slow reply on this. I believe we'd need to add 'destination' as a param for the New-HealthMonitor function. If we're going to make that change, though, I believe there are other params that should be added as well presumably any param mentioned in https://devcentral.f5.com/Wiki/iControlREST.APIRef_tm_ltm_monitor_tcp.ashx that is included in the supported versions of the PS module (11.5.1 HF8 - 13.1+) I need to figure out what that set of params is and then I can make some progress on this.
The differences in the iControlREST API between pre-v12 and v12 are substantial, and I'm not sure how to make changes that would accommodate both. v12 introduces 20+ types of monitors that one could create and modify. I think I'd need to split/fork the module and have one version continue to support 11.5/11.6 and have another version support 12+.
I'm not seeing a way to specify the destination port (in the UI the 'Alias Service Port') in the
New-HealthMonitor
function.Or is there a way to update the health monitor with that information?
The text was updated successfully, but these errors were encountered: