NSX-T Data Center REST API
Apply cluster level config on Discovered Node
When transport node profile (TNP) is applied to a cluster, if any validation fails (e.g. VMs running on host) then transport node (TN) is not created. In that case after the required action is taken (e.g. VMs powered off), you can call this API to try to create TN for that discovered node.Do not call this API if Transport Node already exists for the discovered node. In that case use API on transport node. /transport-nodes/<transport-node-id>?action=restore_cluster_config
Request:
Method:
POST
URI Path(s):
/api/v1/fabric/discovered-nodes/<node-ext-id>?action=reapply_cluster_config
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
POST https://<nsx-mgr>/api/v1/fabric/discovered-nodes/5c669dc6-47a8-4508-3077-6a48f26c5a4g?action=reapply_cluster_configSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
TransportNode+