| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
DashboardsApi.createDashboard(CreateDashboardRequest createDashboardRequest)
Create a dashboard.
|
Dashboard |
DashboardsApi.createDashboard(String name,
String description,
String orgID)
Create a dashboard.
|
Dashboard |
DashboardsApi.findDashboardByID(String dashboardID)
Get a single Dashboard.
|
Dashboard |
DashboardsApi.replaceCells(List<Cell> cells,
Dashboard dashboard)
Replace a dashboards cells.
|
Dashboard |
DashboardsApi.replaceCells(List<Cell> cells,
String dashboardID)
Replace a dashboards cells.
|
Dashboard |
DashboardsApi.updateDashboard(Dashboard dashboard)
Update a single dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dashboard> |
DashboardsApi.findDashboards()
Get all dashboards.
|
List<Dashboard> |
DashboardsApi.findDashboardsByOrganization(Organization organization)
Get dashboards.
|
List<Dashboard> |
DashboardsApi.findDashboardsByOrgName(String orgName)
Get dashboards.
|
| Modifier and Type | Method and Description |
|---|---|
Cell |
DashboardsApi.addCell(CreateCell createCell,
Dashboard dashboard)
Create a dashboard cell.
|
View |
DashboardsApi.addCellView(View view,
Cell cell,
Dashboard dashboard)
Add the view to a cell.
|
LabelResponse |
DashboardsApi.addLabel(Label label,
Dashboard dashboard)
Add a label to a dashboard.
|
ResourceMember |
DashboardsApi.addMember(User member,
Dashboard dashboard)
Add dashboard member.
|
ResourceOwner |
DashboardsApi.addOwner(User owner,
Dashboard dashboard)
Add dashboard owner.
|
void |
DashboardsApi.deleteCell(Cell cell,
Dashboard dashboard)
Delete a dashboard cell.
|
void |
DashboardsApi.deleteDashboard(Dashboard dashboard)
Delete a dashboard.
|
void |
DashboardsApi.deleteLabel(Label label,
Dashboard dashboard)
Delete a label from a dashboard.
|
void |
DashboardsApi.deleteMember(User member,
Dashboard dashboard)
Removes a member from an dashboard.
|
void |
DashboardsApi.deleteOwner(User owner,
Dashboard dashboard)
Removes an owner from a dashboard.
|
View |
DashboardsApi.getCellView(Cell cell,
Dashboard dashboard)
Retrieve the view for a cell in a dashboard.
|
List<Label> |
DashboardsApi.getLabels(Dashboard dashboard)
List all labels for a dashboard.
|
List<ResourceMember> |
DashboardsApi.getMembers(Dashboard dashboard)
List all dashboard members.
|
List<ResourceOwner> |
DashboardsApi.getOwners(Dashboard dashboard)
List all dashboard owners.
|
Dashboard |
DashboardsApi.replaceCells(List<Cell> cells,
Dashboard dashboard)
Replace a dashboards cells.
|
View |
DashboardsApi.updateCellView(View view,
Cell cell,
Dashboard dashboard)
Update the view for a cell.
|
Dashboard |
DashboardsApi.updateDashboard(Dashboard dashboard)
Update a single dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
Dashboard |
Dashboard.addCellsItem(Cell cellsItem) |
Dashboard |
Dashboard.addLabelsItem(Label labelsItem) |
Dashboard |
Dashboard.cells(List<Cell> cells) |
Dashboard |
Dashboard.labels(List<Label> labels) |
Dashboard |
Dashboard.links(DashboardLinks links) |
Dashboard |
Dashboard.meta(DashboardMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
List<Dashboard> |
Dashboards.getDashboards()
Get dashboards
|
| Modifier and Type | Method and Description |
|---|---|
Dashboards |
Dashboards.addDashboardsItem(Dashboard dashboardsItem) |
| Modifier and Type | Method and Description |
|---|---|
Dashboards |
Dashboards.dashboards(List<Dashboard> dashboards) |
void |
Dashboards.setDashboards(List<Dashboard> dashboards) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Dashboard> |
DashboardsService.getDashboardsID(String dashboardID,
String zapTraceSpan,
String include)
Retrieve a Dashboard
|
retrofit2.Call<Dashboard> |
DashboardsService.patchDashboardsID(String dashboardID,
String zapTraceSpan,
PatchDashboardRequest patchDashboardRequest)
Update a dashboard
|
retrofit2.Call<Dashboard> |
DashboardsService.postDashboards(CreateDashboardRequest createDashboardRequest,
String zapTraceSpan)
Create a dashboard
|
retrofit2.Call<Dashboard> |
DashboardsService.putDashboardsIDCells(String dashboardID,
List<Cell> cell,
String zapTraceSpan)
Replace cells in a dashboard
Replaces all cells in a dashboard.
|
retrofit2.Call<Dashboard> |
CellsService.putDashboardsIDCells(String dashboardID,
List<Cell> cell,
String zapTraceSpan)
Replace cells in a dashboard
Replaces all cells in a dashboard.
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.