About the Dashboard Groups Resource

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: 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 … Continued

Add a Dashboard Group

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 … Continued

Update a Dashboard Group

You can use LogicMonitor’s REST API to update the dashboard groups in your account. As with all of our API calls, authentication is required. Note: Consistent with REST standards, any properties not specified in a PUT request will revert back to their default values. HTTP Method: PUT URI: /dashboard/groups/{id} Request Parameters: Property Description Required? Type … Continued

Get Dashboard Groups

Overview You can use LogicMonitor’s REST API to programmatically get information about the dashboard groups in your account. Specifically, you can: Get a list of dashboard groups Get information about a particular dashboard group Note: As with all of our API calls, authentication is required. Get a List of Dashboard Groups HTTP Method: GET Resource … Continued

Delete a Dashboard Group

You can use LogicMonitor’s REST API to programmatically delete dashboard groups from your account. As with all of our API calls, authentication is required. HTTP Method: DELETE Resource URI: /dashboard/groups/{id}