NSX-T Data Center REST API

Get tier-0 router link statistics information

Get tier-0 router link statistics information for a given linked tier-1 interface.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-0s/{tier-0-id}/tier-1-interface/statistics
/policy/api/v1/global-infra/tier-0s/{tier-0-id}/tier-1-interface/statistics
Request Headers:
n/a
Query Parameters:
RouterLinkRuntimeRequestParameters+
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
PolicyInterfaceStatistics+

Example Response:

{ "logical_router_port_id": "/infra/tier-0s/pepsi", "per_node_statistics": [ { "transport_node_id": "/infra/sites/default/enforcement-points/default/edge-transport-node/0167b052-b427-11ee-8699-0645394f4d47", "last_update_timestamp": 1705967015667, "rx": { "total_bytes": 111972, "total_packets": 2666, "dropped_packets": 401 }, "tx": { "total_bytes": 1712, "total_packets": 26, "dropped_packets": 0 } } ] }

Required Permissions:

read

Feature:

policy_t0

Additional Errors: