Get Importable Segments

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

Results per page to fetch.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NsxTImportableSegments of type(s) application/json;version=38.1
{
    "values": [
        {
            "name": "string",
            "switchId": "string",
            "alreadyImported": false,
            "nsxTManagerId": "string"
        }
    ]
}
values
Optional

values