INPUT_OBJECT

DeviceGeneralConfigInput

link GraphQL Schema definition

  • input DeviceGeneralConfigInput {
  • # pollType must be CONNECT when setting SysObjectOid
  • sysObjectOid: String
  • rmaSerialNumber: String
  • pollType: PollTypesInput
  • # Sets the device Collection Interval in minutes
  • collectionInterval: Int
  • sysContact: String
  • # Sets the device collection mode (NONE,THRESHOLD_ALARMS,HISTORICAL)
  • collectionMode: CollectionModesInput
  • adminProfile: String
  • sysName: String
  • # pollType must be CONNECT when setting Chassis ID
  • chassisId: String
  • # Valid values are between 1-10
  • snmpRetries: Int
  • defaultSitePath: String
  • # pollType must be CONNECT when setting Status
  • status: StatusInput
  • pollGroup: PollGroupTypesInput
  • topologyRole: DeviceRolesInput
  • # Valid values are between 1-60
  • snmpTimeout: Int
  • sysLocation: String
  • deviceWebViewUrl: String
  • # Use SNMP Advanced settings in Admin-Options-Snmp
  • useSnmpAdvancedOptions: Boolean
  • removeFromService: Boolean
  • }