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

Update Report Groups

Last updated on 28 September, 2020

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 String “name”:”Collector Reports”
description The description of the report group No String “description”:”Collector performance reports”

 

Get Started with LogicMonitor