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