NSX-T Data Center REST API
Read counters for transport node interfaces.
This API returns the counters of the specified interface. The counters reset on reboot or redeployof the appliance or restart of the data plane. NSX Manager polls the transport-node every minute
(by default) to update the data returned on this API. If you need near realtime values, use the query
parameter \"?source=realtime\" to the API and it will make NSX Manager collect the statistics from
the transport node and returns the updated counters.
Request:
Method:
              GET
            URI Path(s):
              
                /api/v1/transport-nodes/{transport-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/transport-nodes/<node-id>/network/interfaces/<interface-id>/statsSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    NodeInterfaceStatisticsProperties+