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
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
PowerNSX supports creating and retrieving application rules using the following cmdlets:
New-NsxLoadBalancerApplicationRule
Get-NsxLoadBalancerApplicationRule
What's missing is ability to add created application rule to a VIP. Application rule doesn't do anything on its own, it has to be added to a VIP to take effect.
Current workaround is to use applicationRuleId parameter of the following REST API calls:
POST /api/4.0/edges/{edgeId}/loadbalancer/config/virtualservers (when creating a new VIP)
PUT /api/4.0/edges/{edgeId}/loadbalancer/config/virtualservers/{virtualserverID} (when changing an existing VIP)
The text was updated successfully, but these errors were encountered:
This is a feature request.
PowerNSX supports creating and retrieving application rules using the following cmdlets:
What's missing is ability to add created application rule to a VIP. Application rule doesn't do anything on its own, it has to be added to a VIP to take effect.
Current workaround is to use applicationRuleId parameter of the following REST API calls:
The text was updated successfully, but these errors were encountered: