INPUT_OBJECT
DeviceGeneralConfigInput
link GraphQL Schema definition
- input DeviceGeneralConfigInput {
- #   pollType must be CONNECT when setting SysObjectOid
- : String
- : PollTypesInput
- #   Valid values are between 1-60
- : Int
- #   pollType must be CONNECT when setting Chassis ID
- : String
- : String
- : String
- : String
- : Boolean
- #   Sets the device collection mode (NONE,THRESHOLD_ALARMS,HISTORICAL)
- : CollectionModesInput
- #   Sets the device Collection Interval in minutes
- : Int
- : DeviceRolesInput
- #   Use SNMP Advanced settings in Admin-Options-Snmp
- : Boolean
- #   Valid values are between 1-10
- : Int
- : String
- : String
- : Boolean
- : String
- : PollGroupTypesInput
- : String
- #   pollType must be CONNECT when setting Status
- : StatusInput
- }