INPUT_OBJECT

UpdateClusterNtpServersInput

link GraphQL Schema definition

  • input UpdateClusterNtpServersInput {
  • # Required. ID of the Rubrik cluster or *me* for self.
  • id: String!
  • # Required. List of NTP servers.
  • ntpServerConfigs: [NtpServerConfigurationInput!]!
  • }

link Require by