Get Importable Transport Zones
DescriptionGet all importable overlay transport zones that are configured on an NSX-T manager. Transport zones that are already associated with a network pool are filtered out. The “_context” filter key must be set with the id of the NSX-T manager which we want to get the transport zones for.
Request
URLURL
Query Parameters
Query Parameters
Field used for getting next page of records. The value is supplied by the current result page. If not set, the first page is retrieved. If cursor is set, then all other pagination query parameters such as pageSize, sortDesc, sortAsc, queryFilter are ignored.
Filter for a query. FIQL format.
Results per page to fetch.
Field to use for ascending sort
Field to use for descending sort
Authentication
Response
Response BodyResponse Body
200 OK
{
"values": [
{
"alreadyImported": false,
"id": "string",
"name": "string",
"type": "enum"
}
]
}
Information about a configured transport zone on an NSX-T manager. NSX uses transport zones to provide connectivity between hypervisors.