Policy > Networking > Connectivity > Segments > Bridge Endpoints > Statistics

Get infra segment bridge end point statistics using segment ID and profile path.

Get detailed information on infra segment bridge end point statistics using segment ID and profile path.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/segments/<segment-id>/bep-statistics
Request Headers:
n/a
Query Parameters:
BridgeProfileRequestParameters+
Request Body:
n/a

Example Request:

# TODO: change this sample request after api is tested GET https://<policy-mgr>/policy/api/v1/infra/segments/segment-1/bep-statistics?bridge_profile_path=/infra/sites/default/enforcement-points/default/edge-bridge-profiles/p1&enforcement_point_path=/infra/sites/default/enforcement-points/default

Successful Response:

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

Example Response:

{ # TODO: change this sample response after api is tested "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:

policy_segment

Additional Errors: