Adding Collector Groups

Last updated on 25 July, 2023

You can use LogicMonitor REST API v3 to add collector group details. You must authenticate yourself before making the API request.

URI: POST /setting/collector/groups

ParameterTypeDescription
autoBalanceInstanceCountThresholdIntegerThe threshold for instance count strategy to check if a collector has high load.
descriptionStringThe description of the collector group.
Example – "description": "Group for collectors dedicated to Network Devices."
autoBalanceBooleanIndicates if the collector is auto balanced.
customPropertiesJSON ArrayThe custom properties defined for the collector group. Each property must have a name and value.
nameString(Mandatory) The name of the collector group.
Example – "name": "Collector (Network Devices)"
autoBalanceStrategyStringThe auto balance strategy for the collector group. The value can be DEVICECOUNTINSTANCECOUNT or NONE(default).