INPUT_OBJECT
UpdateNetworkMonitoringTemplateMutationInput
The input object that defines the fields for the updateNetworkMonitoringTemplate mutation.
link GraphQL Schema definition
- input UpdateNetworkMonitoringTemplateMutationInput {
- # 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 :
- # Setting this value to `true` will set `icmp_latency_threshold` to null.
- Boolean :
- # Setting this value to `true` will set `icmp_loss_threshold` to null.
- Boolean :
- # Setting this value to `true` will set `snmp_version` to null.
- Boolean :
- # Setting this value to `true` will set `snmp_community` to null.
- Boolean :
- # Setting this value to `true` will set `snmp3_sec_level` to null.
- Boolean :
- # Setting this value to `true` will set `snmp3_auth_protocol` to null.
- Boolean :
- # Setting this value to `true` will set `snmp3_auth_passphrase` to null.
- Boolean :
- # Setting this value to `true` will set `snmp3_priv_protocol` to null.
- Boolean :
- # Setting this value to `true` will set `snmp3_priv_passphrase` to null.
- Boolean :
- # Setting this value to `true` will set `snmp3_context_name` to null.
- Boolean :
- # Setting this value to `true` will set `snmp3_context_engineid` to null.
- Boolean :
- }