INPUT_OBJECT
SnmpProfileConfigInput
link GraphQL Schema definition
- input SnmpProfileConfigInput {
- : Long
- #   SNMP version
- : SnmpVersionTypesInput
- #   SNMP community name
- : String
- #   SNMPv3 authentication password
- : String
- #   SNMPv3 authentication type
- : SnmpAuthTypesInput
- #   SNMPv3 privacy type
- : SnmpPrivacyTypesInput
- #   SNMPv3 username
- : String
- #   SNMP credential name
- : String!
- #   SNMPv3 privacy type
- : String
- }