INPUT_OBJECT

CreateNetworkMonitoringTemplateMutationInput

The input object that defines the fields for the createNetworkMonitoringTemplate mutation.

link GraphQL Schema definition

  • input CreateNetworkMonitoringTemplateMutationInput {
  • # A descriptive name.
  • name: String!
  • # Whether or not to collect interface statistics.
  • collect_interface_statistics: Boolean
  • # Whether or not ICMP monitoring is enabled.
  • icmp_monitoring: Boolean
  • # ICMP latency threshold (ms).
  • icmp_latency_threshold: Int
  • # ICMP loss threshold (%).
  • icmp_loss_threshold: Int
  • # SNMP version
  • snmp_version: SnmpVersion
  • # SNMP community/securityName
  • snmp_community: String
  • # SNMPv3 security level
  • snmp3_sec_level: Snmp3SecurityLevel
  • # SNMPv3 auth protocol
  • snmp3_auth_protocol: Snmp3AuthProtocol
  • # SNMPv3 auth passphrase
  • snmp3_auth_passphrase: String
  • # SNMPv3 privacy protocol
  • snmp3_priv_protocol: Snmp3PrivProtocol
  • # SNMPv3 privacy passphrase
  • snmp3_priv_passphrase: String
  • # SNMPv3 context name
  • snmp3_context_name: String
  • # SNMPv3 context engine ID
  • snmp3_context_engineid: String
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by