Get Importable Segments
Get all importable segments for an NSX-T manager, Provider VDC, Org VDC, or VDC Group. Supported filters are:
- NSX-T Manager ID
(nsxTManagerId==[ID])
- | Get all importable segments available to a specific NSX-T manager. - Provider VDC ID
(pvdcId==[ID])
- | Get all importable segments available to a specific Provider VDC. - Org VDC ID
(orgVdcId==[ID])
- | Get all importable segments available to a specific Org VDC. - VDC Group ID
(vdcGroupId==[ID])
- | Get all importable segments available to a specific VDC Group.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/nsxTResources/importableSegments
COPY
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
string
cursor
Optional
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.
integer
pageSize
Required
Constraints:
minimum: 0
maximum: 128
default: 25
Results per page to fetch.
Responses
200
OK
Returns
NsxTImportableSegments
of type(s)
application/json;version=39.1
{
"values": [
{
"name": "string",
"switchId": "string",
"alreadyImported": false,
"nsxTManagerId": "string"
}
]
}
array of
object
values
Optional
An NSX-T's Importable Segment
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/nsxTResources/importableSegments?pageSize=v
Availability
Added in 36.1
Nsx Tresources Operations
GET
Get Importable Tier0 Routers
GET
Get Tier0 Router Interfaces
GET
Get Importable Transport Zones
GET
Get Nsx T Edge Clusters
GET
Get Importable Segments
GET
Get Importable Segment Subnet
GET
Get Segment Qo S Profiles
GET
Get Segment Mac Discovery Profiles
GET
Get Segment Ip Discovery Profiles
GET
Get Segment Security Profiles
GET
Get Segment Spoof Guard Profiles
GET
Get Gateway Qo S Profiles