Interface IDashboardsService
Represents a collection of functions to interact with the API endpoints
Namespace: InfluxDB.Client.Api.Service
Assembly: InfluxDB.Client.dll
Syntax
public interface IDashboardsService : IApiAccessor
Methods
DeleteDashboardsID(String, String)
Delete a dashboard
Declaration
void DeleteDashboardsID(string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDAsync(String, String, CancellationToken)
Delete a dashboard
Declaration
System.Threading.Tasks.Task DeleteDashboardsIDAsync(string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of void |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDAsyncWithHttpInfo(String, String, CancellationToken)
Delete a dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<object>> DeleteDashboardsIDAsyncWithHttpInfo(string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDCellsID(String, String, String)
Delete a dashboard cell
Declaration
void DeleteDashboardsIDCellsID(string dashboardID, string cellID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to delete. |
System. |
cellID | The ID of the cell to delete. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDCellsIDAsync(String, String, String, CancellationToken)
Delete a dashboard cell
Declaration
System.Threading.Tasks.Task DeleteDashboardsIDCellsIDAsync(string dashboardID, string cellID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to delete. |
System. |
cellID | The ID of the cell to delete. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of void |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDCellsIDAsyncWithHttpInfo(String, String, String, CancellationToken)
Delete a dashboard cell
Declaration
System.Threading.Tasks.Task<ApiResponse<object>> DeleteDashboardsIDCellsIDAsyncWithHttpInfo(string dashboardID, string cellID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to delete. |
System. |
cellID | The ID of the cell to delete. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDCellsIDWithHttpInfo(String, String, String)
Delete a dashboard cell
Declaration
ApiResponse<object> DeleteDashboardsIDCellsIDWithHttpInfo(string dashboardID, string cellID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to delete. |
System. |
cellID | The ID of the cell to delete. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Object(void) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDLabelsID(String, String, String)
Delete a label from a dashboard
Declaration
void DeleteDashboardsIDLabelsID(string dashboardID, string labelID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
labelID | The ID of the label to delete. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDLabelsIDAsync(String, String, String, CancellationToken)
Delete a label from a dashboard
Declaration
System.Threading.Tasks.Task DeleteDashboardsIDLabelsIDAsync(string dashboardID, string labelID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
labelID | The ID of the label to delete. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of void |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDLabelsIDAsyncWithHttpInfo(String, String, String, CancellationToken)
Delete a label from a dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<object>> DeleteDashboardsIDLabelsIDAsyncWithHttpInfo(string dashboardID, string labelID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
labelID | The ID of the label to delete. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDLabelsIDWithHttpInfo(String, String, String)
Delete a label from a dashboard
Declaration
ApiResponse<object> DeleteDashboardsIDLabelsIDWithHttpInfo(string dashboardID, string labelID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
labelID | The ID of the label to delete. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Object(void) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDMembersID(String, String, String)
Remove a member from a dashboard
Declaration
void DeleteDashboardsIDMembersID(string userID, string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
userID | The ID of the member to remove. |
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDMembersIDAsync(String, String, String, CancellationToken)
Remove a member from a dashboard
Declaration
System.Threading.Tasks.Task DeleteDashboardsIDMembersIDAsync(string userID, string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
userID | The ID of the member to remove. |
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of void |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDMembersIDAsyncWithHttpInfo(String, String, String, CancellationToken)
Remove a member from a dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<object>> DeleteDashboardsIDMembersIDAsyncWithHttpInfo(string userID, string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
userID | The ID of the member to remove. |
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDMembersIDWithHttpInfo(String, String, String)
Remove a member from a dashboard
Declaration
ApiResponse<object> DeleteDashboardsIDMembersIDWithHttpInfo(string userID, string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
userID | The ID of the member to remove. |
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Object(void) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDOwnersID(String, String, String)
Remove an owner from a dashboard
Declaration
void DeleteDashboardsIDOwnersID(string userID, string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
userID | The ID of the owner to remove. |
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDOwnersIDAsync(String, String, String, CancellationToken)
Remove an owner from a dashboard
Declaration
System.Threading.Tasks.Task DeleteDashboardsIDOwnersIDAsync(string userID, string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
userID | The ID of the owner to remove. |
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of void |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDOwnersIDAsyncWithHttpInfo(String, String, String, CancellationToken)
Remove an owner from a dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<object>> DeleteDashboardsIDOwnersIDAsyncWithHttpInfo(string userID, string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
userID | The ID of the owner to remove. |
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDOwnersIDWithHttpInfo(String, String, String)
Remove an owner from a dashboard
Declaration
ApiResponse<object> DeleteDashboardsIDOwnersIDWithHttpInfo(string userID, string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
userID | The ID of the owner to remove. |
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Object(void) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
DeleteDashboardsIDWithHttpInfo(String, String)
Delete a dashboard
Declaration
ApiResponse<object> DeleteDashboardsIDWithHttpInfo(string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Object(void) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboards(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, String, List<String>, String, String)
List all dashboards
Declaration
Dashboards GetDashboards(string zapTraceSpan = null, int? offset = null, int? limit = null, bool? descending = null, string owner = null, string sortBy = null, List<string> id = null, string orgID = null, string org = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
zapTraceSpan | OpenTracing span context (optional) |
System. |
offset | (optional) |
System. |
limit | (optional, default to 20) |
System. |
descending | (optional, default to false) |
System. |
owner | A user identifier. Returns only dashboards where this user has the |
System. |
sortBy | The column to sort by. (optional) |
List<System. |
id | A list of dashboard identifiers. Returns only the listed dashboards. If both |
System. |
orgID | The identifier of the organization. (optional) |
System. |
org | The name of the organization. (optional) |
Returns
Type | Description |
---|---|
Dashboards | Dashboards |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, String, List<String>, String, String, CancellationToken)
List all dashboards
Declaration
System.Threading.Tasks.Task<Dashboards> GetDashboardsAsync(string zapTraceSpan = null, int? offset = null, int? limit = null, bool? descending = null, string owner = null, string sortBy = null, List<string> id = null, string orgID = null, string org = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
zapTraceSpan | OpenTracing span context (optional) |
System. |
offset | (optional) |
System. |
limit | (optional, default to 20) |
System. |
descending | (optional, default to false) |
System. |
owner | A user identifier. Returns only dashboards where this user has the |
System. |
sortBy | The column to sort by. (optional) |
List<System. |
id | A list of dashboard identifiers. Returns only the listed dashboards. If both |
System. |
orgID | The identifier of the organization. (optional) |
System. |
org | The name of the organization. (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of Dashboards |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsAsyncWithHttpInfo(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, String, List<String>, String, String, CancellationToken)
List all dashboards
Declaration
System.Threading.Tasks.Task<ApiResponse<Dashboards>> GetDashboardsAsyncWithHttpInfo(string zapTraceSpan = null, int? offset = null, int? limit = null, bool? descending = null, string owner = null, string sortBy = null, List<string> id = null, string orgID = null, string org = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
zapTraceSpan | OpenTracing span context (optional) |
System. |
offset | (optional) |
System. |
limit | (optional, default to 20) |
System. |
descending | (optional, default to false) |
System. |
owner | A user identifier. Returns only dashboards where this user has the |
System. |
sortBy | The column to sort by. (optional) |
List<System. |
id | A list of dashboard identifiers. Returns only the listed dashboards. If both |
System. |
orgID | The identifier of the organization. (optional) |
System. |
org | The name of the organization. (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (Dashboards) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsID(String, String, String)
Retrieve a Dashboard
Declaration
Dashboard GetDashboardsID(string dashboardID, string zapTraceSpan = null, string include = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
System. |
include | Includes the cell view properties in the response if set to |
Returns
Type | Description |
---|---|
Dashboard | Dashboard |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDAsync(String, String, String, CancellationToken)
Retrieve a Dashboard
Declaration
System.Threading.Tasks.Task<Dashboard> GetDashboardsIDAsync(string dashboardID, string zapTraceSpan = null, string include = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
System. |
include | Includes the cell view properties in the response if set to |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of Dashboard |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDAsyncWithHttpInfo(String, String, String, CancellationToken)
Retrieve a Dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<Dashboard>> GetDashboardsIDAsyncWithHttpInfo(string dashboardID, string zapTraceSpan = null, string include = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
System. |
include | Includes the cell view properties in the response if set to |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (Dashboard) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDCellsIDView(String, String, String)
Retrieve the view for a cell
Declaration
View GetDashboardsIDCellsIDView(string dashboardID, string cellID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
cellID | The cell ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
View | View |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDCellsIDViewAsync(String, String, String, CancellationToken)
Retrieve the view for a cell
Declaration
System.Threading.Tasks.Task<View> GetDashboardsIDCellsIDViewAsync(string dashboardID, string cellID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
cellID | The cell ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of View |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDCellsIDViewAsyncWithHttpInfo(String, String, String, CancellationToken)
Retrieve the view for a cell
Declaration
System.Threading.Tasks.Task<ApiResponse<View>> GetDashboardsIDCellsIDViewAsyncWithHttpInfo(string dashboardID, string cellID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
cellID | The cell ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (View) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDCellsIDViewWithHttpInfo(String, String, String)
Retrieve the view for a cell
Declaration
ApiResponse<View> GetDashboardsIDCellsIDViewWithHttpInfo(string dashboardID, string cellID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
cellID | The cell ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of View |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDLabels(String, String)
List all labels for a dashboard
Declaration
LabelsResponse GetDashboardsIDLabels(string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Labels |
LabelsResponse |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDLabelsAsync(String, String, CancellationToken)
List all labels for a dashboard
Declaration
System.Threading.Tasks.Task<LabelsResponse> GetDashboardsIDLabelsAsync(string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of LabelsResponse |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDLabelsAsyncWithHttpInfo(String, String, CancellationToken)
List all labels for a dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<LabelsResponse>> GetDashboardsIDLabelsAsyncWithHttpInfo(string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (LabelsResponse) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDLabelsWithHttpInfo(String, String)
List all labels for a dashboard
Declaration
ApiResponse<LabelsResponse> GetDashboardsIDLabelsWithHttpInfo(string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of LabelsResponse |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDMembers(String, String)
List all dashboard members
Declaration
ResourceMembers GetDashboardsIDMembers(string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Resource |
ResourceMembers |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDMembersAsync(String, String, CancellationToken)
List all dashboard members
Declaration
System.Threading.Tasks.Task<ResourceMembers> GetDashboardsIDMembersAsync(string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ResourceMembers |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDMembersAsyncWithHttpInfo(String, String, CancellationToken)
List all dashboard members
Declaration
System.Threading.Tasks.Task<ApiResponse<ResourceMembers>> GetDashboardsIDMembersAsyncWithHttpInfo(string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (ResourceMembers) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDMembersWithHttpInfo(String, String)
List all dashboard members
Declaration
ApiResponse<ResourceMembers> GetDashboardsIDMembersWithHttpInfo(string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of ResourceMembers |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDOwners(String, String)
List all dashboard owners
Declaration
ResourceOwners GetDashboardsIDOwners(string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Resource |
ResourceOwners |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDOwnersAsync(String, String, CancellationToken)
List all dashboard owners
Declaration
System.Threading.Tasks.Task<ResourceOwners> GetDashboardsIDOwnersAsync(string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ResourceOwners |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDOwnersAsyncWithHttpInfo(String, String, CancellationToken)
List all dashboard owners
Declaration
System.Threading.Tasks.Task<ApiResponse<ResourceOwners>> GetDashboardsIDOwnersAsyncWithHttpInfo(string dashboardID, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (ResourceOwners) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDOwnersWithHttpInfo(String, String)
List all dashboard owners
Declaration
ApiResponse<ResourceOwners> GetDashboardsIDOwnersWithHttpInfo(string dashboardID, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of ResourceOwners |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsIDWithHttpInfo(String, String, String)
Retrieve a Dashboard
Declaration
ApiResponse<Dashboard> GetDashboardsIDWithHttpInfo(string dashboardID, string zapTraceSpan = null, string include = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
System. |
include | Includes the cell view properties in the response if set to |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Dashboard |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
GetDashboardsWithHttpInfo(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, String, List<String>, String, String)
List all dashboards
Declaration
ApiResponse<Dashboards> GetDashboardsWithHttpInfo(string zapTraceSpan = null, int? offset = null, int? limit = null, bool? descending = null, string owner = null, string sortBy = null, List<string> id = null, string orgID = null, string org = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
zapTraceSpan | OpenTracing span context (optional) |
System. |
offset | (optional) |
System. |
limit | (optional, default to 20) |
System. |
descending | (optional, default to false) |
System. |
owner | A user identifier. Returns only dashboards where this user has the |
System. |
sortBy | The column to sort by. (optional) |
List<System. |
id | A list of dashboard identifiers. Returns only the listed dashboards. If both |
System. |
orgID | The identifier of the organization. (optional) |
System. |
org | The name of the organization. (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Dashboards |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsID(String, String, PatchDashboardRequest)
Update a dashboard
Declaration
Dashboard PatchDashboardsID(string dashboardID, string zapTraceSpan = null, PatchDashboardRequest patchDashboardRequest = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Patch |
patchDashboardRequest | (optional) |
Returns
Type | Description |
---|---|
Dashboard | Dashboard |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsIDAsync(String, String, PatchDashboardRequest, CancellationToken)
Update a dashboard
Declaration
System.Threading.Tasks.Task<Dashboard> PatchDashboardsIDAsync(string dashboardID, string zapTraceSpan = null, PatchDashboardRequest patchDashboardRequest = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Patch |
patchDashboardRequest | (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of Dashboard |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsIDAsyncWithHttpInfo(String, String, PatchDashboardRequest, CancellationToken)
Update a dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<Dashboard>> PatchDashboardsIDAsyncWithHttpInfo(string dashboardID, string zapTraceSpan = null, PatchDashboardRequest patchDashboardRequest = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Patch |
patchDashboardRequest | (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (Dashboard) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsIDCellsID(String, String, CellUpdate, String)
Update the non-positional information related to a cell
Declaration
Cell PatchDashboardsIDCellsID(string dashboardID, string cellID, CellUpdate cellUpdate, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
cellID | The ID of the cell to update. |
Cell |
cellUpdate | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Cell | Cell |
Remarks
Updates the non positional information related to a cell. Updates to a single cell's positional data could cause grid conflicts.
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsIDCellsIDAsync(String, String, CellUpdate, String, CancellationToken)
Update the non-positional information related to a cell
Declaration
System.Threading.Tasks.Task<Cell> PatchDashboardsIDCellsIDAsync(string dashboardID, string cellID, CellUpdate cellUpdate, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
cellID | The ID of the cell to update. |
Cell |
cellUpdate | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of Cell |
Remarks
Updates the non positional information related to a cell. Updates to a single cell's positional data could cause grid conflicts.
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsIDCellsIDAsyncWithHttpInfo(String, String, CellUpdate, String, CancellationToken)
Update the non-positional information related to a cell
Declaration
System.Threading.Tasks.Task<ApiResponse<Cell>> PatchDashboardsIDCellsIDAsyncWithHttpInfo(string dashboardID, string cellID, CellUpdate cellUpdate, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
cellID | The ID of the cell to update. |
Cell |
cellUpdate | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (Cell) |
Remarks
Updates the non positional information related to a cell. Updates to a single cell's positional data could cause grid conflicts.
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsIDCellsIDView(String, String, View, String)
Update the view for a cell
Declaration
View PatchDashboardsIDCellsIDView(string dashboardID, string cellID, View view, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
cellID | The ID of the cell to update. |
View | view | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
View | View |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsIDCellsIDViewAsync(String, String, View, String, CancellationToken)
Update the view for a cell
Declaration
System.Threading.Tasks.Task<View> PatchDashboardsIDCellsIDViewAsync(string dashboardID, string cellID, View view, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
cellID | The ID of the cell to update. |
View | view | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of View |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsIDCellsIDViewAsyncWithHttpInfo(String, String, View, String, CancellationToken)
Update the view for a cell
Declaration
System.Threading.Tasks.Task<ApiResponse<View>> PatchDashboardsIDCellsIDViewAsyncWithHttpInfo(string dashboardID, string cellID, View view, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
cellID | The ID of the cell to update. |
View | view | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (View) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsIDCellsIDViewWithHttpInfo(String, String, View, String)
Update the view for a cell
Declaration
ApiResponse<View> PatchDashboardsIDCellsIDViewWithHttpInfo(string dashboardID, string cellID, View view, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
cellID | The ID of the cell to update. |
View | view | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of View |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsIDCellsIDWithHttpInfo(String, String, CellUpdate, String)
Update the non-positional information related to a cell
Declaration
ApiResponse<Cell> PatchDashboardsIDCellsIDWithHttpInfo(string dashboardID, string cellID, CellUpdate cellUpdate, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
cellID | The ID of the cell to update. |
Cell |
cellUpdate | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Cell |
Remarks
Updates the non positional information related to a cell. Updates to a single cell's positional data could cause grid conflicts.
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PatchDashboardsIDWithHttpInfo(String, String, PatchDashboardRequest)
Update a dashboard
Declaration
ApiResponse<Dashboard> PatchDashboardsIDWithHttpInfo(string dashboardID, string zapTraceSpan = null, PatchDashboardRequest patchDashboardRequest = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Patch |
patchDashboardRequest | (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Dashboard |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboards(CreateDashboardRequest, String)
Create a dashboard
Declaration
Dashboard PostDashboards(CreateDashboardRequest createDashboardRequest, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
Create |
createDashboardRequest | Dashboard to create |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Dashboard | Dashboard |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsAsync(CreateDashboardRequest, String, CancellationToken)
Create a dashboard
Declaration
System.Threading.Tasks.Task<Dashboard> PostDashboardsAsync(CreateDashboardRequest createDashboardRequest, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
Create |
createDashboardRequest | Dashboard to create |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of Dashboard |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsAsyncWithHttpInfo(CreateDashboardRequest, String, CancellationToken)
Create a dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<Dashboard>> PostDashboardsAsyncWithHttpInfo(CreateDashboardRequest createDashboardRequest, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
Create |
createDashboardRequest | Dashboard to create |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (Dashboard) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDCells(String, CreateCell, String)
Create a dashboard cell
Declaration
Cell PostDashboardsIDCells(string dashboardID, CreateCell createCell, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
Create |
createCell | Cell that will be added |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Cell | Cell |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDCellsAsync(String, CreateCell, String, CancellationToken)
Create a dashboard cell
Declaration
System.Threading.Tasks.Task<Cell> PostDashboardsIDCellsAsync(string dashboardID, CreateCell createCell, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
Create |
createCell | Cell that will be added |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of Cell |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDCellsAsyncWithHttpInfo(String, CreateCell, String, CancellationToken)
Create a dashboard cell
Declaration
System.Threading.Tasks.Task<ApiResponse<Cell>> PostDashboardsIDCellsAsyncWithHttpInfo(string dashboardID, CreateCell createCell, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
Create |
createCell | Cell that will be added |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (Cell) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDCellsWithHttpInfo(String, CreateCell, String)
Create a dashboard cell
Declaration
ApiResponse<Cell> PostDashboardsIDCellsWithHttpInfo(string dashboardID, CreateCell createCell, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
Create |
createCell | Cell that will be added |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Cell |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDLabels(String, LabelMapping, String)
Add a label to a dashboard
Declaration
LabelResponse PostDashboardsIDLabels(string dashboardID, LabelMapping labelMapping, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Label |
labelMapping | Label to add |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Label |
LabelResponse |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDLabelsAsync(String, LabelMapping, String, CancellationToken)
Add a label to a dashboard
Declaration
System.Threading.Tasks.Task<LabelResponse> PostDashboardsIDLabelsAsync(string dashboardID, LabelMapping labelMapping, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Label |
labelMapping | Label to add |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of LabelResponse |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDLabelsAsyncWithHttpInfo(String, LabelMapping, String, CancellationToken)
Add a label to a dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<LabelResponse>> PostDashboardsIDLabelsAsyncWithHttpInfo(string dashboardID, LabelMapping labelMapping, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Label |
labelMapping | Label to add |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (LabelResponse) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDLabelsWithHttpInfo(String, LabelMapping, String)
Add a label to a dashboard
Declaration
ApiResponse<LabelResponse> PostDashboardsIDLabelsWithHttpInfo(string dashboardID, LabelMapping labelMapping, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Label |
labelMapping | Label to add |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of LabelResponse |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDMembers(String, AddResourceMemberRequestBody, String)
Add a member to a dashboard
Declaration
ResourceMember PostDashboardsIDMembers(string dashboardID, AddResourceMemberRequestBody addResourceMemberRequestBody, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Add |
addResourceMemberRequestBody | User to add as member |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Resource |
ResourceMember |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDMembersAsync(String, AddResourceMemberRequestBody, String, CancellationToken)
Add a member to a dashboard
Declaration
System.Threading.Tasks.Task<ResourceMember> PostDashboardsIDMembersAsync(string dashboardID, AddResourceMemberRequestBody addResourceMemberRequestBody, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Add |
addResourceMemberRequestBody | User to add as member |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ResourceMember |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDMembersAsyncWithHttpInfo(String, AddResourceMemberRequestBody, String, CancellationToken)
Add a member to a dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<ResourceMember>> PostDashboardsIDMembersAsyncWithHttpInfo(string dashboardID, AddResourceMemberRequestBody addResourceMemberRequestBody, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Add |
addResourceMemberRequestBody | User to add as member |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (ResourceMember) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDMembersWithHttpInfo(String, AddResourceMemberRequestBody, String)
Add a member to a dashboard
Declaration
ApiResponse<ResourceMember> PostDashboardsIDMembersWithHttpInfo(string dashboardID, AddResourceMemberRequestBody addResourceMemberRequestBody, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Add |
addResourceMemberRequestBody | User to add as member |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of ResourceMember |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDOwners(String, AddResourceMemberRequestBody, String)
Add an owner to a dashboard
Declaration
ResourceOwner PostDashboardsIDOwners(string dashboardID, AddResourceMemberRequestBody addResourceMemberRequestBody, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Add |
addResourceMemberRequestBody | User to add as owner |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Resource |
ResourceOwner |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDOwnersAsync(String, AddResourceMemberRequestBody, String, CancellationToken)
Add an owner to a dashboard
Declaration
System.Threading.Tasks.Task<ResourceOwner> PostDashboardsIDOwnersAsync(string dashboardID, AddResourceMemberRequestBody addResourceMemberRequestBody, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Add |
addResourceMemberRequestBody | User to add as owner |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ResourceOwner |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDOwnersAsyncWithHttpInfo(String, AddResourceMemberRequestBody, String, CancellationToken)
Add an owner to a dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<ResourceOwner>> PostDashboardsIDOwnersAsyncWithHttpInfo(string dashboardID, AddResourceMemberRequestBody addResourceMemberRequestBody, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Add |
addResourceMemberRequestBody | User to add as owner |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (ResourceOwner) |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsIDOwnersWithHttpInfo(String, AddResourceMemberRequestBody, String)
Add an owner to a dashboard
Declaration
ApiResponse<ResourceOwner> PostDashboardsIDOwnersWithHttpInfo(string dashboardID, AddResourceMemberRequestBody addResourceMemberRequestBody, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The dashboard ID. |
Add |
addResourceMemberRequestBody | User to add as owner |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of ResourceOwner |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PostDashboardsWithHttpInfo(CreateDashboardRequest, String)
Create a dashboard
Declaration
ApiResponse<Dashboard> PostDashboardsWithHttpInfo(CreateDashboardRequest createDashboardRequest, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
Create |
createDashboardRequest | Dashboard to create |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Dashboard |
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PutDashboardsIDCells(String, List<Cell>, String)
Replace cells in a dashboard
Declaration
Dashboard PutDashboardsIDCells(string dashboardID, List<Cell> cell, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
List<Cell> | cell | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Dashboard | Dashboard |
Remarks
Replaces all cells in a dashboard. This is used primarily to update the positional information of all cells.
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PutDashboardsIDCellsAsync(String, List<Cell>, String, CancellationToken)
Replace cells in a dashboard
Declaration
System.Threading.Tasks.Task<Dashboard> PutDashboardsIDCellsAsync(string dashboardID, List<Cell> cell, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
List<Cell> | cell | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of Dashboard |
Remarks
Replaces all cells in a dashboard. This is used primarily to update the positional information of all cells.
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PutDashboardsIDCellsAsyncWithHttpInfo(String, List<Cell>, String, CancellationToken)
Replace cells in a dashboard
Declaration
System.Threading.Tasks.Task<ApiResponse<Dashboard>> PutDashboardsIDCellsAsyncWithHttpInfo(string dashboardID, List<Cell> cell, string zapTraceSpan = null, CancellationToken cancellationToken = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
List<Cell> | cell | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Cancellation |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Task of ApiResponse (Dashboard) |
Remarks
Replaces all cells in a dashboard. This is used primarily to update the positional information of all cells.
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |
PutDashboardsIDCellsWithHttpInfo(String, List<Cell>, String)
Replace cells in a dashboard
Declaration
ApiResponse<Dashboard> PutDashboardsIDCellsWithHttpInfo(string dashboardID, List<Cell> cell, string zapTraceSpan = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
dashboardID | The ID of the dashboard to update. |
List<Cell> | cell | |
System. |
zapTraceSpan | OpenTracing span context (optional) |
Returns
Type | Description |
---|---|
Influx |
ApiResponse of Dashboard |
Remarks
Replaces all cells in a dashboard. This is used primarily to update the positional information of all cells.
Exceptions
Type | Condition |
---|---|
Influx |
Thrown when fails to make API call |