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

Rename IPSET #629

Closed komoreka closed 3 years ago

komoreka commented 3 years ago

Is there a way to rename IPSET with powernsx ?

alagoutte commented 3 years ago

Hi @komoreka

No, there is not (yet) cmdlet for Set IPSet but you can try to use directly the API (PUT /api/2.0/services/ipset/{ipsetId} )

komoreka commented 3 years ago

Yes that works thank you closing it !