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 interfacewill 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
/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-localSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeLinkLocalNetworkInterface+