NSX-T Data Center REST API

Returns statistics of a specified Bridge Endpoint (Deprecated)

Get the statistics for the Bridge Endpoint of the given Endpoint id (endpoint-id) Deprecated: Start using Edge Bridge Profiles and attach to the segment to configure bridging on the segment.

Request:

Method:
GET
URI Path(s):
/api/v1/bridge-endpoints/{endpoint-id}/statistics
Request Headers:
n/a
Query Parameters:
DataSourceParameters+
Request Body:
n/a

Successful Response:

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

Example Response:

{ "tx_packets": { "total": 159, "dropped": 0, "multicast_broadcast": 0 }, "rx_bytes": { "total": 1028, "multicast_broadcast": 0 }, "tx_bytes": { "total": 10438, "multicast_broadcast": 0 }, "rx_packets": { "total": 11, "dropped": 0, "multicast_broadcast": 0 }, "last_update_timestamp": 1457518122686, "endpoint_id": "15269939-779a-4fa4-9a0a-792dbf9fac12" }

Required Permissions:

read

Feature:

aggregation_service_health_monitoring

Additional Errors: