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 a Dashboard Group

Last updated on 07 December, 2020

You can use LogicMonitor’s REST API to programmatically add dashboard groups to your account. As with all of our API calls, authentication is required.

HTTP Method: POST

URI: /dashboard/groups

Request Parameters: You can POST the following properties for all new dashboard groups.

Property Description Required? Type
name The name of the dashboard group Yes String
description The description of the dashboard group No. Defaults to a blank string. String
parentId The id of the parent group (id=1 means the group will be top level) No. Defaults to 1. Integer
widgetTokens The tokens assigned at the group level, where name and value should be specified (e.g. widgetTokens =[{“name”:”defaultDeviceGroup”,”value”:”Prod AWS”}]) No. Defaults to no tokens. JSON Object

Get Started with LogicMonitor