System Administration > Configuration > Fabric > Edge Clusters > Edge Clusters

Replace the transport node in the specified member of the edge-cluster

Replace the transport node in the specified member of the edge-cluster.
This is a disruptive action. This will move all the LogicalRouterPorts(uplink and routerLink)
host on the old transport_node to the new transport_node. The transportNode cannot be
present in another member of any edgeClusters.

Request:

Method:
POST
URI Path(s):
/api/v1/edge-clusters/<edge-cluster-id>?action=replace_transport_node
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
EdgeClusterMemberTransportNode+

Example Request:

POST http://10.33.86.160/api/v1/edge-clusters/bf8d4daf-93f6-4c23-af38-63f6d372e14e?action=replace_transport_node { "member_index": 0, "transport_node_id":"6a62a0c5-1ea1-4b25-9d43-dce1c0fa4b8c" }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
EdgeCluster+

Example Response:

{ "_revision": 1, "id": "bf8d4daf-93f6-4c23-af38-63f6d372e14e", "resource_type": "EdgeCluster", "cluster_profile_bindings": [ { "resource_type": "EdgeHighAvailabilityProfile", "profile_id": "ee7e2008-3626-4373-9ba4-521887840984" } ], "members": [ { "transport_node_id": "6a62a0c5-1ea1-4b25-9d43-dce1c0fa4b8c", "member_index": 0 } ], "_system_owned" : false, "deployment_type" : "VIRTUAL_MACHINE", "_last_modified_user": "admin", "_last_modified_time": 1415236663043, "_create_time": 1415236663043, "_create_user": "admin" }

Required Permissions:

crud

Feature:

nodes_edge_clusters

Additional Errors: