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