v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Dashboard Lists

Add Items to a Dashboard List

Add dashboards to an existing dashboard list.

post/api/v2/dashboard/lists/manual/{dashboard_list_id}/dashboards

Path parameters

dashboard_list_idinteger required

ID of the dashboard list to add items to.

Request body

Example request

{
  "dashboards": [
    {
      "id": "q5j-nti-fv6",
      "type": "host_timeboard"
    }
  ]
}

Response

OK

Example response

{
  "added_dashboards_to_list": [
    {
      "id": "q5j-nti-fv6",
      "type": "host_timeboard"
    }
  ]
}