INPUT_OBJECT

CreateNetflowOnPremiseMutationInput

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

link GraphQL Schema definition

  • input CreateNetflowOnPremiseMutationInput {
  • # A descriptive name.
  • name: String!
  • # An IPv4/IPv6 address.
  • ip: IP!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by