NSX-T Data Center REST API

Get information of IPv4 link local sub interface

Get information of IPv4 link local sub interface. The link local sub interface
will be of format eth0:linklocal.
Available on manager appliance only.

Request:

Method:
GET
URI Path(s):
/api/v1/cluster/{cluster-node-id}/node/network/interfaces/link-local
/api/v1/node/network/interfaces/link-local
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/node/network/interfaces/link-local

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeLinkLocalNetworkInterface+

Example Response:

{ "interface_id": "eth0:linklocal", "ip_address": "169.254.0.10", "netmask": "255.255.0.0" }

Required Permissions:

read

Feature:

system_administration

Additional Errors: