Management Plane API >
Networking
>
Logical Bridging
>
Bridge Endpoints
Returns status of a specified Bridge Endpoint
Get the status for the Bridge Endpoint of the given Endpoint id
Request:
Method:
GET
URI Path(s):
/api/v1/bridge-endpoints/<endpoint-id>/status
Request Headers:
n/a
Query Parameters:
DataSourceParameters
+
DataSourceParameters
(
schema
)
Name
Description
Type
Notes
source
The data source, either realtime or cached. If not provided, cached data is returned.
DataSourceType
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/bridge-endpoints/15269939-779a-4fa4-9a0a-792dbf9fac12/status
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
BridgeEndpointStatus
+
BridgeEndpointStatus
(
schema
)
Name
Description
Type
Notes
active_nodes
The Ids of the transport nodes which actively serve the endpoint.
array of string
Readonly
endpoint_id
The id of the bridge endpoint
string
Required
Readonly
last_update_timestamp
Timestamp when the data was last updated; unset if data source has never updated the data.
EpochMsTimestamp
Readonly
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:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable