NSX-T Data Center REST API
Get MAC Table for Logical Switch of the Given ID (lswitch-id)
Returns MAC table of a specified logical switch from the given transportnode if a transport node id is given in the query parameter from the
Central Controller Plane.
The query parameter "source=cached" is not supported.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/logical-switches/<lswitch-id>/mac-table
                  
              
            Request Headers:
                n/a
            Query Parameters:
    ListByNodeIdParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/logical-switches/<lswitch-id>/mac-tableSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    MacAddressListResult+
  