INPUT_OBJECT

UpdateNetflowOnPremiseMutationInput

The input object that defines the fields for the updateNetflowOnPremise mutation.

link GraphQL Schema definition

  • input UpdateNetflowOnPremiseMutationInput {
  • # A descriptive name.
  • name: String
  • # An IPv4/IPv6 address.
  • ip: IP
  • # The date and time of the last processed records.
  • last_processed_timestamp: Datetime
  • # The file name of the last processed records.
  • last_processed_filename: String
  • # The size of the last processed records file.
  • last_processed_size: Int
  • # A JSON object of tracked statistics.
  • statistics: Text
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `last_processed_timestamp` to null.
  • unset_last_processed_timestamp: Boolean
  • # Setting this value to `true` will set `last_processed_filename` to null.
  • unset_last_processed_filename: Boolean
  • # Setting this value to `true` will set `last_processed_size` to null.
  • unset_last_processed_size: Boolean
  • }

link Require by