Create Logical Switch using NSX API

Request Type : POST

https://NSX-MGR-IP/api/2.0/vdn/scopes/vdnscope-2/virtualwires

Request Body:

<virtualWireCreateSpec>
<name>LS_ODC</name>
<description>For ABC ODC</description>
<tenantId></tenantId>
<controlPlaneMode>UNICAST_MODE</controlPlaneMode>
</virtualWireCreateSpec>