System > Profiles > Node Profiles), but the NTP is not being saved.get ntp on Managers and Edges, you see no NTP servers applied.get node central-config
Status: enabled /var/log/proton/nsxapi.log. You see an update to the central config profile (node profile), but the NTP configuration field is empty:INFO ThreadPoolTaskExecutor-1 CentralConfigConverterUtils ####### - [nsx@6876 comp="nsx-manager" level="INFO" subcomp="manager"] getJsonStr returned with {"timezone":"#######/######","ntp":{"servers":[]},"syslog":{"exporters":[{"exporter_name":"#######-###-#####-","server":"##.###.##.##","port":514,"protocol":"##","level":"DEBUG"}]},"snmp":{"communities":[],"v2_targets":[],"v3_users":[],"v3_targets":[]}}Note: The preceding log excerpts are only examples. Date, time, and environmental variables may vary depending on your environment.VMware NSX 4.2.3.3
This is a condition that may occur in a VMware NSX environment.
To resolve this, the NTP configuration must be applied directly via the NSX API:
Retrieve Current Configuration:
Perform a GET call to retrieve the existing profile details: GET https://<nsx-mgr-ip>/api/v1/configs/central-config/node-config-profiles/00000000-0000-0000-0000-000000000001
Apply NTP Configuration via PUT:
Use the output from the GET call as the body for a PUT request, ensuring the ntp section includes your server(s).PUT https://<nsx-mgr-ip>/api/v1/configs/central-config/node-config-profiles/00000000-0000-0000-0000-000000000001
get ntp.