INPUT_OBJECT
UpdateSnmpOidMutationInput
The input object that defines the fields for the updateSnmpOid mutation.
link GraphQL Schema definition
- input UpdateSnmpOidMutationInput {
- # A descriptive name.
- : String
- # An OID
- : String
- # Whether or not to auto scale.
- : Boolean
- # A 6 character hexadecimal string, representing a color used in HTML.
- : HtmlHexColor
- # Divide by
- : Int
- # Display as table
- : Boolean
- # Unit of measurement
- : String
- # A note about this entity.
- : NoteMutationInput
- # Setting this value to `true` will set `divide_by` to null.
- : Boolean
- # Setting this value to `true` will set `unit_of_measurement` to null.
- : Boolean
- }