vmware-archive / powernsx

PowerShell module that abstracts the VMware NSX-v API to a set of easily used PowerShell functions
173 stars 90 forks source link

No support for adding application rule to a VIP #626

Open Nick-Andreev opened 4 years ago

Nick-Andreev commented 4 years ago

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:

alagoutte commented 4 years ago

Hi Nick,

yes, i confirm, for add when create new VIP, it will be easy to add PUT/Set need more work because there is no yet Set-NsxLoadBalancerVip

need also to enhance example and testsuite for ApplicationRule

i will try if my NSX-V Lab work ;-)