INPUT_OBJECT
CreateSnmpOverrideMutationInput
The input object that defines the fields for the createSnmpOverride mutation.
link GraphQL Schema definition
- input CreateSnmpOverrideMutationInput {
- # The ID of an `InventoryItem`.
- : Int64Bit!
- # SNMP version
- : SnmpVersion
- # SNMP community/securityName
- : String
- # SNMPv3 security level
- : Snmp3SecurityLevel
- # SNMPv3 auth protocol
- : Snmp3AuthProtocol
- # SNMPv3 auth passphrase
- : String
- # SNMPv3 privacy protocol
- : Snmp3PrivProtocol
- # SNMPv3 privacy passphrase
- : String
- # SNMPv3 context name
- : String
- # SNMPv3 context engine ID
- : String
- # A note about this entity.
- : NoteMutationInput
- }