API Description | API Path |
---|---|
List All Bridge ClustersReturns information about all configured bridge clusters |
GET /api/v1/bridge-clusters
|
Create a Bridge ClusterCreates 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 |
POST /api/v1/bridge-clusters
|
Delete a Bridge ClusterRemoves the specified Bridge Cluster. |
DELETE /api/v1/bridge-clusters/<bridgecluster-id>
|
Get Information about a bridge clusterReturns information about a specified bridge cluster. |
GET /api/v1/bridge-clusters/<bridgecluster-id>
|
Update a Bridge ClusterModifies a existing bridge cluster. One of more transport nodes can be added or removed from the bridge cluster using this API. |
PUT /api/v1/bridge-clusters/<bridgecluster-id>
|
Returns status of a specified Bridge ClusterGet the status for the Bridge Cluster of the given cluster id |
GET /api/v1/bridge-clusters/<cluster-id>/status
|