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