NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List All Bridge EndpointsReturns information about all configured bridge endoints  | 
                      
                        GET /api/v1/bridge-endpoints
                         | 
                    
Create a Bridge EndpointCreates a Bridge Endpoint. It describes the physical attributes of the bridge like vlan. A logical port can be attached to a vif providing bridging functionality from the logical overlay network to the physical vlan network.  | 
                      
                        POST /api/v1/bridge-endpoints
                           (Deprecated)
                         | 
                    
Delete a Bridge EndpointDeletes the specified Bridge Endpoint.  | 
                      
                        DELETE /api/v1/bridge-endpoints/{bridgeendpoint-id}
                           (Deprecated)
                         | 
                    
Get Information about a bridge endpointReturns information about a specified bridge endpoint.  | 
                      
                        GET /api/v1/bridge-endpoints/{bridgeendpoint-id}
                         | 
                    
Update a Bridge EndpointModifies a existing bridge endpoint.  | 
                      
                        PUT /api/v1/bridge-endpoints/{bridgeendpoint-id}
                           (Deprecated)
                         | 
                    
Returns statistics of a specified Bridge EndpointGet the statistics for the Bridge Endpoint of the given Endpoint id (endpoint-id)  | 
                      
                        GET /api/v1/bridge-endpoints/{endpoint-id}/statistics
                         | 
                    
Returns status of a specified Bridge EndpointGet the status for the Bridge Endpoint of the given Endpoint id  | 
                      
                        GET /api/v1/bridge-endpoints/{endpoint-id}/status
                         |