INPUT_OBJECT
CreateNetworkMonitoringTemplateMutationInput
The input object that defines the fields for the createNetworkMonitoringTemplate mutation.
link GraphQL Schema definition
- input CreateNetworkMonitoringTemplateMutationInput {
- # A descriptive name.
- String! :
- # Whether or not to collect interface statistics.
- Boolean :
- # Whether or not ICMP monitoring is enabled.
- Boolean :
- # ICMP latency threshold (ms).
- Int :
- # ICMP loss threshold (%).
- Int :
- # 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 :
- }