Come join our live training webinar every other Wednesday at 11am PST and hear LogicMonitor experts explain best practices and answer common questions. We understand these are uncertain times, and we are here to help!
You can use LogicMonitor’s REST API to programmatically get information about the Collector groups in your account. Specifically, you can get a list of Collector groups or information on a specific Collector group.
As with all of our API calls, authentication is required.
HTTP Method: GET
URI: /setting/collectors/groups
Request Parameters: By default, a list of 50 Collector groups will be returned. You can include sort, filter, fields, size and offset parameters in your request to control what data is included in the response and how it is formatted.
Operators include:
URI: /setting/collectors/groups/<id>
In This Article