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 datasource instance groups.
Note: As with all of our API calls, authentication is required.
HTTP Method: GET
URI: /device/devices/{deviceId}/devicedatasources/{deviceDatasourceId}/groups
Where:
Request Parameters: By default, a list of 50 instances 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: /device/devices/{deviceId}/devicedatasources/{deviceDatasourceId}/groups/{groupId}
Request Parameters: You can include a fields parameter in your request to control what data is included in the response and how it is formatted.
In This Article