NSX-T Data Center REST API
Redeploys a new node that replaces the specified edge node.
Redeploys an edge node at NSX Manager that replaces the edge node withidentifier <node-id>. If NSX Manager can access the specified edge node,
then the node is put into maintenance mode and then the associated VM is
deleted. This is a means to reset all configuration on the edge node.
The communication channel between NSX Manager and edge is established after
this operation.
Request:
Method:
POST
URI Path(s):
/api/v1/transport-nodes/{node-id}?action=redeploy
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
TransportNode+
Example Request:
{ "transport_node":{ "resource_type": "TransportNode", "display_name": "edge-node5", "host_switch_spec": { "resource_type": "StandardHostSwitchSpec", "host_switches": [ { "host_switch_profile_ids": [ { "value": "e331116d-f59e-4004-8cfd-c577aefe563a", "key": "UplinkHostSwitchProfile" } ], "host_switch_name": "nsxvswitch", "pnics": [ { "device_name": "fp-eth0", "uplink_name": "uplink1" } ] }, "transport_zone_endpoints": [ { "transport_zone_id": "e14c6b8a-9edd-489f-b624-f9ef12afbd8f" } ], "node_id": "8538f119-ba45-4fb1-9cf1-ee849e4cf168", "node_deployment_info": { "resource_type": "EdgeNode", "id": "8538f119-ba45-4fb1-9cf1-ee849e4cf168", "display_name": "edge-node5", "ip_addresses": [ "192.168.110.37", "192.168.110.38" ] } }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
TransportNode+