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

Get Tier-1 segment bridge end point status using segment ID and profile path.

Get detailed information on Tier-1 segment bridge end point status using segment ID and profile path.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/global-infra/tier-1s/<tier-1-id>/segments/<segment-id>/bep-status
/policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id>/bep-status
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/tier-1s/tier-1/segments/segment-1/bep-status?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:
BridgeEndpointStatus+

Example Response:

{ # TODO: change this sample response after api is tested "active_nodes": [ /infra/sites/default/enforcement-points/default/host-transport-nodes/TN1 ], "last_update_timestamp": 1457547568679, "endpoint_id": "15269939-779a-4fa4-9a0a-792dbf9fac12" }

Required Permissions:

read

Feature:

policy_segment

Additional Errors: