INPUT_OBJECT

UpdateSnmpOidMutationInput

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

link GraphQL Schema definition

  • input UpdateSnmpOidMutationInput {
  • # 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
  • # A note about this entity.
  • note: NoteMutationInput
  • # Setting this value to `true` will set `divide_by` to null.
  • unset_divide_by: Boolean
  • # Setting this value to `true` will set `unit_of_measurement` to null.
  • unset_unit_of_measurement: Boolean
  • }

link Require by