NSX-T Data Center REST API
Return the List of interfaces for all bare metal servers.
Returns information about all bare metal server interfaces.Tags will be populated only if the tags are added on the bare metal server interface.
Tags will not be listed in case tags are removed or are not added.
Request:
Method:
GET
URI Path(s):
/api/v1/fabric/baremetal-server-interfaces
Request Headers:
n/a
Query Parameters:
BareMetalServerInterfaceListRequestParameters+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/fabric/baremetal-server-interfacesSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
BareMetalServerInterfaceListResult+