VMware Networking Community
carlbolando
Contributor
Contributor

NSX Exclusion List Import

Is it possible to import back exclusion list from saved .csv file from nsx-powerops?

Thanks!

Tags (2)
Reply
0 Kudos
1 Reply
RShankar22
VMware Employee
VMware Employee

You can use API to view/Add/Delete the members from Exclusion list:

GET /api/2.1/app/excludelist

PUT /api/2.1/app/excludelist/{memberID}

DELETE /api/2.1/app/excludelist/{memberID}

Reply
0 Kudos