Get Importable Segments

Get Importable Segments

Get all importable segments for an OrgVDC or VdcGroup

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=36.3
{
    "values": [
        {
            "name": "string",
            "switchId": "string",
            "alreadyImported": false,
            "nsxTManagerId": "string"
        }
    ]
}
values
Optional

values