NSX-T Data Center REST API
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/infra/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/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/defaultSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    BridgeEndpointStatus+
  