publish_fqdns field (located in the ManagementConfigModel table, accessible via API GET api/v1/configs/management) consistently remains set to false following the upgrade from 3.1.x to 3.2.x/4.x /var/log/proton/nsxapi.log/var/log/proton/data-migration.logManagementConfigModelThe issue is resolved in VMware NSX 3.2.4.
This issue is resolved in VMware NSX 4.2.0
Workaround:
Execute PUT /api/v1/configs/management with the following payload:{
"publish_fqdns": true,
"_revision": 0
}
This resets the publish_fqdns field to true.