1. Packages
  2. Wavefront Provider
  3. API Docs
  4. getDashboards
Wavefront v3.1.8 published on Tuesday, Mar 4, 2025 by Pulumi

wavefront.getDashboards

Explore with Pulumi AI

Wavefront v3.1.8 published on Tuesday, Mar 4, 2025 by Pulumi

Use this data source to get information about all Wavefront dashboards.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as wavefront from "@pulumi/wavefront";

// Get the information about all dashboards.
const example = wavefront.getDashboards({
    limit: 10,
    offset: 0,
});
Copy
import pulumi
import pulumi_wavefront as wavefront

# Get the information about all dashboards.
example = wavefront.get_dashboards(limit=10,
    offset=0)
Copy
package main

import (
	"github.com/pulumi/pulumi-wavefront/sdk/v3/go/wavefront"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		// Get the information about all dashboards.
		_, err := wavefront.GetDashboards(ctx, &wavefront.GetDashboardsArgs{
			Limit:  pulumi.IntRef(10),
			Offset: pulumi.IntRef(0),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Wavefront = Pulumi.Wavefront;

return await Deployment.RunAsync(() => 
{
    // Get the information about all dashboards.
    var example = Wavefront.GetDashboards.Invoke(new()
    {
        Limit = 10,
        Offset = 0,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.wavefront.WavefrontFunctions;
import com.pulumi.wavefront.inputs.GetDashboardsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        // Get the information about all dashboards.
        final var example = WavefrontFunctions.getDashboards(GetDashboardsArgs.builder()
            .limit(10)
            .offset(0)
            .build());

    }
}
Copy
variables:
  # Get the information about all dashboards.
  example:
    fn::invoke:
      function: wavefront:getDashboards
      arguments:
        limit: 10
        offset: 0
Copy

Using getDashboards

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getDashboards(args: GetDashboardsArgs, opts?: InvokeOptions): Promise<GetDashboardsResult>
function getDashboardsOutput(args: GetDashboardsOutputArgs, opts?: InvokeOptions): Output<GetDashboardsResult>
Copy
def get_dashboards(limit: Optional[int] = None,
                   offset: Optional[int] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDashboardsResult
def get_dashboards_output(limit: Optional[pulumi.Input[int]] = None,
                   offset: Optional[pulumi.Input[int]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDashboardsResult]
Copy
func GetDashboards(ctx *Context, args *GetDashboardsArgs, opts ...InvokeOption) (*GetDashboardsResult, error)
func GetDashboardsOutput(ctx *Context, args *GetDashboardsOutputArgs, opts ...InvokeOption) GetDashboardsResultOutput
Copy

> Note: This function is named GetDashboards in the Go SDK.

public static class GetDashboards 
{
    public static Task<GetDashboardsResult> InvokeAsync(GetDashboardsArgs args, InvokeOptions? opts = null)
    public static Output<GetDashboardsResult> Invoke(GetDashboardsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDashboardsResult> getDashboards(GetDashboardsArgs args, InvokeOptions options)
public static Output<GetDashboardsResult> getDashboards(GetDashboardsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: wavefront:index/getDashboards:getDashboards
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Limit int
Limit is the maximum number of results to be returned. Defaults to 100.
Offset int
Offset is the offset from the first result to be returned. Defaults to 0.
Limit int
Limit is the maximum number of results to be returned. Defaults to 100.
Offset int
Offset is the offset from the first result to be returned. Defaults to 0.
limit Integer
Limit is the maximum number of results to be returned. Defaults to 100.
offset Integer
Offset is the offset from the first result to be returned. Defaults to 0.
limit number
Limit is the maximum number of results to be returned. Defaults to 100.
offset number
Offset is the offset from the first result to be returned. Defaults to 0.
limit int
Limit is the maximum number of results to be returned. Defaults to 100.
offset int
Offset is the offset from the first result to be returned. Defaults to 0.
limit Number
Limit is the maximum number of results to be returned. Defaults to 100.
offset Number
Offset is the offset from the first result to be returned. Defaults to 0.

getDashboards Result

The following output properties are available:

Dashboards List<GetDashboardsDashboard>
List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
Id string
The provider-assigned unique ID for this managed resource.
Limit int
Offset int
Dashboards []GetDashboardsDashboard
List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
Id string
The provider-assigned unique ID for this managed resource.
Limit int
Offset int
dashboards List<GetDashboardsDashboard>
List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
id String
The provider-assigned unique ID for this managed resource.
limit Integer
offset Integer
dashboards GetDashboardsDashboard[]
List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
id string
The provider-assigned unique ID for this managed resource.
limit number
offset number
dashboards Sequence[GetDashboardsDashboard]
List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
id str
The provider-assigned unique ID for this managed resource.
limit int
offset int
dashboards List<Property Map>
List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
id String
The provider-assigned unique ID for this managed resource.
limit Number
offset Number

Supporting Types

GetDashboardsDashboard

CanModifies This property is required. List<string>
A list of users that have modify ACL access to the dashboard.
CanViews This property is required. List<string>
A list of users that have view ACL access to the dashboard.
ChartTitleBgColor This property is required. string
ChartTitleColor This property is required. string
ChartTitleScalar This property is required. int
CreatedEpochMillis This property is required. int
CreatorId This property is required. string
Customer This property is required. string
DefaultEndTime This property is required. int
DefaultStartTime This property is required. int
DefaultTimeWindow This property is required. string
Deleted This property is required. bool
Description This property is required. string
Description of the chart.
DisplayDescription This property is required. bool
DisplayQueryParameters This property is required. bool
Whether the dashboard parameters section is opened by default when the dashboard is shown.
DisplaySectionTableOfContents This property is required. bool
Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
EventFilterType This property is required. string
How charts belonging to this dashboard should display events. BYCHART is default if unspecified. Valid options are: BYCHART, AUTOMATIC, ALL, NONE, BYDASHBOARD, and BYCHARTANDDASHBOARD.
EventQuery This property is required. string
Favorite This property is required. bool
Hidden This property is required. bool
Id This property is required. string
Name This property is required. string
The name of the parameters.
NumCharts This property is required. int
NumFavorites This property is required. int
ParameterDetails This property is required. List<GetDashboardsDashboardParameterDetail>
The current JSON representation of dashboard parameters. See parameter details.
Parameters This property is required. Dictionary<string, string>
Sections This property is required. List<GetDashboardsDashboardSection>
SystemOwned This property is required. bool
Tags This property is required. List<string>
A set of tags to assign to this resource.
UpdatedEpochMillis This property is required. int
UpdaterId This property is required. string
Url This property is required. string
Unique identifier, also a URL slug of the dashboard.
ViewsLastDay This property is required. int
ViewsLastMonth This property is required. int
ViewsLastWeek This property is required. int
CanModifies This property is required. []string
A list of users that have modify ACL access to the dashboard.
CanViews This property is required. []string
A list of users that have view ACL access to the dashboard.
ChartTitleBgColor This property is required. string
ChartTitleColor This property is required. string
ChartTitleScalar This property is required. int
CreatedEpochMillis This property is required. int
CreatorId This property is required. string
Customer This property is required. string
DefaultEndTime This property is required. int
DefaultStartTime This property is required. int
DefaultTimeWindow This property is required. string
Deleted This property is required. bool
Description This property is required. string
Description of the chart.
DisplayDescription This property is required. bool
DisplayQueryParameters This property is required. bool
Whether the dashboard parameters section is opened by default when the dashboard is shown.
DisplaySectionTableOfContents This property is required. bool
Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
EventFilterType This property is required. string
How charts belonging to this dashboard should display events. BYCHART is default if unspecified. Valid options are: BYCHART, AUTOMATIC, ALL, NONE, BYDASHBOARD, and BYCHARTANDDASHBOARD.
EventQuery This property is required. string
Favorite This property is required. bool
Hidden This property is required. bool
Id This property is required. string
Name This property is required. string
The name of the parameters.
NumCharts This property is required. int
NumFavorites This property is required. int
ParameterDetails This property is required. []GetDashboardsDashboardParameterDetail
The current JSON representation of dashboard parameters. See parameter details.
Parameters This property is required. map[string]string
Sections This property is required. []GetDashboardsDashboardSection
SystemOwned This property is required. bool
Tags This property is required. []string
A set of tags to assign to this resource.
UpdatedEpochMillis This property is required. int
UpdaterId This property is required. string
Url This property is required. string
Unique identifier, also a URL slug of the dashboard.
ViewsLastDay This property is required. int
ViewsLastMonth This property is required. int
ViewsLastWeek This property is required. int
canModifies This property is required. List<String>
A list of users that have modify ACL access to the dashboard.
canViews This property is required. List<String>
A list of users that have view ACL access to the dashboard.
chartTitleBgColor This property is required. String
chartTitleColor This property is required. String
chartTitleScalar This property is required. Integer
createdEpochMillis This property is required. Integer
creatorId This property is required. String
customer This property is required. String
defaultEndTime This property is required. Integer
defaultStartTime This property is required. Integer
defaultTimeWindow This property is required. String
deleted This property is required. Boolean
description This property is required. String
Description of the chart.
displayDescription This property is required. Boolean
displayQueryParameters This property is required. Boolean
Whether the dashboard parameters section is opened by default when the dashboard is shown.
displaySectionTableOfContents This property is required. Boolean
Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
eventFilterType This property is required. String
How charts belonging to this dashboard should display events. BYCHART is default if unspecified. Valid options are: BYCHART, AUTOMATIC, ALL, NONE, BYDASHBOARD, and BYCHARTANDDASHBOARD.
eventQuery This property is required. String
favorite This property is required. Boolean
hidden This property is required. Boolean
id This property is required. String
name This property is required. String
The name of the parameters.
numCharts This property is required. Integer
numFavorites This property is required. Integer
parameterDetails This property is required. List<GetDashboardsDashboardParameterDetail>
The current JSON representation of dashboard parameters. See parameter details.
parameters This property is required. Map<String,String>
sections This property is required. List<GetDashboardsDashboardSection>
systemOwned This property is required. Boolean
tags This property is required. List<String>
A set of tags to assign to this resource.
updatedEpochMillis This property is required. Integer
updaterId This property is required. String
url This property is required. String
Unique identifier, also a URL slug of the dashboard.
viewsLastDay This property is required. Integer
viewsLastMonth This property is required. Integer
viewsLastWeek This property is required. Integer
canModifies This property is required. string[]
A list of users that have modify ACL access to the dashboard.
canViews This property is required. string[]
A list of users that have view ACL access to the dashboard.
chartTitleBgColor This property is required. string
chartTitleColor This property is required. string
chartTitleScalar This property is required. number
createdEpochMillis This property is required. number
creatorId This property is required. string
customer This property is required. string
defaultEndTime This property is required. number
defaultStartTime This property is required. number
defaultTimeWindow This property is required. string
deleted This property is required. boolean
description This property is required. string
Description of the chart.
displayDescription This property is required. boolean
displayQueryParameters This property is required. boolean
Whether the dashboard parameters section is opened by default when the dashboard is shown.
displaySectionTableOfContents This property is required. boolean
Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
eventFilterType This property is required. string
How charts belonging to this dashboard should display events. BYCHART is default if unspecified. Valid options are: BYCHART, AUTOMATIC, ALL, NONE, BYDASHBOARD, and BYCHARTANDDASHBOARD.
eventQuery This property is required. string
favorite This property is required. boolean
hidden This property is required. boolean
id This property is required. string
name This property is required. string
The name of the parameters.
numCharts This property is required. number
numFavorites This property is required. number
parameterDetails This property is required. GetDashboardsDashboardParameterDetail[]
The current JSON representation of dashboard parameters. See parameter details.
parameters This property is required. {[key: string]: string}
sections This property is required. GetDashboardsDashboardSection[]
systemOwned This property is required. boolean
tags This property is required. string[]
A set of tags to assign to this resource.
updatedEpochMillis This property is required. number
updaterId This property is required. string
url This property is required. string
Unique identifier, also a URL slug of the dashboard.
viewsLastDay This property is required. number
viewsLastMonth This property is required. number
viewsLastWeek This property is required. number
can_modifies This property is required. Sequence[str]
A list of users that have modify ACL access to the dashboard.
can_views This property is required. Sequence[str]
A list of users that have view ACL access to the dashboard.
chart_title_bg_color This property is required. str
chart_title_color This property is required. str
chart_title_scalar This property is required. int
created_epoch_millis This property is required. int
creator_id This property is required. str
customer This property is required. str
default_end_time This property is required. int
default_start_time This property is required. int
default_time_window This property is required. str
deleted This property is required. bool
description This property is required. str
Description of the chart.
display_description This property is required. bool
display_query_parameters This property is required. bool
Whether the dashboard parameters section is opened by default when the dashboard is shown.
display_section_table_of_contents This property is required. bool
Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
event_filter_type This property is required. str
How charts belonging to this dashboard should display events. BYCHART is default if unspecified. Valid options are: BYCHART, AUTOMATIC, ALL, NONE, BYDASHBOARD, and BYCHARTANDDASHBOARD.
event_query This property is required. str
favorite This property is required. bool
hidden This property is required. bool
id This property is required. str
name This property is required. str
The name of the parameters.
num_charts This property is required. int
num_favorites This property is required. int
parameter_details This property is required. Sequence[GetDashboardsDashboardParameterDetail]
The current JSON representation of dashboard parameters. See parameter details.
parameters This property is required. Mapping[str, str]
sections This property is required. Sequence[GetDashboardsDashboardSection]
system_owned This property is required. bool
tags This property is required. Sequence[str]
A set of tags to assign to this resource.
updated_epoch_millis This property is required. int
updater_id This property is required. str
url This property is required. str
Unique identifier, also a URL slug of the dashboard.
views_last_day This property is required. int
views_last_month This property is required. int
views_last_week This property is required. int
canModifies This property is required. List<String>
A list of users that have modify ACL access to the dashboard.
canViews This property is required. List<String>
A list of users that have view ACL access to the dashboard.
chartTitleBgColor This property is required. String
chartTitleColor This property is required. String
chartTitleScalar This property is required. Number
createdEpochMillis This property is required. Number
creatorId This property is required. String
customer This property is required. String
defaultEndTime This property is required. Number
defaultStartTime This property is required. Number
defaultTimeWindow This property is required. String
deleted This property is required. Boolean
description This property is required. String
Description of the chart.
displayDescription This property is required. Boolean
displayQueryParameters This property is required. Boolean
Whether the dashboard parameters section is opened by default when the dashboard is shown.
displaySectionTableOfContents This property is required. Boolean
Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
eventFilterType This property is required. String
How charts belonging to this dashboard should display events. BYCHART is default if unspecified. Valid options are: BYCHART, AUTOMATIC, ALL, NONE, BYDASHBOARD, and BYCHARTANDDASHBOARD.
eventQuery This property is required. String
favorite This property is required. Boolean
hidden This property is required. Boolean
id This property is required. String
name This property is required. String
The name of the parameters.
numCharts This property is required. Number
numFavorites This property is required. Number
parameterDetails This property is required. List<Property Map>
The current JSON representation of dashboard parameters. See parameter details.
parameters This property is required. Map<String>
sections This property is required. List<Property Map>
systemOwned This property is required. Boolean
tags This property is required. List<String>
A set of tags to assign to this resource.
updatedEpochMillis This property is required. Number
updaterId This property is required. String
url This property is required. String
Unique identifier, also a URL slug of the dashboard.
viewsLastDay This property is required. Number
viewsLastMonth This property is required. Number
viewsLastWeek This property is required. Number

GetDashboardsDashboardParameterDetail

DefaultValue This property is required. string
The default value of the parameter.
DynamicFieldType This property is required. string
For DYNAMIC parameter types, the type of the field. Valid options are SOURCE, SOURCE_TAG, METRIC_NAME, TAG_KEY, and MATCHING_SOURCE_TAG.
HideFromView This property is required. bool
If true the parameter will only be shown on the edit view of the dashboard.
Label This property is required. string
The label for the parameter.
ParameterType This property is required. string
The type of the parameter. SIMPLE, LIST, or DYNAMIC.
QueryValue This property is required. string
For DYNAMIC parameter types, the query to execute to return values.
TagKey This property is required. string
For TAG_KEY dynamic field types, the tag key to return.
ValuesToReadableStrings This property is required. Dictionary<string, string>
A string to string map. At least one of the keys must match the value of default_value.
DefaultValue This property is required. string
The default value of the parameter.
DynamicFieldType This property is required. string
For DYNAMIC parameter types, the type of the field. Valid options are SOURCE, SOURCE_TAG, METRIC_NAME, TAG_KEY, and MATCHING_SOURCE_TAG.
HideFromView This property is required. bool
If true the parameter will only be shown on the edit view of the dashboard.
Label This property is required. string
The label for the parameter.
ParameterType This property is required. string
The type of the parameter. SIMPLE, LIST, or DYNAMIC.
QueryValue This property is required. string
For DYNAMIC parameter types, the query to execute to return values.
TagKey This property is required. string
For TAG_KEY dynamic field types, the tag key to return.
ValuesToReadableStrings This property is required. map[string]string
A string to string map. At least one of the keys must match the value of default_value.
defaultValue This property is required. String
The default value of the parameter.
dynamicFieldType This property is required. String
For DYNAMIC parameter types, the type of the field. Valid options are SOURCE, SOURCE_TAG, METRIC_NAME, TAG_KEY, and MATCHING_SOURCE_TAG.
hideFromView This property is required. Boolean
If true the parameter will only be shown on the edit view of the dashboard.
label This property is required. String
The label for the parameter.
parameterType This property is required. String
The type of the parameter. SIMPLE, LIST, or DYNAMIC.
queryValue This property is required. String
For DYNAMIC parameter types, the query to execute to return values.
tagKey This property is required. String
For TAG_KEY dynamic field types, the tag key to return.
valuesToReadableStrings This property is required. Map<String,String>
A string to string map. At least one of the keys must match the value of default_value.
defaultValue This property is required. string
The default value of the parameter.
dynamicFieldType This property is required. string
For DYNAMIC parameter types, the type of the field. Valid options are SOURCE, SOURCE_TAG, METRIC_NAME, TAG_KEY, and MATCHING_SOURCE_TAG.
hideFromView This property is required. boolean
If true the parameter will only be shown on the edit view of the dashboard.
label This property is required. string
The label for the parameter.
parameterType This property is required. string
The type of the parameter. SIMPLE, LIST, or DYNAMIC.
queryValue This property is required. string
For DYNAMIC parameter types, the query to execute to return values.
tagKey This property is required. string
For TAG_KEY dynamic field types, the tag key to return.
valuesToReadableStrings This property is required. {[key: string]: string}
A string to string map. At least one of the keys must match the value of default_value.
default_value This property is required. str
The default value of the parameter.
dynamic_field_type This property is required. str
For DYNAMIC parameter types, the type of the field. Valid options are SOURCE, SOURCE_TAG, METRIC_NAME, TAG_KEY, and MATCHING_SOURCE_TAG.
hide_from_view This property is required. bool
If true the parameter will only be shown on the edit view of the dashboard.
label This property is required. str
The label for the parameter.
parameter_type This property is required. str
The type of the parameter. SIMPLE, LIST, or DYNAMIC.
query_value This property is required. str
For DYNAMIC parameter types, the query to execute to return values.
tag_key This property is required. str
For TAG_KEY dynamic field types, the tag key to return.
values_to_readable_strings This property is required. Mapping[str, str]
A string to string map. At least one of the keys must match the value of default_value.
defaultValue This property is required. String
The default value of the parameter.
dynamicFieldType This property is required. String
For DYNAMIC parameter types, the type of the field. Valid options are SOURCE, SOURCE_TAG, METRIC_NAME, TAG_KEY, and MATCHING_SOURCE_TAG.
hideFromView This property is required. Boolean
If true the parameter will only be shown on the edit view of the dashboard.
label This property is required. String
The label for the parameter.
parameterType This property is required. String
The type of the parameter. SIMPLE, LIST, or DYNAMIC.
queryValue This property is required. String
For DYNAMIC parameter types, the query to execute to return values.
tagKey This property is required. String
For TAG_KEY dynamic field types, the tag key to return.
valuesToReadableStrings This property is required. Map<String>
A string to string map. At least one of the keys must match the value of default_value.

GetDashboardsDashboardSection

Name This property is required. string
The name of the parameters.
Rows This property is required. List<GetDashboardsDashboardSectionRow>
Name This property is required. string
The name of the parameters.
Rows This property is required. []GetDashboardsDashboardSectionRow
name This property is required. String
The name of the parameters.
rows This property is required. List<GetDashboardsDashboardSectionRow>
name This property is required. string
The name of the parameters.
rows This property is required. GetDashboardsDashboardSectionRow[]
name This property is required. str
The name of the parameters.
rows This property is required. Sequence[GetDashboardsDashboardSectionRow]
name This property is required. String
The name of the parameters.
rows This property is required. List<Property Map>

GetDashboardsDashboardSectionRow

Charts This property is required. List<GetDashboardsDashboardSectionRowChart>
HeightFactor This property is required. int
Name This property is required. string
The name of the parameters.
Charts This property is required. []GetDashboardsDashboardSectionRowChart
HeightFactor This property is required. int
Name This property is required. string
The name of the parameters.
charts This property is required. List<GetDashboardsDashboardSectionRowChart>
heightFactor This property is required. Integer
name This property is required. String
The name of the parameters.
charts This property is required. GetDashboardsDashboardSectionRowChart[]
heightFactor This property is required. number
name This property is required. string
The name of the parameters.
charts This property is required. Sequence[GetDashboardsDashboardSectionRowChart]
height_factor This property is required. int
name This property is required. str
The name of the parameters.
charts This property is required. List<Property Map>
heightFactor This property is required. Number
name This property is required. String
The name of the parameters.

GetDashboardsDashboardSectionRowChart

Base This property is required. int
The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
ChartAttributes This property is required. string
ChartSettings This property is required. List<GetDashboardsDashboardSectionRowChartChartSetting>
Description This property is required. string
Description of the chart.
IncludeObsoleteMetrics This property is required. bool
InterpolatePointsKey This property is required. bool
Name This property is required. string
The name of the parameters.
NoDefaultEvents This property is required. bool
Sources This property is required. List<GetDashboardsDashboardSectionRowChartSource>
Summarization This property is required. string
Summarization strategy for the chart. MEAN is default.
Units This property is required. string
String to label the units of the chart on the Y-Axis.
Base This property is required. int
The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
ChartAttributes This property is required. string
ChartSettings This property is required. []GetDashboardsDashboardSectionRowChartChartSetting
Description This property is required. string
Description of the chart.
IncludeObsoleteMetrics This property is required. bool
InterpolatePointsKey This property is required. bool
Name This property is required. string
The name of the parameters.
NoDefaultEvents This property is required. bool
Sources This property is required. []GetDashboardsDashboardSectionRowChartSource
Summarization This property is required. string
Summarization strategy for the chart. MEAN is default.
Units This property is required. string
String to label the units of the chart on the Y-Axis.
base This property is required. Integer
The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
chartAttributes This property is required. String
chartSettings This property is required. List<GetDashboardsDashboardSectionRowChartChartSetting>
description This property is required. String
Description of the chart.
includeObsoleteMetrics This property is required. Boolean
interpolatePointsKey This property is required. Boolean
name This property is required. String
The name of the parameters.
noDefaultEvents This property is required. Boolean
sources This property is required. List<GetDashboardsDashboardSectionRowChartSource>
summarization This property is required. String
Summarization strategy for the chart. MEAN is default.
units This property is required. String
String to label the units of the chart on the Y-Axis.
base This property is required. number
The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
chartAttributes This property is required. string
chartSettings This property is required. GetDashboardsDashboardSectionRowChartChartSetting[]
description This property is required. string
Description of the chart.
includeObsoleteMetrics This property is required. boolean
interpolatePointsKey This property is required. boolean
name This property is required. string
The name of the parameters.
noDefaultEvents This property is required. boolean
sources This property is required. GetDashboardsDashboardSectionRowChartSource[]
summarization This property is required. string
Summarization strategy for the chart. MEAN is default.
units This property is required. string
String to label the units of the chart on the Y-Axis.
base This property is required. int
The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
chart_attributes This property is required. str
chart_settings This property is required. Sequence[GetDashboardsDashboardSectionRowChartChartSetting]
description This property is required. str
Description of the chart.
include_obsolete_metrics This property is required. bool
interpolate_points_key This property is required. bool
name This property is required. str
The name of the parameters.
no_default_events This property is required. bool
sources This property is required. Sequence[GetDashboardsDashboardSectionRowChartSource]
summarization This property is required. str
Summarization strategy for the chart. MEAN is default.
units This property is required. str
String to label the units of the chart on the Y-Axis.
base This property is required. Number
The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
chartAttributes This property is required. String
chartSettings This property is required. List<Property Map>
description This property is required. String
Description of the chart.
includeObsoleteMetrics This property is required. Boolean
interpolatePointsKey This property is required. Boolean
name This property is required. String
The name of the parameters.
noDefaultEvents This property is required. Boolean
sources This property is required. List<Property Map>
summarization This property is required. String
Summarization strategy for the chart. MEAN is default.
units This property is required. String
String to label the units of the chart on the Y-Axis.

GetDashboardsDashboardSectionRowChartChartSetting

AutoColumnTags This property is required. bool
This setting is deprecated.
ColumnTags This property is required. string
This setting is deprecated.
CustomTags This property is required. List<string>
For the tabular view, a list of point tags to display when using the custom tag display mode.
ExpectedDataSpacing This property is required. int
Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
FixedLegendDisplayStats This property is required. List<string>
(Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
FixedLegendEnabled This property is required. bool
(Optional) Whether to enable a fixed tabular legend adjacent to the chart.
FixedLegendFilterField This property is required. string
(Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are CURRENT, MEAN, MEDIAN, SUM, MIN, MAX, and COUNT.
FixedLegendFilterLimit This property is required. int
(Optional) Number of series to include in the fixed legend.
FixedLegendFilterSort This property is required. string
(Optional) Whether to display TOP or BOTTOM ranked series in a fixed legend. Valid options are TOP, and BOTTOM.
FixedLegendHideLabel This property is required. bool
(Optional) This setting is deprecated.
FixedLegendPosition This property is required. string
(Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are RIGHT, TOP, LEFT, BOTTOM.
FixedLegendUseRawStats This property is required. bool
(Optional) If true, the legend uses non-summarized stats instead of summarized.
GroupBySource This property is required. bool
For the tabular view, whether to group multi metrics into a single row by a common source. If set to false, each source is displayed in its own row. If set to true, multiple metrics for the same host are displayed as different columns in the same row.
InvertDynamicLegendHoverControl This property is required. bool
(Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
LineType This property is required. string
Plot interpolation type. linear is default. Valid options are linear, step-before, step-after, basis, cardinal, and monotone.
Max This property is required. double
Max value of the Y-axis. Set to null or leave blank for auto.
Min This property is required. double
Min value of the Y-axis. Set to null or leave blank for auto.
NumTags This property is required. int
For the tabular view defines how many point tags to display.
PlainMarkdownContent This property is required. string
The markdown content for a Markdown display, in plain text.
ShowHosts This property is required. bool
For the tabular view, whether to display sources. Default is true.
ShowLabels This property is required. bool
For the tabular view, whether to display labels. Default is true.
ShowRawValues This property is required. bool
For the tabular view, whether to display raw values. Default is false.
SortValuesDescending This property is required. bool
For the tabular view, whether to display values in descending order. Default is false.
SparklineDecimalPrecision This property is required. int
For the single stat view, the decimal precision of the displayed number.
SparklineDisplayColor This property is required. string
For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
SparklineDisplayFontSize This property is required. string
For the single stat view, the font size of the displayed text, in percent.
SparklineDisplayHorizontalPosition This property is required. string
For the single stat view, the horizontal position of the displayed text. Valid options are MIDDLE, LEFT, RIGHT.
SparklineDisplayPostfix This property is required. string
For the single stat view, a string to append to the displayed text.
SparklineDisplayPrefix This property is required. string
For the single stat view, a string to add before the displayed text.
SparklineDisplayValueType This property is required. string
For the single stat view, where to display the name of the query or the value of the query. Valid options are VALUE or LABEL.
SparklineDisplayVerticalPosition This property is required. string
This setting is deprecated.
SparklineFillColor This property is required. string
For the single stat view, the color of the background fill. Values should be in RGBA format.
SparklineLineColor This property is required. string
For the single stat view, the color of the line. Values should be in RGBA format.
SparklineSize This property is required. string
For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are BACKGROUND, BOTTOM, NONE.
SparklineValueColorMapApplyTo This property is required. string
For the single stat view, whether to apply dynamic color settings to the displayed TEXT or BACKGROUND. Valid options are TEXT or BACKGROUND.
SparklineValueColorMapColors This property is required. List<string>
For the single stat view, a list of colors that differing query values map to. Must contain one more element than sparkline_value_color_map_values_v2. Values should be in RGBA format.
SparklineValueColorMapValues This property is required. List<int>
This setting is deprecated.
SparklineValueColorMapValuesV2s This property is required. List<double>
For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than sparkline_value_color_map_colors.
SparklineValueTextMapTexts This property is required. List<string>
For the single stat view, a list of display text values that different query values map to. Must contain one more element than sparkline_value_text_map_thresholds.
SparklineValueTextMapThresholds This property is required. List<double>
For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than sparkline_value_text_map_text.
StackType This property is required. string
Type of stacked chart (applicable only if chart type is stacked). zero (default) means stacked from y=0. expand means normalized from 0 to 1. wiggle means minimize weighted changes. silhouette means to center the stream. Valid options are zero, expand, wiggle, silhouette, and bars.
TagMode This property is required. string
For the tabular view, which mode to use to determine which point tags to display. Valid options are all, top, or custom.
TimeBasedColoring This property is required. bool
For x-y scatterplots, whether to color more recent points as darker than older points.
Type This property is required. string
Chart Type. line refers to the Line Plot, scatter to the Point Plot, stacked-area to the Stacked Area plot, table to the Tabular View, scatterplot-xy to Scatter Plot, markdown-widget to the Markdown display, and sparkline to the Single Stat view. Valid options areline, scatterplot, stacked-area, stacked-column, table, scatterplot-xy, markdown-widget, sparkline, globe, nodemap, top-k, status-list, and histogram.
WindowSize This property is required. int
Width, in minutes, of the time window to use for last windowing.
Windowing This property is required. string
For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are full or last.
Xmax This property is required. double
For x-y scatterplots, max value for the X-axis. Set to null for auto.
Xmin This property is required. double
For x-y scatterplots, min value for the X-axis. Set to null for auto.
Y0ScaleSiBy1024 This property is required. bool
Y0UnitAutoscaling This property is required. bool
(Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
Y1Max This property is required. double
Y1Min This property is required. double
Y1ScaleSiBy1024 This property is required. bool
Y1UnitAutoscaling This property is required. bool
(Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
Y1Units This property is required. string
For plots with multiple Y-axes, units for right side Y-axis.
Ymax This property is required. double
For x-y scatterplots, max value for the Y-axis. Set to null for auto.
Ymin This property is required. double
For x-y scatterplots, min value for the Y-axis. Set to null for auto.
AutoColumnTags This property is required. bool
This setting is deprecated.
ColumnTags This property is required. string
This setting is deprecated.
CustomTags This property is required. []string
For the tabular view, a list of point tags to display when using the custom tag display mode.
ExpectedDataSpacing This property is required. int
Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
FixedLegendDisplayStats This property is required. []string
(Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
FixedLegendEnabled This property is required. bool
(Optional) Whether to enable a fixed tabular legend adjacent to the chart.
FixedLegendFilterField This property is required. string
(Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are CURRENT, MEAN, MEDIAN, SUM, MIN, MAX, and COUNT.
FixedLegendFilterLimit This property is required. int
(Optional) Number of series to include in the fixed legend.
FixedLegendFilterSort This property is required. string
(Optional) Whether to display TOP or BOTTOM ranked series in a fixed legend. Valid options are TOP, and BOTTOM.
FixedLegendHideLabel This property is required. bool
(Optional) This setting is deprecated.
FixedLegendPosition This property is required. string
(Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are RIGHT, TOP, LEFT, BOTTOM.
FixedLegendUseRawStats This property is required. bool
(Optional) If true, the legend uses non-summarized stats instead of summarized.
GroupBySource This property is required. bool
For the tabular view, whether to group multi metrics into a single row by a common source. If set to false, each source is displayed in its own row. If set to true, multiple metrics for the same host are displayed as different columns in the same row.
InvertDynamicLegendHoverControl This property is required. bool
(Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
LineType This property is required. string
Plot interpolation type. linear is default. Valid options are linear, step-before, step-after, basis, cardinal, and monotone.
Max This property is required. float64
Max value of the Y-axis. Set to null or leave blank for auto.
Min This property is required. float64
Min value of the Y-axis. Set to null or leave blank for auto.
NumTags This property is required. int
For the tabular view defines how many point tags to display.
PlainMarkdownContent This property is required. string
The markdown content for a Markdown display, in plain text.
ShowHosts This property is required. bool
For the tabular view, whether to display sources. Default is true.
ShowLabels This property is required. bool
For the tabular view, whether to display labels. Default is true.
ShowRawValues This property is required. bool
For the tabular view, whether to display raw values. Default is false.
SortValuesDescending This property is required. bool
For the tabular view, whether to display values in descending order. Default is false.
SparklineDecimalPrecision This property is required. int
For the single stat view, the decimal precision of the displayed number.
SparklineDisplayColor This property is required. string
For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
SparklineDisplayFontSize This property is required. string
For the single stat view, the font size of the displayed text, in percent.
SparklineDisplayHorizontalPosition This property is required. string
For the single stat view, the horizontal position of the displayed text. Valid options are MIDDLE, LEFT, RIGHT.
SparklineDisplayPostfix This property is required. string
For the single stat view, a string to append to the displayed text.
SparklineDisplayPrefix This property is required. string
For the single stat view, a string to add before the displayed text.
SparklineDisplayValueType This property is required. string
For the single stat view, where to display the name of the query or the value of the query. Valid options are VALUE or LABEL.
SparklineDisplayVerticalPosition This property is required. string
This setting is deprecated.
SparklineFillColor This property is required. string
For the single stat view, the color of the background fill. Values should be in RGBA format.
SparklineLineColor This property is required. string
For the single stat view, the color of the line. Values should be in RGBA format.
SparklineSize This property is required. string
For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are BACKGROUND, BOTTOM, NONE.
SparklineValueColorMapApplyTo This property is required. string
For the single stat view, whether to apply dynamic color settings to the displayed TEXT or BACKGROUND. Valid options are TEXT or BACKGROUND.
SparklineValueColorMapColors This property is required. []string
For the single stat view, a list of colors that differing query values map to. Must contain one more element than sparkline_value_color_map_values_v2. Values should be in RGBA format.
SparklineValueColorMapValues This property is required. []int
This setting is deprecated.
SparklineValueColorMapValuesV2s This property is required. []float64
For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than sparkline_value_color_map_colors.
SparklineValueTextMapTexts This property is required. []string
For the single stat view, a list of display text values that different query values map to. Must contain one more element than sparkline_value_text_map_thresholds.
SparklineValueTextMapThresholds This property is required. []float64
For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than sparkline_value_text_map_text.
StackType This property is required. string
Type of stacked chart (applicable only if chart type is stacked). zero (default) means stacked from y=0. expand means normalized from 0 to 1. wiggle means minimize weighted changes. silhouette means to center the stream. Valid options are zero, expand, wiggle, silhouette, and bars.
TagMode This property is required. string
For the tabular view, which mode to use to determine which point tags to display. Valid options are all, top, or custom.
TimeBasedColoring This property is required. bool
For x-y scatterplots, whether to color more recent points as darker than older points.
Type This property is required. string
Chart Type. line refers to the Line Plot, scatter to the Point Plot, stacked-area to the Stacked Area plot, table to the Tabular View, scatterplot-xy to Scatter Plot, markdown-widget to the Markdown display, and sparkline to the Single Stat view. Valid options areline, scatterplot, stacked-area, stacked-column, table, scatterplot-xy, markdown-widget, sparkline, globe, nodemap, top-k, status-list, and histogram.
WindowSize This property is required. int
Width, in minutes, of the time window to use for last windowing.
Windowing This property is required. string
For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are full or last.
Xmax This property is required. float64
For x-y scatterplots, max value for the X-axis. Set to null for auto.
Xmin This property is required. float64
For x-y scatterplots, min value for the X-axis. Set to null for auto.
Y0ScaleSiBy1024 This property is required. bool
Y0UnitAutoscaling This property is required. bool
(Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
Y1Max This property is required. float64
Y1Min This property is required. float64
Y1ScaleSiBy1024 This property is required. bool
Y1UnitAutoscaling This property is required. bool
(Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
Y1Units This property is required. string
For plots with multiple Y-axes, units for right side Y-axis.
Ymax This property is required. float64
For x-y scatterplots, max value for the Y-axis. Set to null for auto.
Ymin This property is required. float64
For x-y scatterplots, min value for the Y-axis. Set to null for auto.
autoColumnTags This property is required. Boolean
This setting is deprecated.
columnTags This property is required. String
This setting is deprecated.
customTags This property is required. List<String>
For the tabular view, a list of point tags to display when using the custom tag display mode.
expectedDataSpacing This property is required. Integer
Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
fixedLegendDisplayStats This property is required. List<String>
(Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
fixedLegendEnabled This property is required. Boolean
(Optional) Whether to enable a fixed tabular legend adjacent to the chart.
fixedLegendFilterField This property is required. String
(Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are CURRENT, MEAN, MEDIAN, SUM, MIN, MAX, and COUNT.
fixedLegendFilterLimit This property is required. Integer
(Optional) Number of series to include in the fixed legend.
fixedLegendFilterSort This property is required. String
(Optional) Whether to display TOP or BOTTOM ranked series in a fixed legend. Valid options are TOP, and BOTTOM.
fixedLegendHideLabel This property is required. Boolean
(Optional) This setting is deprecated.
fixedLegendPosition This property is required. String
(Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are RIGHT, TOP, LEFT, BOTTOM.
fixedLegendUseRawStats This property is required. Boolean
(Optional) If true, the legend uses non-summarized stats instead of summarized.
groupBySource This property is required. Boolean
For the tabular view, whether to group multi metrics into a single row by a common source. If set to false, each source is displayed in its own row. If set to true, multiple metrics for the same host are displayed as different columns in the same row.
invertDynamicLegendHoverControl This property is required. Boolean
(Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
lineType This property is required. String
Plot interpolation type. linear is default. Valid options are linear, step-before, step-after, basis, cardinal, and monotone.
max This property is required. Double
Max value of the Y-axis. Set to null or leave blank for auto.
min This property is required. Double
Min value of the Y-axis. Set to null or leave blank for auto.
numTags This property is required. Integer
For the tabular view defines how many point tags to display.
plainMarkdownContent This property is required. String
The markdown content for a Markdown display, in plain text.
showHosts This property is required. Boolean
For the tabular view, whether to display sources. Default is true.
showLabels This property is required. Boolean
For the tabular view, whether to display labels. Default is true.
showRawValues This property is required. Boolean
For the tabular view, whether to display raw values. Default is false.
sortValuesDescending This property is required. Boolean
For the tabular view, whether to display values in descending order. Default is false.
sparklineDecimalPrecision This property is required. Integer
For the single stat view, the decimal precision of the displayed number.
sparklineDisplayColor This property is required. String
For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
sparklineDisplayFontSize This property is required. String
For the single stat view, the font size of the displayed text, in percent.
sparklineDisplayHorizontalPosition This property is required. String
For the single stat view, the horizontal position of the displayed text. Valid options are MIDDLE, LEFT, RIGHT.
sparklineDisplayPostfix This property is required. String
For the single stat view, a string to append to the displayed text.
sparklineDisplayPrefix This property is required. String
For the single stat view, a string to add before the displayed text.
sparklineDisplayValueType This property is required. String
For the single stat view, where to display the name of the query or the value of the query. Valid options are VALUE or LABEL.
sparklineDisplayVerticalPosition This property is required. String
This setting is deprecated.
sparklineFillColor This property is required. String
For the single stat view, the color of the background fill. Values should be in RGBA format.
sparklineLineColor This property is required. String
For the single stat view, the color of the line. Values should be in RGBA format.
sparklineSize This property is required. String
For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are BACKGROUND, BOTTOM, NONE.
sparklineValueColorMapApplyTo This property is required. String
For the single stat view, whether to apply dynamic color settings to the displayed TEXT or BACKGROUND. Valid options are TEXT or BACKGROUND.
sparklineValueColorMapColors This property is required. List<String>
For the single stat view, a list of colors that differing query values map to. Must contain one more element than sparkline_value_color_map_values_v2. Values should be in RGBA format.
sparklineValueColorMapValues This property is required. List<Integer>
This setting is deprecated.
sparklineValueColorMapValuesV2s This property is required. List<Double>
For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than sparkline_value_color_map_colors.
sparklineValueTextMapTexts This property is required. List<String>
For the single stat view, a list of display text values that different query values map to. Must contain one more element than sparkline_value_text_map_thresholds.
sparklineValueTextMapThresholds This property is required. List<Double>
For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than sparkline_value_text_map_text.
stackType This property is required. String
Type of stacked chart (applicable only if chart type is stacked). zero (default) means stacked from y=0. expand means normalized from 0 to 1. wiggle means minimize weighted changes. silhouette means to center the stream. Valid options are zero, expand, wiggle, silhouette, and bars.
tagMode This property is required. String
For the tabular view, which mode to use to determine which point tags to display. Valid options are all, top, or custom.
timeBasedColoring This property is required. Boolean
For x-y scatterplots, whether to color more recent points as darker than older points.
type This property is required. String
Chart Type. line refers to the Line Plot, scatter to the Point Plot, stacked-area to the Stacked Area plot, table to the Tabular View, scatterplot-xy to Scatter Plot, markdown-widget to the Markdown display, and sparkline to the Single Stat view. Valid options areline, scatterplot, stacked-area, stacked-column, table, scatterplot-xy, markdown-widget, sparkline, globe, nodemap, top-k, status-list, and histogram.
windowSize This property is required. Integer
Width, in minutes, of the time window to use for last windowing.
windowing This property is required. String
For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are full or last.
xmax This property is required. Double
For x-y scatterplots, max value for the X-axis. Set to null for auto.
xmin This property is required. Double
For x-y scatterplots, min value for the X-axis. Set to null for auto.
y0ScaleSiBy1024 This property is required. Boolean
y0UnitAutoscaling This property is required. Boolean
(Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
y1Max This property is required. Double
y1Min This property is required. Double
y1ScaleSiBy1024 This property is required. Boolean
y1UnitAutoscaling This property is required. Boolean
(Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
y1Units This property is required. String
For plots with multiple Y-axes, units for right side Y-axis.
ymax This property is required. Double
For x-y scatterplots, max value for the Y-axis. Set to null for auto.
ymin This property is required. Double
For x-y scatterplots, min value for the Y-axis. Set to null for auto.
autoColumnTags This property is required. boolean
This setting is deprecated.
columnTags This property is required. string
This setting is deprecated.
customTags This property is required. string[]
For the tabular view, a list of point tags to display when using the custom tag display mode.
expectedDataSpacing This property is required. number
Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
fixedLegendDisplayStats This property is required. string[]
(Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
fixedLegendEnabled This property is required. boolean
(Optional) Whether to enable a fixed tabular legend adjacent to the chart.
fixedLegendFilterField This property is required. string
(Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are CURRENT, MEAN, MEDIAN, SUM, MIN, MAX, and COUNT.
fixedLegendFilterLimit This property is required. number
(Optional) Number of series to include in the fixed legend.
fixedLegendFilterSort This property is required. string
(Optional) Whether to display TOP or BOTTOM ranked series in a fixed legend. Valid options are TOP, and BOTTOM.
fixedLegendHideLabel This property is required. boolean
(Optional) This setting is deprecated.
fixedLegendPosition This property is required. string
(Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are RIGHT, TOP, LEFT, BOTTOM.
fixedLegendUseRawStats This property is required. boolean
(Optional) If true, the legend uses non-summarized stats instead of summarized.
groupBySource This property is required. boolean
For the tabular view, whether to group multi metrics into a single row by a common source. If set to false, each source is displayed in its own row. If set to true, multiple metrics for the same host are displayed as different columns in the same row.
invertDynamicLegendHoverControl This property is required. boolean
(Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
lineType This property is required. string
Plot interpolation type. linear is default. Valid options are linear, step-before, step-after, basis, cardinal, and monotone.
max This property is required. number
Max value of the Y-axis. Set to null or leave blank for auto.
min This property is required. number
Min value of the Y-axis. Set to null or leave blank for auto.
numTags This property is required. number
For the tabular view defines how many point tags to display.
plainMarkdownContent This property is required. string
The markdown content for a Markdown display, in plain text.
showHosts This property is required. boolean
For the tabular view, whether to display sources. Default is true.
showLabels This property is required. boolean
For the tabular view, whether to display labels. Default is true.
showRawValues This property is required. boolean
For the tabular view, whether to display raw values. Default is false.
sortValuesDescending This property is required. boolean
For the tabular view, whether to display values in descending order. Default is false.
sparklineDecimalPrecision This property is required. number
For the single stat view, the decimal precision of the displayed number.
sparklineDisplayColor This property is required. string
For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
sparklineDisplayFontSize This property is required. string
For the single stat view, the font size of the displayed text, in percent.
sparklineDisplayHorizontalPosition This property is required. string
For the single stat view, the horizontal position of the displayed text. Valid options are MIDDLE, LEFT, RIGHT.
sparklineDisplayPostfix This property is required. string
For the single stat view, a string to append to the displayed text.
sparklineDisplayPrefix This property is required. string
For the single stat view, a string to add before the displayed text.
sparklineDisplayValueType This property is required. string
For the single stat view, where to display the name of the query or the value of the query. Valid options are VALUE or LABEL.
sparklineDisplayVerticalPosition This property is required. string
This setting is deprecated.
sparklineFillColor This property is required. string
For the single stat view, the color of the background fill. Values should be in RGBA format.
sparklineLineColor This property is required. string
For the single stat view, the color of the line. Values should be in RGBA format.
sparklineSize This property is required. string
For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are BACKGROUND, BOTTOM, NONE.
sparklineValueColorMapApplyTo This property is required. string
For the single stat view, whether to apply dynamic color settings to the displayed TEXT or BACKGROUND. Valid options are TEXT or BACKGROUND.
sparklineValueColorMapColors This property is required. string[]
For the single stat view, a list of colors that differing query values map to. Must contain one more element than sparkline_value_color_map_values_v2. Values should be in RGBA format.
sparklineValueColorMapValues This property is required. number[]
This setting is deprecated.
sparklineValueColorMapValuesV2s This property is required. number[]
For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than sparkline_value_color_map_colors.
sparklineValueTextMapTexts This property is required. string[]
For the single stat view, a list of display text values that different query values map to. Must contain one more element than sparkline_value_text_map_thresholds.
sparklineValueTextMapThresholds This property is required. number[]
For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than sparkline_value_text_map_text.
stackType This property is required. string
Type of stacked chart (applicable only if chart type is stacked). zero (default) means stacked from y=0. expand means normalized from 0 to 1. wiggle means minimize weighted changes. silhouette means to center the stream. Valid options are zero, expand, wiggle, silhouette, and bars.
tagMode This property is required. string
For the tabular view, which mode to use to determine which point tags to display. Valid options are all, top, or custom.
timeBasedColoring This property is required. boolean
For x-y scatterplots, whether to color more recent points as darker than older points.
type This property is required. string
Chart Type. line refers to the Line Plot, scatter to the Point Plot, stacked-area to the Stacked Area plot, table to the Tabular View, scatterplot-xy to Scatter Plot, markdown-widget to the Markdown display, and sparkline to the Single Stat view. Valid options areline, scatterplot, stacked-area, stacked-column, table, scatterplot-xy, markdown-widget, sparkline, globe, nodemap, top-k, status-list, and histogram.
windowSize This property is required. number
Width, in minutes, of the time window to use for last windowing.
windowing This property is required. string
For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are full or last.
xmax This property is required. number
For x-y scatterplots, max value for the X-axis. Set to null for auto.
xmin This property is required. number
For x-y scatterplots, min value for the X-axis. Set to null for auto.
y0ScaleSiBy1024 This property is required. boolean
y0UnitAutoscaling This property is required. boolean
(Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
y1Max This property is required. number
y1Min This property is required. number
y1ScaleSiBy1024 This property is required. boolean
y1UnitAutoscaling This property is required. boolean
(Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
y1Units This property is required. string
For plots with multiple Y-axes, units for right side Y-axis.
ymax This property is required. number
For x-y scatterplots, max value for the Y-axis. Set to null for auto.
ymin This property is required. number
For x-y scatterplots, min value for the Y-axis. Set to null for auto.
auto_column_tags This property is required. bool
This setting is deprecated.
column_tags This property is required. str
This setting is deprecated.
custom_tags This property is required. Sequence[str]
For the tabular view, a list of point tags to display when using the custom tag display mode.
expected_data_spacing This property is required. int
Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
fixed_legend_display_stats This property is required. Sequence[str]
(Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
fixed_legend_enabled This property is required. bool
(Optional) Whether to enable a fixed tabular legend adjacent to the chart.
fixed_legend_filter_field This property is required. str
(Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are CURRENT, MEAN, MEDIAN, SUM, MIN, MAX, and COUNT.
fixed_legend_filter_limit This property is required. int
(Optional) Number of series to include in the fixed legend.
fixed_legend_filter_sort This property is required. str
(Optional) Whether to display TOP or BOTTOM ranked series in a fixed legend. Valid options are TOP, and BOTTOM.
fixed_legend_hide_label This property is required. bool
(Optional) This setting is deprecated.
fixed_legend_position This property is required. str
(Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are RIGHT, TOP, LEFT, BOTTOM.
fixed_legend_use_raw_stats This property is required. bool
(Optional) If true, the legend uses non-summarized stats instead of summarized.
group_by_source This property is required. bool
For the tabular view, whether to group multi metrics into a single row by a common source. If set to false, each source is displayed in its own row. If set to true, multiple metrics for the same host are displayed as different columns in the same row.
invert_dynamic_legend_hover_control This property is required. bool
(Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
line_type This property is required. str
Plot interpolation type. linear is default. Valid options are linear, step-before, step-after, basis, cardinal, and monotone.
max This property is required. float
Max value of the Y-axis. Set to null or leave blank for auto.
min This property is required. float
Min value of the Y-axis. Set to null or leave blank for auto.
num_tags This property is required. int
For the tabular view defines how many point tags to display.
plain_markdown_content This property is required. str
The markdown content for a Markdown display, in plain text.
show_hosts This property is required. bool
For the tabular view, whether to display sources. Default is true.
show_labels This property is required. bool
For the tabular view, whether to display labels. Default is true.
show_raw_values This property is required. bool
For the tabular view, whether to display raw values. Default is false.
sort_values_descending This property is required. bool
For the tabular view, whether to display values in descending order. Default is false.
sparkline_decimal_precision This property is required. int
For the single stat view, the decimal precision of the displayed number.
sparkline_display_color This property is required. str
For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
sparkline_display_font_size This property is required. str
For the single stat view, the font size of the displayed text, in percent.
sparkline_display_horizontal_position This property is required. str
For the single stat view, the horizontal position of the displayed text. Valid options are MIDDLE, LEFT, RIGHT.
sparkline_display_postfix This property is required. str
For the single stat view, a string to append to the displayed text.
sparkline_display_prefix This property is required. str
For the single stat view, a string to add before the displayed text.
sparkline_display_value_type This property is required. str
For the single stat view, where to display the name of the query or the value of the query. Valid options are VALUE or LABEL.
sparkline_display_vertical_position This property is required. str
This setting is deprecated.
sparkline_fill_color This property is required. str
For the single stat view, the color of the background fill. Values should be in RGBA format.
sparkline_line_color This property is required. str
For the single stat view, the color of the line. Values should be in RGBA format.
sparkline_size This property is required. str
For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are BACKGROUND, BOTTOM, NONE.
sparkline_value_color_map_apply_to This property is required. str
For the single stat view, whether to apply dynamic color settings to the displayed TEXT or BACKGROUND. Valid options are TEXT or BACKGROUND.
sparkline_value_color_map_colors This property is required. Sequence[str]
For the single stat view, a list of colors that differing query values map to. Must contain one more element than sparkline_value_color_map_values_v2. Values should be in RGBA format.
sparkline_value_color_map_values This property is required. Sequence[int]
This setting is deprecated.
sparkline_value_color_map_values_v2s This property is required. Sequence[float]
For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than sparkline_value_color_map_colors.
sparkline_value_text_map_texts This property is required. Sequence[str]
For the single stat view, a list of display text values that different query values map to. Must contain one more element than sparkline_value_text_map_thresholds.
sparkline_value_text_map_thresholds This property is required. Sequence[float]
For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than sparkline_value_text_map_text.
stack_type This property is required. str
Type of stacked chart (applicable only if chart type is stacked). zero (default) means stacked from y=0. expand means normalized from 0 to 1. wiggle means minimize weighted changes. silhouette means to center the stream. Valid options are zero, expand, wiggle, silhouette, and bars.
tag_mode This property is required. str
For the tabular view, which mode to use to determine which point tags to display. Valid options are all, top, or custom.
time_based_coloring This property is required. bool
For x-y scatterplots, whether to color more recent points as darker than older points.
type This property is required. str
Chart Type. line refers to the Line Plot, scatter to the Point Plot, stacked-area to the Stacked Area plot, table to the Tabular View, scatterplot-xy to Scatter Plot, markdown-widget to the Markdown display, and sparkline to the Single Stat view. Valid options areline, scatterplot, stacked-area, stacked-column, table, scatterplot-xy, markdown-widget, sparkline, globe, nodemap, top-k, status-list, and histogram.
window_size This property is required. int
Width, in minutes, of the time window to use for last windowing.
windowing This property is required. str
For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are full or last.
xmax This property is required. float
For x-y scatterplots, max value for the X-axis. Set to null for auto.
xmin This property is required. float
For x-y scatterplots, min value for the X-axis. Set to null for auto.
y0_scale_si_by1024 This property is required. bool
y0_unit_autoscaling This property is required. bool
(Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
y1_max This property is required. float
y1_min This property is required. float
y1_scale_si_by1024 This property is required. bool
y1_unit_autoscaling This property is required. bool
(Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
y1_units This property is required. str
For plots with multiple Y-axes, units for right side Y-axis.
ymax This property is required. float
For x-y scatterplots, max value for the Y-axis. Set to null for auto.
ymin This property is required. float
For x-y scatterplots, min value for the Y-axis. Set to null for auto.
autoColumnTags This property is required. Boolean
This setting is deprecated.
columnTags This property is required. String
This setting is deprecated.
customTags This property is required. List<String>
For the tabular view, a list of point tags to display when using the custom tag display mode.
expectedDataSpacing This property is required. Number
Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
fixedLegendDisplayStats This property is required. List<String>
(Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
fixedLegendEnabled This property is required. Boolean
(Optional) Whether to enable a fixed tabular legend adjacent to the chart.
fixedLegendFilterField This property is required. String
(Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are CURRENT, MEAN, MEDIAN, SUM, MIN, MAX, and COUNT.
fixedLegendFilterLimit This property is required. Number
(Optional) Number of series to include in the fixed legend.
fixedLegendFilterSort This property is required. String
(Optional) Whether to display TOP or BOTTOM ranked series in a fixed legend. Valid options are TOP, and BOTTOM.
fixedLegendHideLabel This property is required. Boolean
(Optional) This setting is deprecated.
fixedLegendPosition This property is required. String
(Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are RIGHT, TOP, LEFT, BOTTOM.
fixedLegendUseRawStats This property is required. Boolean
(Optional) If true, the legend uses non-summarized stats instead of summarized.
groupBySource This property is required. Boolean
For the tabular view, whether to group multi metrics into a single row by a common source. If set to false, each source is displayed in its own row. If set to true, multiple metrics for the same host are displayed as different columns in the same row.
invertDynamicLegendHoverControl This property is required. Boolean
(Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
lineType This property is required. String
Plot interpolation type. linear is default. Valid options are linear, step-before, step-after, basis, cardinal, and monotone.
max This property is required. Number
Max value of the Y-axis. Set to null or leave blank for auto.
min This property is required. Number
Min value of the Y-axis. Set to null or leave blank for auto.
numTags This property is required. Number
For the tabular view defines how many point tags to display.
plainMarkdownContent This property is required. String
The markdown content for a Markdown display, in plain text.
showHosts This property is required. Boolean
For the tabular view, whether to display sources. Default is true.
showLabels This property is required. Boolean
For the tabular view, whether to display labels. Default is true.
showRawValues This property is required. Boolean
For the tabular view, whether to display raw values. Default is false.
sortValuesDescending This property is required. Boolean
For the tabular view, whether to display values in descending order. Default is false.
sparklineDecimalPrecision This property is required. Number
For the single stat view, the decimal precision of the displayed number.
sparklineDisplayColor This property is required. String
For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
sparklineDisplayFontSize This property is required. String
For the single stat view, the font size of the displayed text, in percent.
sparklineDisplayHorizontalPosition This property is required. String
For the single stat view, the horizontal position of the displayed text. Valid options are MIDDLE, LEFT, RIGHT.
sparklineDisplayPostfix This property is required. String
For the single stat view, a string to append to the displayed text.
sparklineDisplayPrefix This property is required. String
For the single stat view, a string to add before the displayed text.
sparklineDisplayValueType This property is required. String
For the single stat view, where to display the name of the query or the value of the query. Valid options are VALUE or LABEL.
sparklineDisplayVerticalPosition This property is required. String
This setting is deprecated.
sparklineFillColor This property is required. String
For the single stat view, the color of the background fill. Values should be in RGBA format.
sparklineLineColor This property is required. String
For the single stat view, the color of the line. Values should be in RGBA format.
sparklineSize This property is required. String
For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are BACKGROUND, BOTTOM, NONE.
sparklineValueColorMapApplyTo This property is required. String
For the single stat view, whether to apply dynamic color settings to the displayed TEXT or BACKGROUND. Valid options are TEXT or BACKGROUND.
sparklineValueColorMapColors This property is required. List<String>
For the single stat view, a list of colors that differing query values map to. Must contain one more element than sparkline_value_color_map_values_v2. Values should be in RGBA format.
sparklineValueColorMapValues This property is required. List<Number>
This setting is deprecated.
sparklineValueColorMapValuesV2s This property is required. List<Number>
For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than sparkline_value_color_map_colors.
sparklineValueTextMapTexts This property is required. List<String>
For the single stat view, a list of display text values that different query values map to. Must contain one more element than sparkline_value_text_map_thresholds.
sparklineValueTextMapThresholds This property is required. List<Number>
For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than sparkline_value_text_map_text.
stackType This property is required. String
Type of stacked chart (applicable only if chart type is stacked). zero (default) means stacked from y=0. expand means normalized from 0 to 1. wiggle means minimize weighted changes. silhouette means to center the stream. Valid options are zero, expand, wiggle, silhouette, and bars.
tagMode This property is required. String
For the tabular view, which mode to use to determine which point tags to display. Valid options are all, top, or custom.
timeBasedColoring This property is required. Boolean
For x-y scatterplots, whether to color more recent points as darker than older points.
type This property is required. String
Chart Type. line refers to the Line Plot, scatter to the Point Plot, stacked-area to the Stacked Area plot, table to the Tabular View, scatterplot-xy to Scatter Plot, markdown-widget to the Markdown display, and sparkline to the Single Stat view. Valid options areline, scatterplot, stacked-area, stacked-column, table, scatterplot-xy, markdown-widget, sparkline, globe, nodemap, top-k, status-list, and histogram.
windowSize This property is required. Number
Width, in minutes, of the time window to use for last windowing.
windowing This property is required. String
For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are full or last.
xmax This property is required. Number
For x-y scatterplots, max value for the X-axis. Set to null for auto.
xmin This property is required. Number
For x-y scatterplots, min value for the X-axis. Set to null for auto.
y0ScaleSiBy1024 This property is required. Boolean
y0UnitAutoscaling This property is required. Boolean
(Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
y1Max This property is required. Number
y1Min This property is required. Number
y1ScaleSiBy1024 This property is required. Boolean
y1UnitAutoscaling This property is required. Boolean
(Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
y1Units This property is required. String
For plots with multiple Y-axes, units for right side Y-axis.
ymax This property is required. Number
For x-y scatterplots, max value for the Y-axis. Set to null for auto.
ymin This property is required. Number
For x-y scatterplots, min value for the Y-axis. Set to null for auto.

GetDashboardsDashboardSectionRowChartSource

Disabled This property is required. bool
Whether the source is disabled.
Name This property is required. string
The name of the parameters.
Query This property is required. string
Query expression to plot on the chart.
QuerybuilderEnabled This property is required. bool
ScatterPlotSource This property is required. string
For scatter plots, does this query source the X-axis or the Y-axis, X, or Y.
SecondaryAxis This property is required. bool
SourceColor This property is required. string
SourceDescription This property is required. string
A description for the purpose of this source.
Disabled This property is required. bool
Whether the source is disabled.
Name This property is required. string
The name of the parameters.
Query This property is required. string
Query expression to plot on the chart.
QuerybuilderEnabled This property is required. bool
ScatterPlotSource This property is required. string
For scatter plots, does this query source the X-axis or the Y-axis, X, or Y.
SecondaryAxis This property is required. bool
SourceColor This property is required. string
SourceDescription This property is required. string
A description for the purpose of this source.
disabled This property is required. Boolean
Whether the source is disabled.
name This property is required. String
The name of the parameters.
query This property is required. String
Query expression to plot on the chart.
querybuilderEnabled This property is required. Boolean
scatterPlotSource This property is required. String
For scatter plots, does this query source the X-axis or the Y-axis, X, or Y.
secondaryAxis This property is required. Boolean
sourceColor This property is required. String
sourceDescription This property is required. String
A description for the purpose of this source.
disabled This property is required. boolean
Whether the source is disabled.
name This property is required. string
The name of the parameters.
query This property is required. string
Query expression to plot on the chart.
querybuilderEnabled This property is required. boolean
scatterPlotSource This property is required. string
For scatter plots, does this query source the X-axis or the Y-axis, X, or Y.
secondaryAxis This property is required. boolean
sourceColor This property is required. string
sourceDescription This property is required. string
A description for the purpose of this source.
disabled This property is required. bool
Whether the source is disabled.
name This property is required. str
The name of the parameters.
query This property is required. str
Query expression to plot on the chart.
querybuilder_enabled This property is required. bool
scatter_plot_source This property is required. str
For scatter plots, does this query source the X-axis or the Y-axis, X, or Y.
secondary_axis This property is required. bool
source_color This property is required. str
source_description This property is required. str
A description for the purpose of this source.
disabled This property is required. Boolean
Whether the source is disabled.
name This property is required. String
The name of the parameters.
query This property is required. String
Query expression to plot on the chart.
querybuilderEnabled This property is required. Boolean
scatterPlotSource This property is required. String
For scatter plots, does this query source the X-axis or the Y-axis, X, or Y.
secondaryAxis This property is required. Boolean
sourceColor This property is required. String
sourceDescription This property is required. String
A description for the purpose of this source.

Package Details

Repository
Wavefront pulumi/pulumi-wavefront
License
Apache-2.0
Notes
This Pulumi package is based on the wavefront Terraform Provider.
Wavefront v3.1.8 published on Tuesday, Mar 4, 2025 by Pulumi