INPUT_OBJECT
CreateSnmpOidMutationInput
The input object that defines the fields for the createSnmpOid mutation.
link GraphQL Schema definition
- input CreateSnmpOidMutationInput {
- # 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 :
- # The ID of a `NetworkMonitoringGraph`.
- Int64Bit! :
- # A note about this entity.
- NoteMutationInput :
- }