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.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/nsxVResources/importableTransportZones
COPY
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
Responses
200
OK
Returns NsxVTransportZones of type(s) application/json;version=38.1
{
"values": [
{
"id": "string",
"name": "string"
}
]
}