Get Importable Segment Subnet

Get Importable Segment Subnet

Get subnet info for an importable segment.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/nsxTResources/importableSegments/{nsxTManagerId}/{switchId}/subnet
COPY
Path Parameters
string
nsxTManagerId
Required

Id of the Nsx-T manager that this segment belongs to

string
switchId
Required

The logical switch id for the segment. Corresponds to the unique id property in Nsx-T.

string
nsxTManagerId
Required

Id of the Nsx-T manager that this segment belongs to

string
switchId
Required

The logical switch id for the segment. Corresponds to the unique id property in Nsx-T.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns NsxTImportableSegmentSubnet of type(s) application/json;version=36.3
{
    "ipAddress": "string",
    "prefixLength": 0
}
string
ipAddress
Optional

Ip address for subnet.

integer
prefixLength
Optional

Prefix length for the subnet.