Management Plane API > Networking > Logical Bridging > Bridge Clusters

Associated URIs:

API Description API Path

List All Bridge Clusters


Returns information about all configured bridge clusters.
ESXI host bridge cluster is deprecated and only Edge Bridge cluster is supported.
GET /api/v1/bridge-clusters (Deprecated)

Create a Bridge Cluster


Creates a bridge cluster. It is collection of transport nodes
that will do the bridging for overlay network to vlan networks.
Bridge cluster may have one or more transport nodes.
ESXI bridge cluster is deprecated and only Edge Bridge cluster is supported.
POST /api/v1/bridge-clusters (Deprecated)

Delete a Bridge Cluster


Removes the specified Bridge Cluster. ESXI bridge cluster is deprecated and only Edge Bridge cluster is supported.
DELETE /api/v1/bridge-clusters/<bridgecluster-id> (Deprecated)

Get Information about a bridge cluster


Returns information about a specified bridge cluster. ESXI bridge cluster is deprecated and only Edge Bridge cluster is supported.
GET /api/v1/bridge-clusters/<bridgecluster-id> (Deprecated)

Update a Bridge Cluster


Modifies a existing bridge cluster. One of more transport nodes
can be added or removed from the bridge cluster using this API.
ESXI bridge cluster is deprecated and only Edge Bridge cluster is supported.
PUT /api/v1/bridge-clusters/<bridgecluster-id> (Deprecated)

Returns status of a specified Bridge Cluster


Get the status for the Bridge Cluster of the given cluster id
GET /api/v1/bridge-clusters/<cluster-id>/status