Policy path of Bridge profile using which a bridge end point was created.
string
Required
enforcement_point_path
String Path of the enforcement point
Enforcement point path.
string
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-status?bridge_profile_path=/infra/sites/default/enforcement-points/default/edge-bridge-profiles/p1&enforcement_point_path=/infra/sites/default/enforcement-points/default
{ # 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"
}