Join fellow LogicMonitor users at the Elevate Community Conference and get hands-on with our latest product innovations.

Register Now

Resources

Explore our blogs, guides, case studies, eBooks, and more actionable insights to enhance your IT monitoring and observability.

View Resources

About us

Get to know LogicMonitor and our team.

About us

Documentation

Read through our documentation, check out our latest release notes, or submit a ticket to our world-class customer service team.

View Resources

Add Report Groups

Last updated on 28 September, 2020

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 report group Yes String “name”:”Collector Reports”
description The report group description No String “description”:”Reports for Collector performance and load”

 

Get Started with LogicMonitor