Edge node replacement in the Edge Cluster fails with error message "Update/Replace of transport node is not allowed, as change of failure domain from old xxxx to new xxxx is violating placement of active-standby in different domains."
VMware NSX
VMware NSX-T Data Center
GET /api/v1/failure-domainsGET /api/v1/transport-nodes/<tn-id>The new edge node should be a part of the same failure domain which the existing edge node is a part of.
Change the failure domain of the new edge node using the below API call:
PUT /api/v1/transport-nodes/<transport-node-id>
{ "resource_type": "TransportNode", "description": "Updated NSX configured Test Transport Node", "id": "77816de2-39c3-436c-b891-54d31f580961", ... "failure_domain_id": "<UUID>",}