INPUT_OBJECT

CreateSnmpOidMutationInput

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

link GraphQL Schema definition

  • input CreateSnmpOidMutationInput {
  • # A descriptive name.
  • name: String!
  • # An OID
  • oid: String!
  • # Whether or not to auto scale.
  • auto_scale: Boolean
  • # A 6 character hexadecimal string, representing a color used in HTML.
  • color: HtmlHexColor
  • # Divide by
  • divide_by: Int
  • # Display as table
  • display_as_table: Boolean
  • # Unit of measurement
  • unit_of_measurement: String
  • # The ID of a `NetworkMonitoringGraph`.
  • network_monitoring_graph_id: Int64Bit!
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by