About the Dashboard Groups Resource
Last updated on 07 December, 2020Overview
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:
- Get a list of all dashboard groups
- Get information about a particular dashboard group
- Add a dashboard group
- Update a dashboard group
- Delete a dashboard group
Resource Information
Resource URI: /dashboard/groups
Resource Properties: All dashboard groups have the following properties.
Property | Description | Type |
id | The Id of the dashboard group | Integer |
parentId | The Id of the parent dashboard group | Integer |
name | The name of the dashboard group | String |
fullPath | The full path of the dashboard group | String |
description | The description of the dashboard group | String |
dashboards | The dashboards that belong to the group | JSON Object |
userPermission | The permission of the user that made the API call | String |
numOfDirectSubGroups | The number of groups directly under the Dashboard Group | Integer |
numOfDashboards | The number of dashboards that belong to the Dashboard Group and any sub-groups | Integer |
numOfDirectDashboards | The number of dashboards that belong directly to the Dashboard Group | Integer |
widgetTokens | The tokens assigned at the group level | JSON Object |