INPUT_OBJECT
UpdateNetflowOnPremiseMutationInput
The input object that defines the fields for the updateNetflowOnPremise mutation.
link GraphQL Schema definition
- input UpdateNetflowOnPremiseMutationInput {
- # A descriptive name.
- : String
- # An IPv4/IPv6 address.
- : IP
- # The date and time of the last processed records.
- : Datetime
- # The file name of the last processed records.
- : String
- # The size of the last processed records file.
- : Int
- # A JSON object of tracked statistics.
- : Text
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `last_processed_timestamp` to null.
- : Boolean
- # Setting this value to `true` will set `last_processed_filename` to null.
- : Boolean
- # Setting this value to `true` will set `last_processed_size` to null.
- : Boolean
- }