OBJECT

NtpServerConfiguration

Description

Supported in v5.0+

link GraphQL Schema definition

  • type NtpServerConfiguration {
  • # Required. Supported in v5.0+
  • # Name or IP address of the NTP server.
  • server: String!
  • # Supported in v5.0+
  • symmetricKey: NtpSymmKeyConfiguration
  • }