[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrs-appliance-config-api
Changed1

TimeSettings

Information about time settings.


Properties

integer as int64
current_time Changed Optional

Current time, in milliseconds.


synchronization Optional

Time synchronization settings.


string
zone Optional

Current time zone.

JSON Example

{
	"current_time": 0,
	"synchronization": {
		"mode": "DISABLED",
		"ntp_servers": [
			"string"
		]
	},
	"zone": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrs-appliance-config-api
Used By

TimeSettingsDrResponseEntity
What's changed in 2.0.0?

CHANGED (1)
Changed Properties
current_time

Feedback

Was this page helpful?