NSX-T Data Center REST API

Create an IPv4 link local sub interface

Creates an IPv4 link local management sub interface. The link local sub interface
will be of format eth0:linklocal. When request is executed without
`ip_address` in body, eth0:linklocal will be auto assigned with any
available IPv4 link-local address to node.
Available on manager appliance only.

Request:

Method:
POST
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:
NodeLinkLocalNetworkInterface+

Example Request:

POST 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:

crud

Feature:

system_administration

Additional Errors: