NSX-T Data Center REST API
Read the NSX Manager/Controller's Network Interface Statistics
On the specified interface, returns the number of received (rx), transmitted(tx), and dropped packets; the number of bytes and errors received and
transmitted on the interface; and the number of detected collisions.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/cluster/nodes/<node-id>/network/interfaces/<interface-id>/stats
                  
              
            Request Headers:
                n/a
            Query Parameters:
    DataSourceParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/cluster/nodes/<node-id>/network/interfaces/<interface-id>/statsSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    NodeInterfaceStatisticsProperties+
  