To resolve this issue, call the REST APIs to get the IDs of duplicate fabric nodes which do not have os_version. And then call the REST APIs to delete them.
API to get the information of all the nodes:
GET https://<NSXMGR_IP>/api/v1/fabric/nodes API to delete particular node:
DELETE https://<NSXMGR_IP>/api/v1/fabric/nodes/<node-id>For more information, see the
NSX for vSphere API Guide.