NSX-T Data Center REST API

Returns status of a specified Bridge Endpoint (Deprecated)

Get the status for the Bridge Endpoint of the given Endpoint id Deprecated: This API is now deprecated. Please use the following policy based API to fetch bridge config status of a segment
policy/api/v1/infra/realized-state/realized-entities?intent_path={{segment-intent-path}}

Request:

Method:
GET
URI Path(s):
/api/v1/bridge-endpoints/{endpoint-id}/status
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:
BridgeEndpointStatus+

Example Response:

{ "active_nodes": [ "ebe174ac-e4f1-4135-ba72-3dd2eb7099e3" ], "last_update_timestamp": 1457547568679, "endpoint_id": "15269939-779a-4fa4-9a0a-792dbf9fac12" }

Required Permissions:

read

Feature:

aggregation_service_health_monitoring

Additional Errors: