NSX-T Data Center REST API
Get the physical port statistics
Returns the statistics for the specified physical port. Statistics informationincludes Tx and Rx packets, bytes, drops and errors.
Request:
Method:
GET
URI Path(s):
/api/v1/transport-nodes/{transport-node-id}/node/services/dataplane/physical-ports/{physical-port}/stats
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/transport-nodes/da278ce8-d8cb-4091-84f4-ccf4d956eeaf/node/services/dataplane/physical-ports/fp-eth0/statsSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PhysicalPortStats+