newrelic logo
New Relic v5.12.0, May 30 23

newrelic.OneDashboard

Explore with Pulumi AI

Import

New Relic dashboards can be imported using their GUID, e.g. bash

 $ pulumi import newrelic:index/oneDashboard:OneDashboard my_dashboard <dashboard GUID>

Create OneDashboard Resource

new OneDashboard(name: string, args: OneDashboardArgs, opts?: CustomResourceOptions);
@overload
def OneDashboard(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 account_id: Optional[int] = None,
                 description: Optional[str] = None,
                 name: Optional[str] = None,
                 pages: Optional[Sequence[OneDashboardPageArgs]] = None,
                 permissions: Optional[str] = None,
                 variables: Optional[Sequence[OneDashboardVariableArgs]] = None)
@overload
def OneDashboard(resource_name: str,
                 args: OneDashboardArgs,
                 opts: Optional[ResourceOptions] = None)
func NewOneDashboard(ctx *Context, name string, args OneDashboardArgs, opts ...ResourceOption) (*OneDashboard, error)
public OneDashboard(string name, OneDashboardArgs args, CustomResourceOptions? opts = null)
public OneDashboard(String name, OneDashboardArgs args)
public OneDashboard(String name, OneDashboardArgs args, CustomResourceOptions options)
type: newrelic:OneDashboard
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args OneDashboardArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args OneDashboardArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args OneDashboardArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args OneDashboardArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args OneDashboardArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

OneDashboard Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The OneDashboard resource accepts the following input properties:

Pages List<Pulumi.NewRelic.Inputs.OneDashboardPageArgs>

A nested block that describes a page. See Nested page blocks below for details.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Description string

Brief text describing the dashboard.

Name string

The title of the dashboard.

Permissions string

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

Variables List<Pulumi.NewRelic.Inputs.OneDashboardVariableArgs>

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

Pages []OneDashboardPageArgs

A nested block that describes a page. See Nested page blocks below for details.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Description string

Brief text describing the dashboard.

Name string

The title of the dashboard.

Permissions string

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

Variables []OneDashboardVariableArgs

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

pages List<OneDashboardPageArgs>

A nested block that describes a page. See Nested page blocks below for details.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

description String

Brief text describing the dashboard.

name String

The title of the dashboard.

permissions String

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

variables List<OneDashboardVariableArgs>

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

pages OneDashboardPageArgs[]

A nested block that describes a page. See Nested page blocks below for details.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

description string

Brief text describing the dashboard.

name string

The title of the dashboard.

permissions string

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

variables OneDashboardVariableArgs[]

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

pages Sequence[OneDashboardPageArgs]

A nested block that describes a page. See Nested page blocks below for details.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

description str

Brief text describing the dashboard.

name str

The title of the dashboard.

permissions str

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

variables Sequence[OneDashboardVariableArgs]

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

pages List<Property Map>

A nested block that describes a page. See Nested page blocks below for details.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

description String

Brief text describing the dashboard.

name String

The title of the dashboard.

permissions String

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

variables List<Property Map>

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

Outputs

All input properties are implicitly available as output properties. Additionally, the OneDashboard resource produces the following output properties:

Guid string

The unique entity identifier of the dashboard page in New Relic.

Id string

The provider-assigned unique ID for this managed resource.

Permalink string

The URL for viewing the dashboard.

Guid string

The unique entity identifier of the dashboard page in New Relic.

Id string

The provider-assigned unique ID for this managed resource.

Permalink string

The URL for viewing the dashboard.

guid String

The unique entity identifier of the dashboard page in New Relic.

id String

The provider-assigned unique ID for this managed resource.

permalink String

The URL for viewing the dashboard.

guid string

The unique entity identifier of the dashboard page in New Relic.

id string

The provider-assigned unique ID for this managed resource.

permalink string

The URL for viewing the dashboard.

guid str

The unique entity identifier of the dashboard page in New Relic.

id str

The provider-assigned unique ID for this managed resource.

permalink str

The URL for viewing the dashboard.

guid String

The unique entity identifier of the dashboard page in New Relic.

id String

The provider-assigned unique ID for this managed resource.

permalink String

The URL for viewing the dashboard.

Look up Existing OneDashboard Resource

Get an existing OneDashboard resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: OneDashboardState, opts?: CustomResourceOptions): OneDashboard
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        account_id: Optional[int] = None,
        description: Optional[str] = None,
        guid: Optional[str] = None,
        name: Optional[str] = None,
        pages: Optional[Sequence[OneDashboardPageArgs]] = None,
        permalink: Optional[str] = None,
        permissions: Optional[str] = None,
        variables: Optional[Sequence[OneDashboardVariableArgs]] = None) -> OneDashboard
