example - The ip address below is the nsx-t manager vip and id was obtained from the nsx-t manager gui for the edges. I used postman.

#State should show edge mismatch output
get
https://172.16.30.65/api/v1/transport-nodes/b619ab4e-6205-4afb-be31-9930de35c403/state

#Will fix the mismatch
post
https://172.16.30.65/api/v1/transport-nodes/b619ab4e-6205-4afb-be31-9930de35c403?action=refresh_node_configuration&resource_type=EdgeNode

#If shows status as not ready
get
https://172.16.30.65/api/v1/transport-nodes/b619ab4e-6205-4afb-be31-9930de35c403/state

acknowledge alarm in the nsx-t manager gui

By Kader