vmware-archive / powernsx

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

Rename IPSET #629

Closed komoreka closed 4 years ago

komoreka commented 4 years ago

Is there a way to rename IPSET with powernsx ?

alagoutte commented 4 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 4 years ago

Yes that works thank you closing it !