func GetOneDashboard(ctx *Context, name string, id IDInput, state *OneDashboardState, opts ...ResourceOption) (*OneDashboard, error)
public static OneDashboard Get(string name, Input<string> id, OneDashboardState? state, CustomResourceOptions? opts = null)
public static OneDashboard get(String name, Output<String> id, OneDashboardState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Description string

Brief text describing the dashboard.

Guid string

The unique entity identifier of the dashboard page in New Relic.

Name string

The title of the dashboard.

Pages List<Pulumi.NewRelic.Inputs.OneDashboardPageArgs>

A nested block that describes a page. See Nested page blocks below for details.

Permalink string

The URL for viewing the dashboard.

Permissions string

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

Variables List<Pulumi.NewRelic.Inputs.OneDashboardVariableArgs>

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Description string

Brief text describing the dashboard.

Guid string

The unique entity identifier of the dashboard page in New Relic.

Name string

The title of the dashboard.

Pages []OneDashboardPageArgs

A nested block that describes a page. See Nested page blocks below for details.

Permalink string

The URL for viewing the dashboard.

Permissions string

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

Variables []OneDashboardVariableArgs

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

description String

Brief text describing the dashboard.

guid String

The unique entity identifier of the dashboard page in New Relic.

name String

The title of the dashboard.

pages List<OneDashboardPageArgs>

A nested block that describes a page. See Nested page blocks below for details.

permalink String

The URL for viewing the dashboard.

permissions String

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

variables List<OneDashboardVariableArgs>

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

description string

Brief text describing the dashboard.

guid string

The unique entity identifier of the dashboard page in New Relic.

name string

The title of the dashboard.

pages OneDashboardPageArgs[]

A nested block that describes a page. See Nested page blocks below for details.

permalink string

The URL for viewing the dashboard.

permissions string

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

variables OneDashboardVariableArgs[]

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

description str

Brief text describing the dashboard.

guid str

The unique entity identifier of the dashboard page in New Relic.

name str

The title of the dashboard.

pages Sequence[OneDashboardPageArgs]

A nested block that describes a page. See Nested page blocks below for details.

permalink str

The URL for viewing the dashboard.

permissions str

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

variables Sequence[OneDashboardVariableArgs]

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

description String

Brief text describing the dashboard.

guid String

The unique entity identifier of the dashboard page in New Relic.

name String

The title of the dashboard.

pages List<Property Map>

A nested block that describes a page. See Nested page blocks below for details.

permalink String

The URL for viewing the dashboard.

permissions String

Determines who can see the dashboard in an account. Valid values are private, public_read_only, or public_read_write. Defaults to public_read_only.

variables List<Property Map>

A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.

Supporting Types

OneDashboardPage

Name string

The title of the dashboard.

Description string

Brief text describing the dashboard.

Guid string

The unique entity identifier of the dashboard page in New Relic.

WidgetAreas List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetArea>
WidgetBars List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBar>
WidgetBillboards List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboard>
WidgetBullets List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBullet>
WidgetFunnels List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnel>
WidgetHeatmaps List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmap>
WidgetHistograms List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogram>
WidgetJsons List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJson>
WidgetLines List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLine>
WidgetLogTables List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTable>
WidgetMarkdowns List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdown>
WidgetPies List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetPy>
WidgetStackedBars List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetStackedBar>
WidgetTables List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetTable>
name String

The title of the dashboard.

description String

Brief text describing the dashboard.

guid String

The unique entity identifier of the dashboard page in New Relic.

widgetAreas List<OneDashboardPageWidgetArea>
widgetBars List<OneDashboardPageWidgetBar>
widgetBillboards List<OneDashboardPageWidgetBillboard>
widgetBullets List<OneDashboardPageWidgetBullet>
widgetFunnels List<OneDashboardPageWidgetFunnel>
widgetHeatmaps List<OneDashboardPageWidgetHeatmap>
widgetHistograms List<OneDashboardPageWidgetHistogram>
widgetJsons List<OneDashboardPageWidgetJson>
widgetLines List<OneDashboardPageWidgetLine>
widgetLogTables List<OneDashboardPageWidgetLogTable>
widgetMarkdowns List<OneDashboardPageWidgetMarkdown>
widgetPies List<OneDashboardPageWidgetPy>
widgetStackedBars List<OneDashboardPageWidgetStackedBar>
widgetTables List<OneDashboardPageWidgetTable>
name str

The title of the dashboard.

description str

Brief text describing the dashboard.

guid str

The unique entity identifier of the dashboard page in New Relic.

widget_areas Sequence[OneDashboardPageWidgetArea]
widget_bars Sequence[OneDashboardPageWidgetBar]
widget_billboards Sequence[OneDashboardPageWidgetBillboard]
widget_bullets Sequence[OneDashboardPageWidgetBullet]
widget_funnels Sequence[OneDashboardPageWidgetFunnel]
widget_heatmaps Sequence[OneDashboardPageWidgetHeatmap]
widget_histograms Sequence[OneDashboardPageWidgetHistogram]
widget_jsons Sequence[OneDashboardPageWidgetJson]
widget_lines Sequence[OneDashboardPageWidgetLine]
widget_log_tables Sequence[OneDashboardPageWidgetLogTable]
widget_markdowns Sequence[OneDashboardPageWidgetMarkdown]
widget_pies Sequence[OneDashboardPageWidgetPy]
widget_stacked_bars Sequence[OneDashboardPageWidgetStackedBar]
widget_tables Sequence[OneDashboardPageWidgetTable]

OneDashboardPageWidgetArea

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax double
YAxisLeftMin double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries []OneDashboardPageWidgetAreaNrqlQuery

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors []OneDashboardPageWidgetAreaColor

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues []OneDashboardPageWidgetAreaNullValue

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units []OneDashboardPageWidgetAreaUnit

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax float64
YAxisLeftMin float64

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Integer

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<OneDashboardPageWidgetAreaNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Integer

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<OneDashboardPageWidgetAreaColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Integer

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<OneDashboardPageWidgetAreaNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<OneDashboardPageWidgetAreaUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Integer

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Double
yAxisLeftMin Double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries OneDashboardPageWidgetAreaNrqlQuery[]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row number

(Required) Row position of widget from top left, starting at 1.

title string

(Optional) A human-friendly display string for this value.

colors OneDashboardPageWidgetAreaColor[]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id string
ignoreTimeRange boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues OneDashboardPageWidgetAreaNullValue[]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units OneDashboardPageWidgetAreaUnit[]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax number
yAxisLeftMin number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column int

(Required) Column position of widget from top left, starting at 1.

nrql_queries Sequence[OneDashboardPageWidgetAreaNrqlQuery]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row int

(Required) Row position of widget from top left, starting at 1.

title str

(Optional) A human-friendly display string for this value.

colors Sequence[OneDashboardPageWidgetAreaColor]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facet_show_other_series bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id str
ignore_time_range bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legend_enabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

null_values Sequence[OneDashboardPageWidgetAreaNullValue]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units Sequence[OneDashboardPageWidgetAreaUnit]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

y_axis_left_max float
y_axis_left_min float

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<Property Map>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Number

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<Property Map>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<Property Map>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<Property Map>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Number
yAxisLeftMin Number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

OneDashboardPageWidgetAreaColor

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides []OneDashboardPageWidgetAreaColorSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<OneDashboardPageWidgetAreaColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides OneDashboardPageWidgetAreaColorSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_overrides Sequence[OneDashboardPageWidgetAreaColorSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetAreaColorSeriesOverride

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String
color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName string
color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_name str
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String

OneDashboardPageWidgetAreaNrqlQuery

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query str

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetAreaNullValue

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides []OneDashboardPageWidgetAreaNullValueSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<OneDashboardPageWidgetAreaNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides OneDashboardPageWidgetAreaNullValueSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_overrides Sequence[OneDashboardPageWidgetAreaNullValueSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetAreaNullValueSeriesOverride

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String
nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName string
null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_name str
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String

OneDashboardPageWidgetAreaUnit

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetAreaUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesOverrides []OneDashboardPageWidgetAreaUnitSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<OneDashboardPageWidgetAreaUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides OneDashboardPageWidgetAreaUnitSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_overrides Sequence[OneDashboardPageWidgetAreaUnitSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetAreaUnitSeriesOverride

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName string
unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_name str
unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetBar

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

FilterCurrentDashboard bool

(Optional) Use this item to filter the current dashboard.

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

LinkedEntityGuids List<string>

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax double
YAxisLeftMin double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries []OneDashboardPageWidgetBarNrqlQuery

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors []OneDashboardPageWidgetBarColor

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

FilterCurrentDashboard bool

(Optional) Use this item to filter the current dashboard.

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

LinkedEntityGuids []string

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

NullValues []OneDashboardPageWidgetBarNullValue

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units []OneDashboardPageWidgetBarUnit

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax float64
YAxisLeftMin float64

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Integer

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<OneDashboardPageWidgetBarNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Integer

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<OneDashboardPageWidgetBarColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

filterCurrentDashboard Boolean

(Optional) Use this item to filter the current dashboard.

height Integer

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

linkedEntityGuids List<String>

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

nullValues List<OneDashboardPageWidgetBarNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<OneDashboardPageWidgetBarUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Integer

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Double
yAxisLeftMin Double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries OneDashboardPageWidgetBarNrqlQuery[]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row number

(Required) Row position of widget from top left, starting at 1.

title string

(Optional) A human-friendly display string for this value.

colors OneDashboardPageWidgetBarColor[]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

filterCurrentDashboard boolean

(Optional) Use this item to filter the current dashboard.

height number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id string
ignoreTimeRange boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

linkedEntityGuids string[]

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

nullValues OneDashboardPageWidgetBarNullValue[]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units OneDashboardPageWidgetBarUnit[]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax number
yAxisLeftMin number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column int

(Required) Column position of widget from top left, starting at 1.

nrql_queries Sequence[OneDashboardPageWidgetBarNrqlQuery]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row int

(Required) Row position of widget from top left, starting at 1.

title str

(Optional) A human-friendly display string for this value.

colors Sequence[OneDashboardPageWidgetBarColor]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facet_show_other_series bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

filter_current_dashboard bool

(Optional) Use this item to filter the current dashboard.

height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id str
ignore_time_range bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legend_enabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

linked_entity_guids Sequence[str]

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

null_values Sequence[OneDashboardPageWidgetBarNullValue]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units Sequence[OneDashboardPageWidgetBarUnit]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

y_axis_left_max float
y_axis_left_min float

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<Property Map>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Number

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<Property Map>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

filterCurrentDashboard Boolean

(Optional) Use this item to filter the current dashboard.

height Number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

linkedEntityGuids List<String>

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

nullValues List<Property Map>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<Property Map>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Number
yAxisLeftMin Number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

OneDashboardPageWidgetBarColor

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides []OneDashboardPageWidgetBarColorSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<OneDashboardPageWidgetBarColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides OneDashboardPageWidgetBarColorSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_overrides Sequence[OneDashboardPageWidgetBarColorSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetBarColorSeriesOverride

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String
color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName string
color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_name str
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String

OneDashboardPageWidgetBarNrqlQuery

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query str

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetBarNullValue

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides []OneDashboardPageWidgetBarNullValueSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<OneDashboardPageWidgetBarNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides OneDashboardPageWidgetBarNullValueSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_overrides Sequence[OneDashboardPageWidgetBarNullValueSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetBarNullValueSeriesOverride

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String
nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName string
null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_name str
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String

OneDashboardPageWidgetBarUnit

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBarUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesOverrides []OneDashboardPageWidgetBarUnitSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<OneDashboardPageWidgetBarUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides OneDashboardPageWidgetBarUnitSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_overrides Sequence[OneDashboardPageWidgetBarUnitSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetBarUnitSeriesOverride

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName string
unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_name str
unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetBillboard

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

Critical string

(Optional) Threshold above which the displayed value will be styled with a red color.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Warning string

(Optional) Threshold above which the displayed value will be styled with a yellow color.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax double
YAxisLeftMin double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries []OneDashboardPageWidgetBillboardNrqlQuery

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors []OneDashboardPageWidgetBillboardColor

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

Critical string

(Optional) Threshold above which the displayed value will be styled with a red color.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues []OneDashboardPageWidgetBillboardNullValue

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units []OneDashboardPageWidgetBillboardUnit

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Warning string

(Optional) Threshold above which the displayed value will be styled with a yellow color.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax float64
YAxisLeftMin float64

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Integer

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<OneDashboardPageWidgetBillboardNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Integer

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<OneDashboardPageWidgetBillboardColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

critical String

(Optional) Threshold above which the displayed value will be styled with a red color.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Integer

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<OneDashboardPageWidgetBillboardNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<OneDashboardPageWidgetBillboardUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

warning String

(Optional) Threshold above which the displayed value will be styled with a yellow color.

width Integer

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Double
yAxisLeftMin Double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries OneDashboardPageWidgetBillboardNrqlQuery[]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row number

(Required) Row position of widget from top left, starting at 1.

title string

(Optional) A human-friendly display string for this value.

colors OneDashboardPageWidgetBillboardColor[]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

critical string

(Optional) Threshold above which the displayed value will be styled with a red color.

facetShowOtherSeries boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id string
ignoreTimeRange boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues OneDashboardPageWidgetBillboardNullValue[]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units OneDashboardPageWidgetBillboardUnit[]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

warning string

(Optional) Threshold above which the displayed value will be styled with a yellow color.

width number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax number
yAxisLeftMin number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column int

(Required) Column position of widget from top left, starting at 1.

nrql_queries Sequence[OneDashboardPageWidgetBillboardNrqlQuery]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row int

(Required) Row position of widget from top left, starting at 1.

title str

(Optional) A human-friendly display string for this value.

colors Sequence[OneDashboardPageWidgetBillboardColor]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

critical str

(Optional) Threshold above which the displayed value will be styled with a red color.

facet_show_other_series bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id str
ignore_time_range bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legend_enabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

null_values Sequence[OneDashboardPageWidgetBillboardNullValue]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units Sequence[OneDashboardPageWidgetBillboardUnit]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

warning str

(Optional) Threshold above which the displayed value will be styled with a yellow color.

width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

y_axis_left_max float
y_axis_left_min float

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<Property Map>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Number

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<Property Map>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

critical String

(Optional) Threshold above which the displayed value will be styled with a red color.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<Property Map>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<Property Map>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

warning String

(Optional) Threshold above which the displayed value will be styled with a yellow color.

width Number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Number
yAxisLeftMin Number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

OneDashboardPageWidgetBillboardColor

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides []OneDashboardPageWidgetBillboardColorSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<OneDashboardPageWidgetBillboardColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides OneDashboardPageWidgetBillboardColorSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_overrides Sequence[OneDashboardPageWidgetBillboardColorSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetBillboardColorSeriesOverride

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String
color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName string
color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_name str
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String

OneDashboardPageWidgetBillboardNrqlQuery

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query str

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetBillboardNullValue

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides []OneDashboardPageWidgetBillboardNullValueSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<OneDashboardPageWidgetBillboardNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides OneDashboardPageWidgetBillboardNullValueSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_overrides Sequence[OneDashboardPageWidgetBillboardNullValueSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetBillboardNullValueSeriesOverride

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String
nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName string
null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_name str
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String

OneDashboardPageWidgetBillboardUnit

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBillboardUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesOverrides []OneDashboardPageWidgetBillboardUnitSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<OneDashboardPageWidgetBillboardUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides OneDashboardPageWidgetBillboardUnitSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_overrides Sequence[OneDashboardPageWidgetBillboardUnitSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetBillboardUnitSeriesOverride

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName string
unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_name str
unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetBullet

Column int

(Required) Column position of widget from top left, starting at 1.

Limit double

(Required) Visualization limit for the widget.

NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax double
YAxisLeftMin double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

Column int

(Required) Column position of widget from top left, starting at 1.

Limit float64

(Required) Visualization limit for the widget.

NrqlQueries []OneDashboardPageWidgetBulletNrqlQuery

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors []OneDashboardPageWidgetBulletColor

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues []OneDashboardPageWidgetBulletNullValue

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units []OneDashboardPageWidgetBulletUnit

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax float64
YAxisLeftMin float64

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Integer

(Required) Column position of widget from top left, starting at 1.

limit Double

(Required) Visualization limit for the widget.

nrqlQueries List<OneDashboardPageWidgetBulletNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Integer

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<OneDashboardPageWidgetBulletColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Integer

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<OneDashboardPageWidgetBulletNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<OneDashboardPageWidgetBulletUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Integer

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Double
yAxisLeftMin Double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column number

(Required) Column position of widget from top left, starting at 1.

limit number

(Required) Visualization limit for the widget.

nrqlQueries OneDashboardPageWidgetBulletNrqlQuery[]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row number

(Required) Row position of widget from top left, starting at 1.

title string

(Optional) A human-friendly display string for this value.

colors OneDashboardPageWidgetBulletColor[]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id string
ignoreTimeRange boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues OneDashboardPageWidgetBulletNullValue[]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units OneDashboardPageWidgetBulletUnit[]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax number
yAxisLeftMin number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column int

(Required) Column position of widget from top left, starting at 1.

limit float

(Required) Visualization limit for the widget.

nrql_queries Sequence[OneDashboardPageWidgetBulletNrqlQuery]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row int

(Required) Row position of widget from top left, starting at 1.

title str

(Optional) A human-friendly display string for this value.

colors Sequence[OneDashboardPageWidgetBulletColor]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facet_show_other_series bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id str
ignore_time_range bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legend_enabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

null_values Sequence[OneDashboardPageWidgetBulletNullValue]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units Sequence[OneDashboardPageWidgetBulletUnit]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

y_axis_left_max float
y_axis_left_min float

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Number

(Required) Column position of widget from top left, starting at 1.

limit Number

(Required) Visualization limit for the widget.

nrqlQueries List<Property Map>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Number

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<Property Map>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<Property Map>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<Property Map>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Number
yAxisLeftMin Number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

OneDashboardPageWidgetBulletColor

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides []OneDashboardPageWidgetBulletColorSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<OneDashboardPageWidgetBulletColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides OneDashboardPageWidgetBulletColorSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_overrides Sequence[OneDashboardPageWidgetBulletColorSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetBulletColorSeriesOverride

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String
color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName string
color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_name str
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String

OneDashboardPageWidgetBulletNrqlQuery

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query str

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetBulletNullValue

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides []OneDashboardPageWidgetBulletNullValueSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<OneDashboardPageWidgetBulletNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides OneDashboardPageWidgetBulletNullValueSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_overrides Sequence[OneDashboardPageWidgetBulletNullValueSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetBulletNullValueSeriesOverride

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String
nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName string
null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_name str
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String

OneDashboardPageWidgetBulletUnit

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetBulletUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesOverrides []OneDashboardPageWidgetBulletUnitSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<OneDashboardPageWidgetBulletUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides OneDashboardPageWidgetBulletUnitSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_overrides Sequence[OneDashboardPageWidgetBulletUnitSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetBulletUnitSeriesOverride

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName string
unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_name str
unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetFunnel

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax double
YAxisLeftMin double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries []OneDashboardPageWidgetFunnelNrqlQuery

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors []OneDashboardPageWidgetFunnelColor

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues []OneDashboardPageWidgetFunnelNullValue

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units []OneDashboardPageWidgetFunnelUnit

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax float64
YAxisLeftMin float64

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Integer

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<OneDashboardPageWidgetFunnelNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Integer

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<OneDashboardPageWidgetFunnelColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Integer

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<OneDashboardPageWidgetFunnelNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<OneDashboardPageWidgetFunnelUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Integer

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Double
yAxisLeftMin Double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries OneDashboardPageWidgetFunnelNrqlQuery[]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row number

(Required) Row position of widget from top left, starting at 1.

title string

(Optional) A human-friendly display string for this value.

colors OneDashboardPageWidgetFunnelColor[]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id string
ignoreTimeRange boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues OneDashboardPageWidgetFunnelNullValue[]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units OneDashboardPageWidgetFunnelUnit[]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax number
yAxisLeftMin number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column int

(Required) Column position of widget from top left, starting at 1.

nrql_queries Sequence[OneDashboardPageWidgetFunnelNrqlQuery]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row int

(Required) Row position of widget from top left, starting at 1.

title str

(Optional) A human-friendly display string for this value.

colors Sequence[OneDashboardPageWidgetFunnelColor]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facet_show_other_series bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id str
ignore_time_range bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legend_enabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

null_values Sequence[OneDashboardPageWidgetFunnelNullValue]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units Sequence[OneDashboardPageWidgetFunnelUnit]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

y_axis_left_max float
y_axis_left_min float

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<Property Map>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Number

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<Property Map>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<Property Map>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<Property Map>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Number
yAxisLeftMin Number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

OneDashboardPageWidgetFunnelColor

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides []OneDashboardPageWidgetFunnelColorSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<OneDashboardPageWidgetFunnelColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides OneDashboardPageWidgetFunnelColorSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_overrides Sequence[OneDashboardPageWidgetFunnelColorSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetFunnelColorSeriesOverride

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String
color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName string
color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_name str
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String

OneDashboardPageWidgetFunnelNrqlQuery

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query str

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetFunnelNullValue

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides []OneDashboardPageWidgetFunnelNullValueSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<OneDashboardPageWidgetFunnelNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides OneDashboardPageWidgetFunnelNullValueSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_overrides Sequence[OneDashboardPageWidgetFunnelNullValueSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetFunnelNullValueSeriesOverride

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String
nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName string
null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_name str
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String

OneDashboardPageWidgetFunnelUnit

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetFunnelUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesOverrides []OneDashboardPageWidgetFunnelUnitSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<OneDashboardPageWidgetFunnelUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides OneDashboardPageWidgetFunnelUnitSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_overrides Sequence[OneDashboardPageWidgetFunnelUnitSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetFunnelUnitSeriesOverride

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName string
unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_name str
unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetHeatmap

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

FilterCurrentDashboard bool

(Optional) Use this item to filter the current dashboard.

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

LinkedEntityGuids List<string>

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax double
YAxisLeftMin double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries []OneDashboardPageWidgetHeatmapNrqlQuery

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors []OneDashboardPageWidgetHeatmapColor

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

FilterCurrentDashboard bool

(Optional) Use this item to filter the current dashboard.

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

LinkedEntityGuids []string

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

NullValues []OneDashboardPageWidgetHeatmapNullValue

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units []OneDashboardPageWidgetHeatmapUnit

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax float64
YAxisLeftMin float64

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Integer

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<OneDashboardPageWidgetHeatmapNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Integer

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<OneDashboardPageWidgetHeatmapColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

filterCurrentDashboard Boolean

(Optional) Use this item to filter the current dashboard.

height Integer

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

linkedEntityGuids List<String>

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

nullValues List<OneDashboardPageWidgetHeatmapNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<OneDashboardPageWidgetHeatmapUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Integer

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Double
yAxisLeftMin Double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries OneDashboardPageWidgetHeatmapNrqlQuery[]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row number

(Required) Row position of widget from top left, starting at 1.

title string

(Optional) A human-friendly display string for this value.

colors OneDashboardPageWidgetHeatmapColor[]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

filterCurrentDashboard boolean

(Optional) Use this item to filter the current dashboard.

height number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id string
ignoreTimeRange boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

linkedEntityGuids string[]

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

nullValues OneDashboardPageWidgetHeatmapNullValue[]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units OneDashboardPageWidgetHeatmapUnit[]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax number
yAxisLeftMin number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column int

(Required) Column position of widget from top left, starting at 1.

nrql_queries Sequence[OneDashboardPageWidgetHeatmapNrqlQuery]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row int

(Required) Row position of widget from top left, starting at 1.

title str

(Optional) A human-friendly display string for this value.

colors Sequence[OneDashboardPageWidgetHeatmapColor]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facet_show_other_series bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

filter_current_dashboard bool

(Optional) Use this item to filter the current dashboard.

height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id str
ignore_time_range bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legend_enabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

linked_entity_guids Sequence[str]

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

null_values Sequence[OneDashboardPageWidgetHeatmapNullValue]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units Sequence[OneDashboardPageWidgetHeatmapUnit]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

y_axis_left_max float
y_axis_left_min float

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<Property Map>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Number

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<Property Map>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

filterCurrentDashboard Boolean

(Optional) Use this item to filter the current dashboard.

height Number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

linkedEntityGuids List<String>

(Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.

nullValues List<Property Map>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<Property Map>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Number
yAxisLeftMin Number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

OneDashboardPageWidgetHeatmapColor

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides []OneDashboardPageWidgetHeatmapColorSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<OneDashboardPageWidgetHeatmapColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides OneDashboardPageWidgetHeatmapColorSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_overrides Sequence[OneDashboardPageWidgetHeatmapColorSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetHeatmapColorSeriesOverride

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String
color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName string
color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_name str
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String

OneDashboardPageWidgetHeatmapNrqlQuery

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query str

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetHeatmapNullValue

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides []OneDashboardPageWidgetHeatmapNullValueSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<OneDashboardPageWidgetHeatmapNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides OneDashboardPageWidgetHeatmapNullValueSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_overrides Sequence[OneDashboardPageWidgetHeatmapNullValueSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetHeatmapNullValueSeriesOverride

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String
nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName string
null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_name str
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String

OneDashboardPageWidgetHeatmapUnit

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHeatmapUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesOverrides []OneDashboardPageWidgetHeatmapUnitSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<OneDashboardPageWidgetHeatmapUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides OneDashboardPageWidgetHeatmapUnitSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_overrides Sequence[OneDashboardPageWidgetHeatmapUnitSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetHeatmapUnitSeriesOverride

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName string
unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_name str
unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetHistogram

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax double
YAxisLeftMin double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries []OneDashboardPageWidgetHistogramNrqlQuery

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors []OneDashboardPageWidgetHistogramColor

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues []OneDashboardPageWidgetHistogramNullValue

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units []OneDashboardPageWidgetHistogramUnit

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax float64
YAxisLeftMin float64

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Integer

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<OneDashboardPageWidgetHistogramNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Integer

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<OneDashboardPageWidgetHistogramColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Integer

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<OneDashboardPageWidgetHistogramNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<OneDashboardPageWidgetHistogramUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Integer

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Double
yAxisLeftMin Double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries OneDashboardPageWidgetHistogramNrqlQuery[]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row number

(Required) Row position of widget from top left, starting at 1.

title string

(Optional) A human-friendly display string for this value.

colors OneDashboardPageWidgetHistogramColor[]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id string
ignoreTimeRange boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues OneDashboardPageWidgetHistogramNullValue[]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units OneDashboardPageWidgetHistogramUnit[]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax number
yAxisLeftMin number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column int

(Required) Column position of widget from top left, starting at 1.

nrql_queries Sequence[OneDashboardPageWidgetHistogramNrqlQuery]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row int

(Required) Row position of widget from top left, starting at 1.

title str

(Optional) A human-friendly display string for this value.

colors Sequence[OneDashboardPageWidgetHistogramColor]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facet_show_other_series bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id str
ignore_time_range bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legend_enabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

null_values Sequence[OneDashboardPageWidgetHistogramNullValue]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units Sequence[OneDashboardPageWidgetHistogramUnit]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

y_axis_left_max float
y_axis_left_min float

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<Property Map>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Number

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<Property Map>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<Property Map>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<Property Map>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Number
yAxisLeftMin Number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

OneDashboardPageWidgetHistogramColor

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides []OneDashboardPageWidgetHistogramColorSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<OneDashboardPageWidgetHistogramColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides OneDashboardPageWidgetHistogramColorSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_overrides Sequence[OneDashboardPageWidgetHistogramColorSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetHistogramColorSeriesOverride

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String
color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName string
color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_name str
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String

OneDashboardPageWidgetHistogramNrqlQuery

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query str

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetHistogramNullValue

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides []OneDashboardPageWidgetHistogramNullValueSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<OneDashboardPageWidgetHistogramNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides OneDashboardPageWidgetHistogramNullValueSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_overrides Sequence[OneDashboardPageWidgetHistogramNullValueSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetHistogramNullValueSeriesOverride

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String
nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName string
null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_name str
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String

OneDashboardPageWidgetHistogramUnit

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetHistogramUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesOverrides []OneDashboardPageWidgetHistogramUnitSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<OneDashboardPageWidgetHistogramUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides OneDashboardPageWidgetHistogramUnitSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_overrides Sequence[OneDashboardPageWidgetHistogramUnitSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetHistogramUnitSeriesOverride

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName string
unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_name str
unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetJson

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax double
YAxisLeftMin double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries []OneDashboardPageWidgetJsonNrqlQuery

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors []OneDashboardPageWidgetJsonColor

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues []OneDashboardPageWidgetJsonNullValue

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units []OneDashboardPageWidgetJsonUnit

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax float64
YAxisLeftMin float64

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Integer

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<OneDashboardPageWidgetJsonNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Integer

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<OneDashboardPageWidgetJsonColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Integer

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<OneDashboardPageWidgetJsonNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<OneDashboardPageWidgetJsonUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Integer

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Double
yAxisLeftMin Double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries OneDashboardPageWidgetJsonNrqlQuery[]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row number

(Required) Row position of widget from top left, starting at 1.

title string

(Optional) A human-friendly display string for this value.

colors OneDashboardPageWidgetJsonColor[]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id string
ignoreTimeRange boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues OneDashboardPageWidgetJsonNullValue[]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units OneDashboardPageWidgetJsonUnit[]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax number
yAxisLeftMin number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column int

(Required) Column position of widget from top left, starting at 1.

nrql_queries Sequence[OneDashboardPageWidgetJsonNrqlQuery]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row int

(Required) Row position of widget from top left, starting at 1.

title str

(Optional) A human-friendly display string for this value.

colors Sequence[OneDashboardPageWidgetJsonColor]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facet_show_other_series bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id str
ignore_time_range bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legend_enabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

null_values Sequence[OneDashboardPageWidgetJsonNullValue]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units Sequence[OneDashboardPageWidgetJsonUnit]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

y_axis_left_max float
y_axis_left_min float

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<Property Map>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Number

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<Property Map>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<Property Map>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<Property Map>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Number
yAxisLeftMin Number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

OneDashboardPageWidgetJsonColor

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides []OneDashboardPageWidgetJsonColorSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<OneDashboardPageWidgetJsonColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides OneDashboardPageWidgetJsonColorSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_overrides Sequence[OneDashboardPageWidgetJsonColorSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetJsonColorSeriesOverride

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String
color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName string
color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_name str
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String

OneDashboardPageWidgetJsonNrqlQuery

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query str

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetJsonNullValue

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides []OneDashboardPageWidgetJsonNullValueSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<OneDashboardPageWidgetJsonNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides OneDashboardPageWidgetJsonNullValueSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_overrides Sequence[OneDashboardPageWidgetJsonNullValueSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetJsonNullValueSeriesOverride

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String
nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName string
null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_name str
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String

OneDashboardPageWidgetJsonUnit

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetJsonUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesOverrides []OneDashboardPageWidgetJsonUnitSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<OneDashboardPageWidgetJsonUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides OneDashboardPageWidgetJsonUnitSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_overrides Sequence[OneDashboardPageWidgetJsonUnitSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetJsonUnitSeriesOverride

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName string
unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_name str
unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetLine

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax double
YAxisLeftMin double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

YAxisLeftZero bool

(Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries []OneDashboardPageWidgetLineNrqlQuery

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors []OneDashboardPageWidgetLineColor

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues []OneDashboardPageWidgetLineNullValue

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units []OneDashboardPageWidgetLineUnit

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax float64
YAxisLeftMin float64

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

YAxisLeftZero bool

(Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.

column Integer

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<OneDashboardPageWidgetLineNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Integer

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<OneDashboardPageWidgetLineColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Integer

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<OneDashboardPageWidgetLineNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<OneDashboardPageWidgetLineUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Integer

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Double
yAxisLeftMin Double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

yAxisLeftZero Boolean

(Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.

column number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries OneDashboardPageWidgetLineNrqlQuery[]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row number

(Required) Row position of widget from top left, starting at 1.

title string

(Optional) A human-friendly display string for this value.

colors OneDashboardPageWidgetLineColor[]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id string
ignoreTimeRange boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues OneDashboardPageWidgetLineNullValue[]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units OneDashboardPageWidgetLineUnit[]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax number
yAxisLeftMin number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

yAxisLeftZero boolean

(Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.

column int

(Required) Column position of widget from top left, starting at 1.

nrql_queries Sequence[OneDashboardPageWidgetLineNrqlQuery]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row int

(Required) Row position of widget from top left, starting at 1.

title str

(Optional) A human-friendly display string for this value.

colors Sequence[OneDashboardPageWidgetLineColor]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facet_show_other_series bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id str
ignore_time_range bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legend_enabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

null_values Sequence[OneDashboardPageWidgetLineNullValue]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units Sequence[OneDashboardPageWidgetLineUnit]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

y_axis_left_max float
y_axis_left_min float

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

y_axis_left_zero bool

(Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.

column Number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<Property Map>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Number

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<Property Map>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<Property Map>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<Property Map>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Number
yAxisLeftMin Number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

yAxisLeftZero Boolean

(Optional) An attribute that specifies if the values on the graph to be rendered need to be fit to scale, or printed within the specified range from y_axis_left_min (or 0 if it is not defined) to y_axis_left_max. Use y_axis_left_zero = true with a combination of y_axis_left_min and y_axis_left_max to render values from 0 or the specified minimum to the maximum, and y_axis_left_zero = false to fit the graph to scale.

OneDashboardPageWidgetLineColor

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides []OneDashboardPageWidgetLineColorSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<OneDashboardPageWidgetLineColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides OneDashboardPageWidgetLineColorSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_overrides Sequence[OneDashboardPageWidgetLineColorSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetLineColorSeriesOverride

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String
color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName string
color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_name str
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String

OneDashboardPageWidgetLineNrqlQuery

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query str

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetLineNullValue

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides []OneDashboardPageWidgetLineNullValueSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<OneDashboardPageWidgetLineNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides OneDashboardPageWidgetLineNullValueSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_overrides Sequence[OneDashboardPageWidgetLineNullValueSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetLineNullValueSeriesOverride

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String
nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName string
null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_name str
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String

OneDashboardPageWidgetLineUnit

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLineUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesOverrides []OneDashboardPageWidgetLineUnitSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<OneDashboardPageWidgetLineUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides OneDashboardPageWidgetLineUnitSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_overrides Sequence[OneDashboardPageWidgetLineUnitSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetLineUnitSeriesOverride

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName string
unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_name str
unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetLogTable

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax double
YAxisLeftMin double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

Column int

(Required) Column position of widget from top left, starting at 1.

NrqlQueries []OneDashboardPageWidgetLogTableNrqlQuery

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors []OneDashboardPageWidgetLogTableColor

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues []OneDashboardPageWidgetLogTableNullValue

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Units []OneDashboardPageWidgetLogTableUnit

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax float64
YAxisLeftMin float64

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Integer

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<OneDashboardPageWidgetLogTableNrqlQuery>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Integer

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<OneDashboardPageWidgetLogTableColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Integer

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<OneDashboardPageWidgetLogTableNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<OneDashboardPageWidgetLogTableUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Integer

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Double
yAxisLeftMin Double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries OneDashboardPageWidgetLogTableNrqlQuery[]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row number

(Required) Row position of widget from top left, starting at 1.

title string

(Optional) A human-friendly display string for this value.

colors OneDashboardPageWidgetLogTableColor[]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id string
ignoreTimeRange boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues OneDashboardPageWidgetLogTableNullValue[]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units OneDashboardPageWidgetLogTableUnit[]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax number
yAxisLeftMin number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column int

(Required) Column position of widget from top left, starting at 1.

nrql_queries Sequence[OneDashboardPageWidgetLogTableNrqlQuery]

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row int

(Required) Row position of widget from top left, starting at 1.

title str

(Optional) A human-friendly display string for this value.

colors Sequence[OneDashboardPageWidgetLogTableColor]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facet_show_other_series bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id str
ignore_time_range bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legend_enabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

null_values Sequence[OneDashboardPageWidgetLogTableNullValue]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units Sequence[OneDashboardPageWidgetLogTableUnit]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

y_axis_left_max float
y_axis_left_min float

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Number

(Required) Column position of widget from top left, starting at 1.

nrqlQueries List<Property Map>

(Optional) Configuration for variables of type nrql. See Nested nrql_query blocks for details.

row Number

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<Property Map>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<Property Map>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

units List<Property Map>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Number
yAxisLeftMin Number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

OneDashboardPageWidgetLogTableColor

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesOverrides []OneDashboardPageWidgetLogTableColorSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<OneDashboardPageWidgetLogTableColorSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides OneDashboardPageWidgetLogTableColorSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_overrides Sequence[OneDashboardPageWidgetLogTableColorSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetLogTableColorSeriesOverride

Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
Color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

SeriesName string
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String
color string

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName string
color str

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

series_name str
color String

(Optional) Choose a color to customize the color of your charts per series in area, bar, line, pie, and stacked bar charts. Accepted values are RGB, HEX, or HSL code.

seriesName String

OneDashboardPageWidgetLogTableNrqlQuery

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

Query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

AccountId int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Integer

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query string

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query str

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

account_id int

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

query String

(Required) Valid NRQL query string. See Writing NRQL Queries for help.

accountId Number

Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.

OneDashboardPageWidgetLogTableNullValue

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesOverrides []OneDashboardPageWidgetLogTableNullValueSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<OneDashboardPageWidgetLogTableNullValueSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides OneDashboardPageWidgetLogTableNullValueSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_overrides Sequence[OneDashboardPageWidgetLogTableNullValueSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

OneDashboardPageWidgetLogTableNullValueSeriesOverride

NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
NullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

SeriesName string
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String
nullValue string

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName string
null_value str

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

series_name str
nullValue String

Choose an option in displaying null values. Accepted values are default, remove, preserve, or zero.

seriesName String

OneDashboardPageWidgetLogTableUnit

SeriesOverrides List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetLogTableUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesOverrides []OneDashboardPageWidgetLogTableUnitSeriesOverride

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<OneDashboardPageWidgetLogTableUnitSeriesOverride>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides OneDashboardPageWidgetLogTableUnitSeriesOverride[]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_overrides Sequence[OneDashboardPageWidgetLogTableUnitSeriesOverride]

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesOverrides List<Property Map>

(Optional) A Nested block which will take two string attributes color and series_name. This nested block is used to customize colors of individual.

unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetLogTableUnitSeriesOverride

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

SeriesName string
Unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName string
unit string

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

series_name str
unit str

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

seriesName String
unit String

(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.

OneDashboardPageWidgetMarkdown

Column int

(Required) Column position of widget from top left, starting at 1.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Text string

(Required) The markdown source to be rendered in the widget.

Units List<Pulumi.NewRelic.Inputs.OneDashboardPageWidgetMarkdownUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax double
YAxisLeftMin double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

Column int

(Required) Column position of widget from top left, starting at 1.

Row int

(Required) Row position of widget from top left, starting at 1.

Title string

(Optional) A human-friendly display string for this value.

Colors []OneDashboardPageWidgetMarkdownColor

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

FacetShowOtherSeries bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

Height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

Id string
IgnoreTimeRange bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

LegendEnabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

NullValues []OneDashboardPageWidgetMarkdownNullValue

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

Text string

(Required) The markdown source to be rendered in the widget.

Units []OneDashboardPageWidgetMarkdownUnit

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

Width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

YAxisLeftMax float64
YAxisLeftMin float64

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column Integer

(Required) Column position of widget from top left, starting at 1.

row Integer

(Required) Row position of widget from top left, starting at 1.

title String

(Optional) A human-friendly display string for this value.

colors List<OneDashboardPageWidgetMarkdownColor>

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries Boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height Integer

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id String
ignoreTimeRange Boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled Boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues List<OneDashboardPageWidgetMarkdownNullValue>

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

text String

(Required) The markdown source to be rendered in the widget.

units List<OneDashboardPageWidgetMarkdownUnit>

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width Integer

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax Double
yAxisLeftMin Double

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column number

(Required) Column position of widget from top left, starting at 1.

row number

(Required) Row position of widget from top left, starting at 1.

title string

(Optional) A human-friendly display string for this value.

colors OneDashboardPageWidgetMarkdownColor[]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facetShowOtherSeries boolean

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height number

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id string
ignoreTimeRange boolean

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legendEnabled boolean

(Optional) With this turned on, the legend will be displayed. Defaults to true.

nullValues OneDashboardPageWidgetMarkdownNullValue[]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

text string

(Required) The markdown source to be rendered in the widget.

units OneDashboardPageWidgetMarkdownUnit[]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width number

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

yAxisLeftMax number
yAxisLeftMin number

, y_axis_left_max - (Optional) Adjust the Y axis to display the data within certain values by setting a minimum and maximum value for the axis for line charts and area charts. If no customization option is selected, dashboards automatically displays the full Y axis from 0 to the top value plus a margin.

column int

(Required) Column position of widget from top left, starting at 1.

row int

(Required) Row position of widget from top left, starting at 1.

title str

(Optional) A human-friendly display string for this value.

colors Sequence[OneDashboardPageWidgetMarkdownColor]

(Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.

facet_show_other_series bool

(Optional) Enable or disable the Other group in visualisations. The other group is used if a facet on a query returns more than 2000 items for bar charts, pie charts, and tables. The other group aggregates the rest of the facets. Defaults to false

height int

(Optional) Height of the widget. Valid values are 1 to 12 inclusive. Defaults to 3.

id str
ignore_time_range bool

(Optional) With this turned on, the time range in this query will override the time picker on dashboards and other pages. Defaults to false.

legend_enabled bool

(Optional) With this turned on, the legend will be displayed. Defaults to true.

null_values Sequence[OneDashboardPageWidgetMarkdownNullValue]

(Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.

text str

(Required) The markdown source to be rendered in the widget.

units Sequence[OneDashboardPageWidgetMarkdownUnit]

(Optional) A nested block that describes units on your Y axis. See Nested Units blocks below for details.

width int

(Optional) Width of the widget. Valid values are 1 to 12 inclusive. Defaults to 4.

y_axis_left_max