public interface DashboardsResource
Modifier and Type | Method and Description |
---|---|
ApiDashboardList |
createDashboards(ApiDashboardList list)
Creates the list of dashboards.
|
ApiDashboard |
deleteDashboard(String dashboardName)
Deletes a dashboard.
|
ApiDashboard |
getDashboard(String dashboardName)
Returns a dashboard definition for the specified name.
|
ApiDashboardList |
getDashboards()
Returns the list of all user-customized dashboards.
|
@Path(value="/") ApiDashboardList getDashboards()
Available since API v6.
@Path(value="/") ApiDashboardList createDashboards(ApiDashboardList list)
Available since API v6.
list
- The list of dashboards to create.@Path(value="/{dashboardName}") ApiDashboard getDashboard(String dashboardName)
Available since API v6.
dashboardName
- The name of the dashboard.@Path(value="/{dashboardName}") ApiDashboard deleteDashboard(String dashboardName)
Available since API v6.
dashboardName
- The name of the dashboard.Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.