Adding Dashboard Groups
Last updated on 07 October, 2024You can use LogicMonitor REST API v3 to add dashboard groups. You must authenticate yourself before making the API request.
URI: POST /dashboard/groups
Parameter | Type | Description |
template | JSON Object | The template field works only for the POST API request. It is used for importing dashboard groups. |
widgetTokens | JSON Object | The tokens are assigned at the group level. The widgetTokens consist of the following:
"widgetTokens": [{“name”:”defaultDeviceGroup”,”value”:”Prod AWS”}] |
name | String | (Mandatory) The name of the dashboard group that you want to add. Example – "name": "LogicMonitor Dashboards" |
description | String | The description of the dashboard group. Example – "description": "Servers in LA DataCenter" |
parentId | Integer | The Id of the parent dashboard group. Example – "parentId": 1 |