Get Importable Transport Zones
Get all importable transport zones that are configured on a vCenter backed by a NSX-V manager. Transport zones that are already associated with a network pool are filtered out. The "vCenterId" filter key must be set with the id of the vCenter which we want to get the transport zones for. Use of "_context" filter has been deprecated as of API version 38.1. Please use supported filters.
Filter for a query. FIQL format.
OK
{
"values": [
{
"id": "string",
"name": "string",
"type": {}
}
]
}
Information about a configured transport zone on an NSX-V manager. NSX uses transport zones to provide connectivity between hypervisors.
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/nsxVResources/importableTransportZones