Execute the steps in below order:
Configure NTP on vCenter:
https://vcenter_FQDN:5480) as root.Configure NTP on ESXi Hosts:
OR
Configure NTP on NSX-T managers
curl -u 'admin:' https://nsx_vip_fqdn/api/v1/node/services/ntp -k
curl -u 'admin:' -X PUT -H 'Content-type: application/json' https://nsx_vip_fqdn/api/v1/node/services/ntp -d '{"service_name":"ntp","service_properties":{"servers":["ntp_ip"]}}' -k
curl -u 'admin:' https://nsx_vip_fqdn/api/v1/node/services/ntp -kConfigure NTP on VRSLCM:
Configure NTP on SDDC Manager:
curl localhost/inventory/system-info
curl -X PATCH -H "Content-Type: application/json" localhost/appliancemanager/ntp/configuration -d '{"ntpServers":["ntp_ip","ntp_ip"]}'
curl localhost/inventory/system-info