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