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

Adding Dashboard Groups

Last updated on 07 October, 2024

You can use LogicMonitor REST API v3 to add dashboard groups. You must authenticate yourself before making the API request.

URI: POST /dashboard/groups

ParameterTypeDescription
templateJSON ObjectThe template field works only for the POST API request. It is used for importing dashboard groups.
widgetTokensJSON ObjectThe tokens are assigned at the group level. The widgetTokens consist of the following:
  • inheritList –  It is the widget token inherit list.
  • name –  Name of the parent group of devices, if there is one. Example – Default Device Group
  • value –  Name of the child group of devices, if there is one. Example – Devices by Type/Network
Example – "widgetTokens": [{“name”:”defaultDeviceGroup”,”value”:”Prod AWS”}]
nameString(Mandatory) The name of the dashboard group that you want to add. Example – "name": "LogicMonitor Dashboards"
descriptionStringThe description of the dashboard group. Example – "description": "Servers in LA DataCenter"
parentIdIntegerThe Id of the parent dashboard group. Example – "parentId": 1

Start Your Trial

Full access to the LogicMonitor platform.
Comprehensive monitoring and alerting for unlimited devices.