INPUT_OBJECT

SnmpConfigurationPatchInput

Description

Supported in v5.2+ SNMP service configuration object.

link GraphQL Schema definition

  • input SnmpConfigurationPatchInput {
  • # Supported in v5.2+
  • # communityString is a user specified string for authentication to access SNMP
  • # statistics. Provides access to MIBs using SNMP v2c.
  • communityString: String
  • # Supported in v5.2+
  • # Array of SNMP trap receivers for the SNMP service.
  • trapReceiverConfigs: [SnmpTrapReceiverConfigInput!]
  • # Supported in v5.2+
  • # Array of users for the SNMP service. Provides access to MIBs using SNMP v3.
  • users: [SnmpUserConfigInput!]
  • # Required. Supported in v5.2+
  • # Boolean value that specifies whether the SNMP service is enabled. Set the value
  • # to true to enable the SNMP service and false to disable the SNMP service.
  • isEnabled: Boolean!
  • # Required. Supported in v5.2+
  • # The SNMP agent port on the Rubrik cluster node.
  • snmpAgentPort: Int!
  • }