Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NTPUpdateSpec
Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NTPUpdateSpec
The Vcenter NamespaceManagement Supervisors ControlPlane Networks Settings NTPUpdateSpec schema contains updates to NTP configuration.
This schema was added in vSphere API 9.1.0.0.
JSON Example
{
"servers_to_add": [
"string"
],
"servers_to_remove": [
"string"
]
}
array of
string
servers_to_add
Optional
List of NTP server DNS names or IP addresses to add, specified in order of preference.
This property was added in vSphere API 9.1.0.0.
If missing or null, no NTP servers will be added.
array of
string
servers_to_remove
Optional
List of NTP server DNS names or IP addresses to remove.
This property was added in vSphere API 9.1.0.0.
If missing or null, no NTP servers will be removed.