curl -X GET -k -s -w "\n" -u 'admin:<password>' https://<nsxt-manager-fqdn>/api/v1/transport-nodes | json_pp
curl -X GET -k -s -w "\n" -u 'admin:<password>' https://<nsxt-manager-fqdn>/api/v1/transport-nodes/<id> | json_pp
psql -h localhost -U postgres -d platform
select id,status,name,nsxt_edge_nodes,source_id from from nsxt_edge_cluster; -------> Note the id of the nsxt_edge_cluster which needs to be updated
update nsxt_edge_cluster set nsxt_edge_nodes='xxxxxx' where id='<nsxt_edge_cluster id noted from above step>';