/timeseries/dashboards/{dashboardName}
Mount Point: /api/v15/timeseries/dashboards/{dashboardName}
GET
Returns a dashboard definition for the specified name. This dashboard can be imported with the createDashboards API.
Available since API v6.
Parameters
name | description | type | default |
---|---|---|---|
dashboardName | The name of the dashboard. | path |
Response Body
element: | apiDashboard |
(no documentation provided)
DELETE
Deletes a dashboard.
Available since API v6.
Parameters
name | description | type | default |
---|---|---|---|
dashboardName | The name of the dashboard. | path |
Response Body
element: | apiDashboard |
The deleted dashboard.