/timeseries/dashboards

Mount Point: /api/v14/timeseries/dashboards

GET

Returns the list of all user-customized dashboards. This includes both the new dashboards created by users as well as any user customizations to built-in dashboards.

Available since API v6.

Response Body

element: apiDashboardList

(no documentation provided)

POST

Creates the list of dashboards. If any of the dashboards already exist this whole command will fail and no dashboards will be created.

Available since API v6.

Request Body

element: apiDashboardList

The list of dashboards to create.

Response Body

element: apiDashboardList

The dashboards created.