Host Date Time System Test Time Service
Run a test to validate current time service configuration is functioning normally.
The report will provide a localized diagnostic of any issues. Only one diagnostic test may be running at a time.
Since: vSphere API Release 7.0.3.0
Required privileges: Host.Config.DateTime
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case HostDateTimeSystem/{moId}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
The status of the time service on this host based on present time service configuration.
{
"_typeName": "string",
"workingNormally": false,
"report": [
"string"
]
}
curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/HostDateTimeSystem/{moId}/TestTimeService