Add a Dashboard Group
Last updated - 23 July, 2025
In this article
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 |