curl -k -u 'admin:password' -X GET "https://<NSX manager IP/FQDN>/api/v1/transport-nodes/<Edge node ID>/status" shows the following.
Host configuration: Failed to send the HostConfig message. [TN=TransportNode/<Edge ID>]. Reason: Failed to send HostConfig RPC to MPA
TN:<Edge ID>. Error: Unable to reach client <Edge ID>, application SwitchingVertical
/var/log/syslog file
<Edge FQDN> NSX 10196 - [nsx@6876 comp="nsx-edge" subcomp="nsx-proxy" s2comp="nsx-net" tid="10197" level="WARNING"] StreamConnection[60033
Connecting to ssl://<NSX Manager IP>:1234 sid:####] Couldn't connect to 'ssl://<NSX Manager IP>:1234' (error: ########-certificate verify failed)
grep -iE "<ip>|<uuid>" /etc/vmware/nsx/appliance-info.xml
VMware NSX
The edge or host transport nodes lost connectivity to MP, and the NSX managers were replaced in the meantime.
mv /etc/vmware/nsx/appliance-info.xml /etc/vmware/nsx/appliance-info.xml_backup
/etc/vmware/nsx/appliance-info.xmlappliance-info.xml from the manager onto the same folder in the disconnected transport node under /etc/vmware/nsx.nsxcli -c “push host-certificate <NAX Manager IP / FQDN]> username <username> thumbprint <edge thumbprint>”
/etc/init.d/nsx-proxy restart