Get Device Groups
You can use LogicMonitor’s REST API to programmatically get information about your LogicMonitor device groups. You can either get a list of device groups or you can get details for a particular device group.
As with all of our API calls, authentication is required.
Get a list of device groups
Returns a list of device groups
Get information about a particular device group
Returns details for a particular device group
Example
The following Python script returns the custom properties, name, id & number of devices for the device group(s) with ‘prodServers’ in the name: