About the Report Groups Resource

You can use LogicMonitor’s REST API to programmatically manage the report groups in your account.   Using LogicMonitor’s REST API you can: Get a list of report groups Get information about a particular report group Add a report group Update a report group Delete a report group Note: As with all of our API calls, … Continued

Get Report Groups

You can use LogicMonitor’s REST API to programmatically get information about your LogicMonitor report groups. You can either get a list of report groups or you can get details for a particular report group. As with all of our API calls, authentication is required.   Get a list of Report Groups Returns a list of … Continued

Add Report Groups

With LogicMonitor’s REST API you can programmatically add a new report group to your LogicMonitor account.  As with all of our API calls, authentication is required.     HTTP Method: POST URI: /report/groups     You may POST the following parameters in your request:   Property Description Required? Type Example name The name of the … Continued

Update Report Groups

You can use LogicMonitor’s REST API to programmatically update your LogicMonitor Report Groups. As with all of our API calls, authentication is required.   HTTP Method: PUT URI: /report/groups/{id}     You may include the following parameters in your PUT request:   Property Description Required? Type Example name The name of the report group Yes … Continued

Delete Report Groups

With LogicMonitor’s REST API you can programmatically delete your LogicMonitor report groups. As with all of our API calls, authentication is required.   HTTP Method:DELETE URI: /report/groups/{id}