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

About the Dashboard Groups Resource

Last updated on 07 December, 2020

Overview

The device resource allows you to programmatically manage your LogicMonitor dashboard groups. As with all of our API calls, authentication is required.

Using LogicMonitor’s REST API you can:

Resource Information

Resource URI: /dashboard/groups

Resource Properties: All dashboard groups have the following properties.

Property Description Type
idThe Id of the dashboard groupInteger
parentIdThe Id of the parent dashboard groupInteger
nameThe name of the dashboard groupString
fullPathThe full path of the dashboard groupString
descriptionThe description of the dashboard groupString
dashboardsThe dashboards that belong to the groupJSON Object
userPermissionThe permission of the user that made the API callString
numOfDirectSubGroupsThe number of groups directly under the Dashboard GroupInteger
numOfDashboardsThe number of dashboards that belong to the Dashboard Group and any sub-groupsInteger
numOfDirectDashboardsThe number of dashboards that belong directly to the Dashboard GroupInteger
widgetTokensThe tokens assigned at the group levelJSON Object
In This Article

Get Started with LogicMonitor