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`.
  • inventory_item_id: Int64Bit!
  • # SNMP version
  • snmp_version: SnmpVersion
  • # SNMP community/securityName
  • snmp_community: String
  • # SNMPv3 security level
  • snmp3_sec_level: Snmp3SecurityLevel
  • # SNMPv3 auth protocol
  • snmp3_auth_protocol: Snmp3AuthProtocol
  • # SNMPv3 auth passphrase
  • snmp3_auth_passphrase: String
  • # SNMPv3 privacy protocol
  • snmp3_priv_protocol: Snmp3PrivProtocol
  • # SNMPv3 privacy passphrase
  • snmp3_priv_passphrase: String
  • # SNMPv3 context name
  • snmp3_context_name: String
  • # SNMPv3 context engine ID
  • snmp3_context_engineid: String
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by