Delete a Device Group

You can use LogicMonitor’s REST API to programmatically delete LogicMonitor device groups. As with all of our API calls, authentication is required. HTTP Method: DELETE URI: device/groups/<id> Example The following Python script deletes device group 115:

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 … Continued

Update a Device Group

You can use LogicMonitor’s REST API to programmatically update LogicMonitor device groups. As with all of our API calls, authentication is required. There are two ways to update a device group: PUT: A PUT request enables you to replace an entire device group definition (and update fields in the process).  You should use PUT to … Continued

Add a Device Group

You can use LogicMonitor’s REST API to programmatically add LogicMonitor device groups. As with all of our API calls, authentication is required. HTTP Method: POST URI: /device/groups You can POST the following properties for each device group: Property Description Required? Type Example parentId The id of the parent group for this device group (the root … Continued

About the Device Group Resource

The device group resource allows you to programmatically manage your LogicMonitor device groups. Using LogicMonitor’s REST API you can: Get a list of one or more device groups Get information about a particular device group Add a device group Update a device group Delete a device group Resource URI: /device/groups Resource Properties All device groups … Continued