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.
New Relic. Inputs. One Dashboard Page Args> 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 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
, orpublic_read_write
. Defaults topublic_read_only
.- Variables
List<Pulumi.
New Relic. Inputs. One Dashboard Variable Args> A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- Pages
[]One
Dashboard Page Args 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 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
, orpublic_read_write
. Defaults topublic_read_only
.- Variables
[]One
Dashboard Variable Args A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- pages
List<One
Dashboard Page Args> A nested block that describes a page. See Nested page blocks below for details.
- account
Id 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
, orpublic_read_write
. Defaults topublic_read_only
.- variables
List<One
Dashboard Variable Args> A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- pages
One
Dashboard Page Args[] A nested block that describes a page. See Nested page blocks below for details.
- account
Id 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
, orpublic_read_write
. Defaults topublic_read_only
.- variables
One
Dashboard Variable Args[] A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- pages
Sequence[One
Dashboard Page Args] 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
, orpublic_read_write
. Defaults topublic_read_only
.- variables
Sequence[One
Dashboard Variable Args] 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.
- account
Id 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
, orpublic_read_write
. Defaults topublic_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:
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.
- 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 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.
New Relic. Inputs. One Dashboard Page Args> 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
, orpublic_read_write
. Defaults topublic_read_only
.- Variables
List<Pulumi.
New Relic. Inputs. One Dashboard Variable Args> 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 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
[]One
Dashboard Page Args 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
, orpublic_read_write
. Defaults topublic_read_only
.- Variables
[]One
Dashboard Variable Args A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- account
Id 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<One
Dashboard Page Args> 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
, orpublic_read_write
. Defaults topublic_read_only
.- variables
List<One
Dashboard Variable Args> A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- account
Id 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
One
Dashboard Page Args[] 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
, orpublic_read_write
. Defaults topublic_read_only
.- variables
One
Dashboard Variable Args[] 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[One
Dashboard Page Args] 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
, orpublic_read_write
. Defaults topublic_read_only
.- variables
Sequence[One
Dashboard Variable Args] A nested block that describes a dashboard-local variable. See Nested variable blocks below for details.
- account
Id 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
, orpublic_read_write
. Defaults topublic_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.
- Widget
Areas List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area> - Widget
Bars List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar> - Widget
Billboards List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard> - Widget
Bullets List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet> - Widget
Funnels List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel> - Widget
Heatmaps List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap> - Widget
Histograms List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram> - Widget
Jsons List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json> - Widget
Lines List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line> - Widget
Log List<Pulumi.Tables New Relic. Inputs. One Dashboard Page Widget Log Table> - Widget
Markdowns List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Markdown> - Widget
Pies List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Py> - Widget
Stacked List<Pulumi.Bars New Relic. Inputs. One Dashboard Page Widget Stacked Bar> - Widget
Tables List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Table>
- 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.
- Widget
Areas []OneDashboard Page Widget Area - Widget
Bars []OneDashboard Page Widget Bar - Widget
Billboards []OneDashboard Page Widget Billboard - Widget
Bullets []OneDashboard Page Widget Bullet - Widget
Funnels []OneDashboard Page Widget Funnel - Widget
Heatmaps []OneDashboard Page Widget Heatmap - Widget
Histograms []OneDashboard Page Widget Histogram - Widget
Jsons []OneDashboard Page Widget Json - Widget
Lines []OneDashboard Page Widget Line - Widget
Log []OneTables Dashboard Page Widget Log Table - Widget
Markdowns []OneDashboard Page Widget Markdown - Widget
Pies []OneDashboard Page Widget Py - Widget
Stacked []OneBars Dashboard Page Widget Stacked Bar - Widget
Tables []OneDashboard Page Widget Table
- 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.
- widget
Areas List<OneDashboard Page Widget Area> - widget
Bars List<OneDashboard Page Widget Bar> - widget
Billboards List<OneDashboard Page Widget Billboard> - widget
Bullets List<OneDashboard Page Widget Bullet> - widget
Funnels List<OneDashboard Page Widget Funnel> - widget
Heatmaps List<OneDashboard Page Widget Heatmap> - widget
Histograms List<OneDashboard Page Widget Histogram> - widget
Jsons List<OneDashboard Page Widget Json> - widget
Lines List<OneDashboard Page Widget Line> - widget
Log List<OneTables Dashboard Page Widget Log Table> - widget
Markdowns List<OneDashboard Page Widget Markdown> - widget
Pies List<OneDashboard Page Widget Py> - widget
Stacked List<OneBars Dashboard Page Widget Stacked Bar> - widget
Tables List<OneDashboard Page Widget Table>
- 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.
- widget
Areas OneDashboard Page Widget Area[] - widget
Bars OneDashboard Page Widget Bar[] - widget
Billboards OneDashboard Page Widget Billboard[] - widget
Bullets OneDashboard Page Widget Bullet[] - widget
Funnels OneDashboard Page Widget Funnel[] - widget
Heatmaps OneDashboard Page Widget Heatmap[] - widget
Histograms OneDashboard Page Widget Histogram[] - widget
Jsons OneDashboard Page Widget Json[] - widget
Lines OneDashboard Page Widget Line[] - widget
Log OneTables Dashboard Page Widget Log Table[] - widget
Markdowns OneDashboard Page Widget Markdown[] - widget
Pies OneDashboard Page Widget Py[] - widget
Stacked OneBars Dashboard Page Widget Stacked Bar[] - widget
Tables OneDashboard Page Widget Table[]
- 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[OneDashboard Page Widget Area] - widget_
bars Sequence[OneDashboard Page Widget Bar] - widget_
billboards Sequence[OneDashboard Page Widget Billboard] - widget_
bullets Sequence[OneDashboard Page Widget Bullet] - widget_
funnels Sequence[OneDashboard Page Widget Funnel] - widget_
heatmaps Sequence[OneDashboard Page Widget Heatmap] - widget_
histograms Sequence[OneDashboard Page Widget Histogram] - widget_
jsons Sequence[OneDashboard Page Widget Json] - widget_
lines Sequence[OneDashboard Page Widget Line] - widget_
log_ Sequence[Onetables Dashboard Page Widget Log Table] - widget_
markdowns Sequence[OneDashboard Page Widget Markdown] - widget_
pies Sequence[OneDashboard Page Widget Py] - widget_
stacked_ Sequence[Onebars Dashboard Page Widget Stacked Bar] - widget_
tables Sequence[OneDashboard Page Widget Table]
- 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.
- widget
Areas List<Property Map> - widget
Bars List<Property Map> - widget
Billboards List<Property Map> - widget
Bullets List<Property Map> - widget
Funnels List<Property Map> - widget
Heatmaps List<Property Map> - widget
Histograms List<Property Map> - widget
Jsons List<Property Map> - widget
Lines List<Property Map> - widget
Log List<Property Map>Tables - widget
Markdowns List<Property Map> - widget
Pies List<Property Map> - widget
Stacked List<Property Map>Bars - widget
Tables List<Property Map>
OneDashboardPageWidgetArea
- Column int
(Required) Column position of widget from top left, starting at
1
.- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area Nrql Query> (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.
New Relic. Inputs. One Dashboard Page Widget Area Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Area Unit> (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
to12
inclusive. Defaults to4
.- YAxis
Left doubleMax - YAxis
Left doubleMin ,
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 []OneDashboard Page Widget Area Nrql Query (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
[]One
Dashboard Page Widget Area Color (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 []OneDashboard Page Widget Area Null Value (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Area Unit (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
to12
inclusive. Defaults to4
.- YAxis
Left float64Max - YAxis
Left float64Min ,
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
.- nrql
Queries List<OneDashboard Page Widget Area Nrql Query> (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<One
Dashboard Page Widget Area Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values List<OneDashboard Page Widget Area Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Area Unit> (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
to12
inclusive. Defaults to4
.- y
Axis DoubleLeft Max - y
Axis DoubleLeft Min ,
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
.- nrql
Queries OneDashboard Page Widget Area Nrql Query[] (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
One
Dashboard Page Widget Area Color[] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series (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
to12
inclusive. Defaults to3
.- id string
- ignore
Time booleanRange (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 boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values OneDashboard Page Widget Area Null Value[] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Area Unit[] (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
to12
inclusive. Defaults to4
.- y
Axis numberLeft Max - y
Axis numberLeft Min ,
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[OneDashboard Page Widget Area Nrql Query] (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[One
Dashboard Page Widget Area Color] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series (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
to12
inclusive. Defaults to3
.- id str
- ignore_
time_ boolrange (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[OneDashboard Page Widget Area Null Value] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Area Unit] (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
to12
inclusive. Defaults to4
.- y_
axis_ floatleft_ max - y_
axis_ floatleft_ min ,
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
.- nrql
Queries 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.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values 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
to12
inclusive. Defaults to4
.- y
Axis NumberLeft Max - y
Axis NumberLeft Min ,
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.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Overrides []OneDashboard Page Widget Area Color Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<OneDashboard Page Widget Area Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides OneDashboard Page Widget Area Color Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Area Color Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Name 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.
- Series
Name 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.
- series
Name 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.
- series
Name 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.
- series
Name String
OneDashboardPageWidgetAreaNrqlQuery
- Query string
(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.
- 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.
- account
Id 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.
- account
Id 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.
- account
Id Number Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetAreaNullValue
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides []OneDashboard Page Widget Area Null Value Series Override (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<OneDashboard Page Widget Area Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides OneDashboard Page Widget Area Null Value Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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
, orzero
.- series_
overrides Sequence[OneDashboard Page Widget Area Null Value Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetAreaNullValueSeriesOverride
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name string
- null_
value str Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series_
name str
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
OneDashboardPageWidgetAreaUnit
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Area Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 []OneDashboard Page Widget Area Unit Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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 List<OneDashboard Page Widget Area Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 OneDashboard Page Widget Area Unit Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Area Unit Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name 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.
- series
Name 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
.- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar Nrql Query> (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.
New Relic. Inputs. One Dashboard Page Widget Bar Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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 boolDashboard (Optional) Use this item to filter the current dashboard.
- Height int
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 List<string>Guids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Bar Unit> (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
to12
inclusive. Defaults to4
.- YAxis
Left doubleMax - YAxis
Left doubleMin ,
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 []OneDashboard Page Widget Bar Nrql Query (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
[]One
Dashboard Page Widget Bar Color (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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 boolDashboard (Optional) Use this item to filter the current dashboard.
- Height int
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 []stringGuids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values []OneDashboard Page Widget Bar Null Value (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Bar Unit (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
to12
inclusive. Defaults to4
.- YAxis
Left float64Max - YAxis
Left float64Min ,
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
.- nrql
Queries List<OneDashboard Page Widget Bar Nrql Query> (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<One
Dashboard Page Widget Bar Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series (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 BooleanDashboard (Optional) Use this item to filter the current dashboard.
- height Integer
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- linked
Entity List<String>Guids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values List<OneDashboard Page Widget Bar Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Bar Unit> (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
to12
inclusive. Defaults to4
.- y
Axis DoubleLeft Max - y
Axis DoubleLeft Min ,
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
.- nrql
Queries OneDashboard Page Widget Bar Nrql Query[] (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
One
Dashboard Page Widget Bar Color[] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series (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 booleanDashboard (Optional) Use this item to filter the current dashboard.
- height number
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- id string
- ignore
Time booleanRange (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 boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- linked
Entity string[]Guids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values OneDashboard Page Widget Bar Null Value[] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Bar Unit[] (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
to12
inclusive. Defaults to4
.- y
Axis numberLeft Max - y
Axis numberLeft Min ,
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[OneDashboard Page Widget Bar Nrql Query] (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[One
Dashboard Page Widget Bar Color] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series (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_ booldashboard (Optional) Use this item to filter the current dashboard.
- height int
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- id str
- ignore_
time_ boolrange (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_ Sequence[str]guids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null_
values Sequence[OneDashboard Page Widget Bar Null Value] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Bar Unit] (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
to12
inclusive. Defaults to4
.- y_
axis_ floatleft_ max - y_
axis_ floatleft_ min ,
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
.- nrql
Queries 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.
- facet
Show BooleanOther Series (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 BooleanDashboard (Optional) Use this item to filter the current dashboard.
- height Number
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- linked
Entity List<String>Guids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values 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
to12
inclusive. Defaults to4
.- y
Axis NumberLeft Max - y
Axis NumberLeft Min ,
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.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Overrides []OneDashboard Page Widget Bar Color Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<OneDashboard Page Widget Bar Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides OneDashboard Page Widget Bar Color Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Bar Color Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Name 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.
- Series
Name 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.
- series
Name 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.
- series
Name 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.
- series
Name String
OneDashboardPageWidgetBarNrqlQuery
- Query string
(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.
- 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.
- account
Id 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.
- account
Id 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.
- account
Id Number Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetBarNullValue
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides []OneDashboard Page Widget Bar Null Value Series Override (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<OneDashboard Page Widget Bar Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides OneDashboard Page Widget Bar Null Value Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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
, orzero
.- series_
overrides Sequence[OneDashboard Page Widget Bar Null Value Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetBarNullValueSeriesOverride
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name string
- null_
value str Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series_
name str
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
OneDashboardPageWidgetBarUnit
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 []OneDashboard Page Widget Bar Unit Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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 List<OneDashboard Page Widget Bar Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 OneDashboard Page Widget Bar Unit Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Bar Unit Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name 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.
- series
Name 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
.- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard Nrql Query> (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.
New Relic. Inputs. One Dashboard Page Widget Billboard Color> (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.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Billboard Unit> (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
to12
inclusive. Defaults to4
.- YAxis
Left doubleMax - YAxis
Left doubleMin ,
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 []OneDashboard Page Widget Billboard Nrql Query (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
[]One
Dashboard Page Widget Billboard Color (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.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 []OneDashboard Page Widget Billboard Null Value (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Billboard Unit (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
to12
inclusive. Defaults to4
.- YAxis
Left float64Max - YAxis
Left float64Min ,
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
.- nrql
Queries List<OneDashboard Page Widget Billboard Nrql Query> (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<One
Dashboard Page Widget Billboard Color> (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.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values List<OneDashboard Page Widget Billboard Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Billboard Unit> (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
to12
inclusive. Defaults to4
.- y
Axis DoubleLeft Max - y
Axis DoubleLeft Min ,
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
.- nrql
Queries OneDashboard Page Widget Billboard Nrql Query[] (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
One
Dashboard Page Widget Billboard Color[] (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.
- facet
Show booleanOther Series (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
to12
inclusive. Defaults to3
.- id string
- ignore
Time booleanRange (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 boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values OneDashboard Page Widget Billboard Null Value[] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Billboard Unit[] (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
to12
inclusive. Defaults to4
.- y
Axis numberLeft Max - y
Axis numberLeft Min ,
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[OneDashboard Page Widget Billboard Nrql Query] (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[One
Dashboard Page Widget Billboard Color] (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_ boolother_ series (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
to12
inclusive. Defaults to3
.- id str
- ignore_
time_ boolrange (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[OneDashboard Page Widget Billboard Null Value] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Billboard Unit] (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
to12
inclusive. Defaults to4
.- y_
axis_ floatleft_ max - y_
axis_ floatleft_ min ,
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
.- nrql
Queries 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.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values 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
to12
inclusive. Defaults to4
.- y
Axis NumberLeft Max - y
Axis NumberLeft Min ,
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.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Overrides []OneDashboard Page Widget Billboard Color Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<OneDashboard Page Widget Billboard Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides OneDashboard Page Widget Billboard Color Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Billboard Color Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Name 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.
- Series
Name 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.
- series
Name 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.
- series
Name 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.
- series
Name String
OneDashboardPageWidgetBillboardNrqlQuery
- Query string
(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.
- 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.
- account
Id 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.
- account
Id 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.
- account
Id Number Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetBillboardNullValue
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides []OneDashboard Page Widget Billboard Null Value Series Override (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<OneDashboard Page Widget Billboard Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides OneDashboard Page Widget Billboard Null Value Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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
, orzero
.- series_
overrides Sequence[OneDashboard Page Widget Billboard Null Value Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetBillboardNullValueSeriesOverride
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name string
- null_
value str Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series_
name str
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
OneDashboardPageWidgetBillboardUnit
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 []OneDashboard Page Widget Billboard Unit Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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 List<OneDashboard Page Widget Billboard Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 OneDashboard Page Widget Billboard Unit Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Billboard Unit Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name 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.
- series
Name 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.
- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet Nrql Query> (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.
New Relic. Inputs. One Dashboard Page Widget Bullet Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Bullet Unit> (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
to12
inclusive. Defaults to4
.- YAxis
Left doubleMax - YAxis
Left doubleMin ,
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.
- Nrql
Queries []OneDashboard Page Widget Bullet Nrql Query (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
[]One
Dashboard Page Widget Bullet Color (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 []OneDashboard Page Widget Bullet Null Value (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Bullet Unit (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
to12
inclusive. Defaults to4
.- YAxis
Left float64Max - YAxis
Left float64Min ,
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.
- nrql
Queries List<OneDashboard Page Widget Bullet Nrql Query> (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<One
Dashboard Page Widget Bullet Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values List<OneDashboard Page Widget Bullet Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Bullet Unit> (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
to12
inclusive. Defaults to4
.- y
Axis DoubleLeft Max - y
Axis DoubleLeft Min ,
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.
- nrql
Queries OneDashboard Page Widget Bullet Nrql Query[] (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
One
Dashboard Page Widget Bullet Color[] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series (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
to12
inclusive. Defaults to3
.- id string
- ignore
Time booleanRange (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 boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values OneDashboard Page Widget Bullet Null Value[] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Bullet Unit[] (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
to12
inclusive. Defaults to4
.- y
Axis numberLeft Max - y
Axis numberLeft Min ,
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[OneDashboard Page Widget Bullet Nrql Query] (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[One
Dashboard Page Widget Bullet Color] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series (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
to12
inclusive. Defaults to3
.- id str
- ignore_
time_ boolrange (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[OneDashboard Page Widget Bullet Null Value] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Bullet Unit] (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
to12
inclusive. Defaults to4
.- y_
axis_ floatleft_ max - y_
axis_ floatleft_ min ,
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.
- nrql
Queries 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.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values 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
to12
inclusive. Defaults to4
.- y
Axis NumberLeft Max - y
Axis NumberLeft Min ,
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.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Overrides []OneDashboard Page Widget Bullet Color Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<OneDashboard Page Widget Bullet Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides OneDashboard Page Widget Bullet Color Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Bullet Color Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Name 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.
- Series
Name 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.
- series
Name 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.
- series
Name 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.
- series
Name String
OneDashboardPageWidgetBulletNrqlQuery
- Query string
(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.
- 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.
- account
Id 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.
- account
Id 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.
- account
Id Number Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetBulletNullValue
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides []OneDashboard Page Widget Bullet Null Value Series Override (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<OneDashboard Page Widget Bullet Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides OneDashboard Page Widget Bullet Null Value Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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
, orzero
.- series_
overrides Sequence[OneDashboard Page Widget Bullet Null Value Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetBulletNullValueSeriesOverride
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name string
- null_
value str Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series_
name str
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
OneDashboardPageWidgetBulletUnit
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 []OneDashboard Page Widget Bullet Unit Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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 List<OneDashboard Page Widget Bullet Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 OneDashboard Page Widget Bullet Unit Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Bullet Unit Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name 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.
- series
Name 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
.- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel Nrql Query> (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.
New Relic. Inputs. One Dashboard Page Widget Funnel Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Funnel Unit> (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
to12
inclusive. Defaults to4
.- YAxis
Left doubleMax - YAxis
Left doubleMin ,
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 []OneDashboard Page Widget Funnel Nrql Query (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
[]One
Dashboard Page Widget Funnel Color (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 []OneDashboard Page Widget Funnel Null Value (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Funnel Unit (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
to12
inclusive. Defaults to4
.- YAxis
Left float64Max - YAxis
Left float64Min ,
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
.- nrql
Queries List<OneDashboard Page Widget Funnel Nrql Query> (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<One
Dashboard Page Widget Funnel Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values List<OneDashboard Page Widget Funnel Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Funnel Unit> (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
to12
inclusive. Defaults to4
.- y
Axis DoubleLeft Max - y
Axis DoubleLeft Min ,
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
.- nrql
Queries OneDashboard Page Widget Funnel Nrql Query[] (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
One
Dashboard Page Widget Funnel Color[] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series (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
to12
inclusive. Defaults to3
.- id string
- ignore
Time booleanRange (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 boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values OneDashboard Page Widget Funnel Null Value[] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Funnel Unit[] (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
to12
inclusive. Defaults to4
.- y
Axis numberLeft Max - y
Axis numberLeft Min ,
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[OneDashboard Page Widget Funnel Nrql Query] (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[One
Dashboard Page Widget Funnel Color] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series (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
to12
inclusive. Defaults to3
.- id str
- ignore_
time_ boolrange (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[OneDashboard Page Widget Funnel Null Value] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Funnel Unit] (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
to12
inclusive. Defaults to4
.- y_
axis_ floatleft_ max - y_
axis_ floatleft_ min ,
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
.- nrql
Queries 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.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values 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
to12
inclusive. Defaults to4
.- y
Axis NumberLeft Max - y
Axis NumberLeft Min ,
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.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Overrides []OneDashboard Page Widget Funnel Color Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<OneDashboard Page Widget Funnel Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides OneDashboard Page Widget Funnel Color Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Funnel Color Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Name 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.
- Series
Name 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.
- series
Name 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.
- series
Name 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.
- series
Name String
OneDashboardPageWidgetFunnelNrqlQuery
- Query string
(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.
- 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.
- account
Id 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.
- account
Id 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.
- account
Id Number Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetFunnelNullValue
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides []OneDashboard Page Widget Funnel Null Value Series Override (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<OneDashboard Page Widget Funnel Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides OneDashboard Page Widget Funnel Null Value Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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
, orzero
.- series_
overrides Sequence[OneDashboard Page Widget Funnel Null Value Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetFunnelNullValueSeriesOverride
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name string
- null_
value str Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series_
name str
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
OneDashboardPageWidgetFunnelUnit
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 []OneDashboard Page Widget Funnel Unit Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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 List<OneDashboard Page Widget Funnel Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 OneDashboard Page Widget Funnel Unit Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Funnel Unit Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name 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.
- series
Name 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
.- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap Nrql Query> (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.
New Relic. Inputs. One Dashboard Page Widget Heatmap Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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 boolDashboard (Optional) Use this item to filter the current dashboard.
- Height int
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 List<string>Guids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Heatmap Unit> (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
to12
inclusive. Defaults to4
.- YAxis
Left doubleMax - YAxis
Left doubleMin ,
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 []OneDashboard Page Widget Heatmap Nrql Query (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
[]One
Dashboard Page Widget Heatmap Color (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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 boolDashboard (Optional) Use this item to filter the current dashboard.
- Height int
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 []stringGuids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- Null
Values []OneDashboard Page Widget Heatmap Null Value (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Heatmap Unit (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
to12
inclusive. Defaults to4
.- YAxis
Left float64Max - YAxis
Left float64Min ,
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
.- nrql
Queries List<OneDashboard Page Widget Heatmap Nrql Query> (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<One
Dashboard Page Widget Heatmap Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series (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 BooleanDashboard (Optional) Use this item to filter the current dashboard.
- height Integer
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- linked
Entity List<String>Guids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values List<OneDashboard Page Widget Heatmap Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Heatmap Unit> (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
to12
inclusive. Defaults to4
.- y
Axis DoubleLeft Max - y
Axis DoubleLeft Min ,
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
.- nrql
Queries OneDashboard Page Widget Heatmap Nrql Query[] (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
One
Dashboard Page Widget Heatmap Color[] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series (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 booleanDashboard (Optional) Use this item to filter the current dashboard.
- height number
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- id string
- ignore
Time booleanRange (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 boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- linked
Entity string[]Guids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values OneDashboard Page Widget Heatmap Null Value[] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Heatmap Unit[] (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
to12
inclusive. Defaults to4
.- y
Axis numberLeft Max - y
Axis numberLeft Min ,
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[OneDashboard Page Widget Heatmap Nrql Query] (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[One
Dashboard Page Widget Heatmap Color] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series (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_ booldashboard (Optional) Use this item to filter the current dashboard.
- height int
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- id str
- ignore_
time_ boolrange (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_ Sequence[str]guids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null_
values Sequence[OneDashboard Page Widget Heatmap Null Value] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Heatmap Unit] (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
to12
inclusive. Defaults to4
.- y_
axis_ floatleft_ max - y_
axis_ floatleft_ min ,
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
.- nrql
Queries 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.
- facet
Show BooleanOther Series (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 BooleanDashboard (Optional) Use this item to filter the current dashboard.
- height Number
(Optional) Height of the widget. Valid values are
1
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- linked
Entity List<String>Guids (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.
- null
Values 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
to12
inclusive. Defaults to4
.- y
Axis NumberLeft Max - y
Axis NumberLeft Min ,
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.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Overrides []OneDashboard Page Widget Heatmap Color Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<OneDashboard Page Widget Heatmap Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides OneDashboard Page Widget Heatmap Color Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Heatmap Color Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Name 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.
- Series
Name 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.
- series
Name 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.
- series
Name 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.
- series
Name String
OneDashboardPageWidgetHeatmapNrqlQuery
- Query string
(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.
- 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.
- account
Id 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.
- account
Id 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.
- account
Id Number Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetHeatmapNullValue
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides []OneDashboard Page Widget Heatmap Null Value Series Override (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<OneDashboard Page Widget Heatmap Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides OneDashboard Page Widget Heatmap Null Value Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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
, orzero
.- series_
overrides Sequence[OneDashboard Page Widget Heatmap Null Value Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetHeatmapNullValueSeriesOverride
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name string
- null_
value str Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series_
name str
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
OneDashboardPageWidgetHeatmapUnit
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 []OneDashboard Page Widget Heatmap Unit Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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 List<OneDashboard Page Widget Heatmap Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 OneDashboard Page Widget Heatmap Unit Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Heatmap Unit Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name 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.
- series
Name 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
.- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram Nrql Query> (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.
New Relic. Inputs. One Dashboard Page Widget Histogram Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Histogram Unit> (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
to12
inclusive. Defaults to4
.- YAxis
Left doubleMax - YAxis
Left doubleMin ,
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 []OneDashboard Page Widget Histogram Nrql Query (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
[]One
Dashboard Page Widget Histogram Color (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 []OneDashboard Page Widget Histogram Null Value (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Histogram Unit (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
to12
inclusive. Defaults to4
.- YAxis
Left float64Max - YAxis
Left float64Min ,
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
.- nrql
Queries List<OneDashboard Page Widget Histogram Nrql Query> (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<One
Dashboard Page Widget Histogram Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values List<OneDashboard Page Widget Histogram Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Histogram Unit> (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
to12
inclusive. Defaults to4
.- y
Axis DoubleLeft Max - y
Axis DoubleLeft Min ,
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
.- nrql
Queries OneDashboard Page Widget Histogram Nrql Query[] (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
One
Dashboard Page Widget Histogram Color[] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series (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
to12
inclusive. Defaults to3
.- id string
- ignore
Time booleanRange (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 boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values OneDashboard Page Widget Histogram Null Value[] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Histogram Unit[] (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
to12
inclusive. Defaults to4
.- y
Axis numberLeft Max - y
Axis numberLeft Min ,
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[OneDashboard Page Widget Histogram Nrql Query] (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[One
Dashboard Page Widget Histogram Color] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series (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
to12
inclusive. Defaults to3
.- id str
- ignore_
time_ boolrange (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[OneDashboard Page Widget Histogram Null Value] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Histogram Unit] (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
to12
inclusive. Defaults to4
.- y_
axis_ floatleft_ max - y_
axis_ floatleft_ min ,
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
.- nrql
Queries 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.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values 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
to12
inclusive. Defaults to4
.- y
Axis NumberLeft Max - y
Axis NumberLeft Min ,
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.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Overrides []OneDashboard Page Widget Histogram Color Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<OneDashboard Page Widget Histogram Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides OneDashboard Page Widget Histogram Color Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Histogram Color Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Name 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.
- Series
Name 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.
- series
Name 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.
- series
Name 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.
- series
Name String
OneDashboardPageWidgetHistogramNrqlQuery
- Query string
(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.
- 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.
- account
Id 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.
- account
Id 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.
- account
Id Number Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetHistogramNullValue
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides []OneDashboard Page Widget Histogram Null Value Series Override (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<OneDashboard Page Widget Histogram Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides OneDashboard Page Widget Histogram Null Value Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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
, orzero
.- series_
overrides Sequence[OneDashboard Page Widget Histogram Null Value Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetHistogramNullValueSeriesOverride
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name string
- null_
value str Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series_
name str
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
OneDashboardPageWidgetHistogramUnit
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 []OneDashboard Page Widget Histogram Unit Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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 List<OneDashboard Page Widget Histogram Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 OneDashboard Page Widget Histogram Unit Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Histogram Unit Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name 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.
- series
Name 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
.- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json Nrql Query> (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.
New Relic. Inputs. One Dashboard Page Widget Json Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Json Unit> (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
to12
inclusive. Defaults to4
.- YAxis
Left doubleMax - YAxis
Left doubleMin ,
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 []OneDashboard Page Widget Json Nrql Query (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
[]One
Dashboard Page Widget Json Color (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 []OneDashboard Page Widget Json Null Value (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Json Unit (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
to12
inclusive. Defaults to4
.- YAxis
Left float64Max - YAxis
Left float64Min ,
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
.- nrql
Queries List<OneDashboard Page Widget Json Nrql Query> (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<One
Dashboard Page Widget Json Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values List<OneDashboard Page Widget Json Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Json Unit> (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
to12
inclusive. Defaults to4
.- y
Axis DoubleLeft Max - y
Axis DoubleLeft Min ,
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
.- nrql
Queries OneDashboard Page Widget Json Nrql Query[] (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
One
Dashboard Page Widget Json Color[] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series (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
to12
inclusive. Defaults to3
.- id string
- ignore
Time booleanRange (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 boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values OneDashboard Page Widget Json Null Value[] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Json Unit[] (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
to12
inclusive. Defaults to4
.- y
Axis numberLeft Max - y
Axis numberLeft Min ,
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[OneDashboard Page Widget Json Nrql Query] (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[One
Dashboard Page Widget Json Color] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series (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
to12
inclusive. Defaults to3
.- id str
- ignore_
time_ boolrange (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[OneDashboard Page Widget Json Null Value] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Json Unit] (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
to12
inclusive. Defaults to4
.- y_
axis_ floatleft_ max - y_
axis_ floatleft_ min ,
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
.- nrql
Queries 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.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values 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
to12
inclusive. Defaults to4
.- y
Axis NumberLeft Max - y
Axis NumberLeft Min ,
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.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Overrides []OneDashboard Page Widget Json Color Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<OneDashboard Page Widget Json Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides OneDashboard Page Widget Json Color Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Json Color Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Name 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.
- Series
Name 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.
- series
Name 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.
- series
Name 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.
- series
Name String
OneDashboardPageWidgetJsonNrqlQuery
- Query string
(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.
- 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.
- account
Id 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.
- account
Id 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.
- account
Id Number Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetJsonNullValue
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides []OneDashboard Page Widget Json Null Value Series Override (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<OneDashboard Page Widget Json Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides OneDashboard Page Widget Json Null Value Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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
, orzero
.- series_
overrides Sequence[OneDashboard Page Widget Json Null Value Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetJsonNullValueSeriesOverride
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name string
- null_
value str Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series_
name str
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
OneDashboardPageWidgetJsonUnit
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 []OneDashboard Page Widget Json Unit Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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 List<OneDashboard Page Widget Json Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 OneDashboard Page Widget Json Unit Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Json Unit Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name 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.
- series
Name 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
.- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line Nrql Query> (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.
New Relic. Inputs. One Dashboard Page Widget Line Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Line Unit> (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
to12
inclusive. Defaults to4
.- YAxis
Left doubleMax - YAxis
Left doubleMin ,
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.- YAxis
Left boolZero (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) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_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 []OneDashboard Page Widget Line Nrql Query (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
[]One
Dashboard Page Widget Line Color (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 []OneDashboard Page Widget Line Null Value (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Line Unit (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
to12
inclusive. Defaults to4
.- YAxis
Left float64Max - YAxis
Left float64Min ,
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.- YAxis
Left boolZero (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) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_axis_left_zero = false
to fit the graph to scale.
- column Integer
(Required) Column position of widget from top left, starting at
1
.- nrql
Queries List<OneDashboard Page Widget Line Nrql Query> (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<One
Dashboard Page Widget Line Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values List<OneDashboard Page Widget Line Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Line Unit> (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
to12
inclusive. Defaults to4
.- y
Axis DoubleLeft Max - y
Axis DoubleLeft Min ,
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 BooleanLeft Zero (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) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_axis_left_zero = false
to fit the graph to scale.
- column number
(Required) Column position of widget from top left, starting at
1
.- nrql
Queries OneDashboard Page Widget Line Nrql Query[] (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
One
Dashboard Page Widget Line Color[] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series (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
to12
inclusive. Defaults to3
.- id string
- ignore
Time booleanRange (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 boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values OneDashboard Page Widget Line Null Value[] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Line Unit[] (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
to12
inclusive. Defaults to4
.- y
Axis numberLeft Max - y
Axis numberLeft Min ,
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 booleanLeft Zero (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) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_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[OneDashboard Page Widget Line Nrql Query] (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[One
Dashboard Page Widget Line Color] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series (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
to12
inclusive. Defaults to3
.- id str
- ignore_
time_ boolrange (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[OneDashboard Page Widget Line Null Value] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Line Unit] (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
to12
inclusive. Defaults to4
.- y_
axis_ floatleft_ max - y_
axis_ floatleft_ min ,
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_ boolleft_ zero (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) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_axis_left_zero = false
to fit the graph to scale.
- column Number
(Required) Column position of widget from top left, starting at
1
.- nrql
Queries 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.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values 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
to12
inclusive. Defaults to4
.- y
Axis NumberLeft Max - y
Axis NumberLeft Min ,
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 BooleanLeft Zero (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) toy_axis_left_max
. Usey_axis_left_zero = true
with a combination ofy_axis_left_min
andy_axis_left_max
to render values from 0 or the specified minimum to the maximum, andy_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.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Overrides []OneDashboard Page Widget Line Color Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<OneDashboard Page Widget Line Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides OneDashboard Page Widget Line Color Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Line Color Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Name 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.
- Series
Name 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.
- series
Name 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.
- series
Name 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.
- series
Name String
OneDashboardPageWidgetLineNrqlQuery
- Query string
(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.
- 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.
- account
Id 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.
- account
Id 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.
- account
Id Number Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetLineNullValue
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides []OneDashboard Page Widget Line Null Value Series Override (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<OneDashboard Page Widget Line Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides OneDashboard Page Widget Line Null Value Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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
, orzero
.- series_
overrides Sequence[OneDashboard Page Widget Line Null Value Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetLineNullValueSeriesOverride
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name string
- null_
value str Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series_
name str
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
OneDashboardPageWidgetLineUnit
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 []OneDashboard Page Widget Line Unit Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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 List<OneDashboard Page Widget Line Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 OneDashboard Page Widget Line Unit Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Line Unit Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name 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.
- series
Name 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
.- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Log Table Nrql Query> (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.
New Relic. Inputs. One Dashboard Page Widget Log Table Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Log Table Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
List<Pulumi.
New Relic. Inputs. One Dashboard Page Widget Log Table Unit> (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
to12
inclusive. Defaults to4
.- YAxis
Left doubleMax - YAxis
Left doubleMin ,
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 []OneDashboard Page Widget Log Table Nrql Query (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
[]One
Dashboard Page Widget Log Table Color (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 []OneDashboard Page Widget Log Table Null Value (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- Units
[]One
Dashboard Page Widget Log Table Unit (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
to12
inclusive. Defaults to4
.- YAxis
Left float64Max - YAxis
Left float64Min ,
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
.- nrql
Queries List<OneDashboard Page Widget Log Table Nrql Query> (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<One
Dashboard Page Widget Log Table Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values List<OneDashboard Page Widget Log Table Null Value> (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
List<One
Dashboard Page Widget Log Table Unit> (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
to12
inclusive. Defaults to4
.- y
Axis DoubleLeft Max - y
Axis DoubleLeft Min ,
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
.- nrql
Queries OneDashboard Page Widget Log Table Nrql Query[] (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
One
Dashboard Page Widget Log Table Color[] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series (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
to12
inclusive. Defaults to3
.- id string
- ignore
Time booleanRange (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 boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values OneDashboard Page Widget Log Table Null Value[] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
One
Dashboard Page Widget Log Table Unit[] (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
to12
inclusive. Defaults to4
.- y
Axis numberLeft Max - y
Axis numberLeft Min ,
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[OneDashboard Page Widget Log Table Nrql Query] (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[One
Dashboard Page Widget Log Table Color] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series (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
to12
inclusive. Defaults to3
.- id str
- ignore_
time_ boolrange (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[OneDashboard Page Widget Log Table Null Value] (Optional) A nested block that describes a Null Values. See Nested Null Values blocks below for details.
- units
Sequence[One
Dashboard Page Widget Log Table Unit] (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
to12
inclusive. Defaults to4
.- y_
axis_ floatleft_ max - y_
axis_ floatleft_ min ,
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
.- nrql
Queries 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.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values 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
to12
inclusive. Defaults to4
.- y
Axis NumberLeft Max - y
Axis NumberLeft Min ,
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.
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Log Table Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Overrides []OneDashboard Page Widget Log Table Color Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<OneDashboard Page Widget Log Table Color Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides OneDashboard Page Widget Log Table Color Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Log Table Color Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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.
- Series
Name 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.
- Series
Name 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.
- series
Name 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.
- series
Name 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.
- series
Name String
OneDashboardPageWidgetLogTableNrqlQuery
- Query string
(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.
- 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.
- account
Id 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.
- account
Id 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.
- account
Id Number Determines the New Relic account where the dashboard will be created. Defaults to the account associated with the API key used.
OneDashboardPageWidgetLogTableNullValue
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Log Table Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Overrides []OneDashboard Page Widget Log Table Null Value Series Override (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<OneDashboard Page Widget Log Table Null Value Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides OneDashboard Page Widget Log Table Null Value Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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
, orzero
.- series_
overrides Sequence[OneDashboard Page Widget Log Table Null Value Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_name
. This nested block is used to customize colors of individual.
OneDashboardPageWidgetLogTableNullValueSeriesOverride
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- Null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- Series
Name string
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
- null
Value string Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name string
- null_
value str Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series_
name str
- null
Value String Choose an option in displaying null values. Accepted values are
default
,remove
,preserve
, orzero
.- series
Name String
OneDashboardPageWidgetLogTableUnit
- Series
Overrides List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Log Table Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 []OneDashboard Page Widget Log Table Unit Series Override (Optional) A Nested block which will take two string attributes
color
andseries_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 List<OneDashboard Page Widget Log Table Unit Series Override> (Optional) A Nested block which will take two string attributes
color
andseries_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 OneDashboard Page Widget Log Table Unit Series Override[] (Optional) A Nested block which will take two string attributes
color
andseries_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[OneDashboard Page Widget Log Table Unit Series Override] (Optional) A Nested block which will take two string attributes
color
andseries_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.
- series
Overrides List<Property Map> (Optional) A Nested block which will take two string attributes
color
andseries_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
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- Series
Name string - Unit string
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name String - unit String
(Optional) Choose a unit to customize the unit on your Y axis and in each of your series.
- series
Name 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.
- series
Name 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.
New Relic. Inputs. One Dashboard Page Widget Markdown Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Markdown Null Value> (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.
New Relic. Inputs. One Dashboard Page Widget Markdown Unit> (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
to12
inclusive. Defaults to4
.- YAxis
Left doubleMax - YAxis
Left doubleMin ,
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
[]One
Dashboard Page Widget Markdown Color (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- Facet
Show boolOther Series (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
to12
inclusive. Defaults to3
.- Id string
- Ignore
Time boolRange (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 []OneDashboard Page Widget Markdown Null Value (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
[]One
Dashboard Page Widget Markdown Unit (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
to12
inclusive. Defaults to4
.- YAxis
Left float64Max - YAxis
Left float64Min ,
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<One
Dashboard Page Widget Markdown Color> (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show BooleanOther Series (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
to12
inclusive. Defaults to3
.- id String
- ignore
Time BooleanRange (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 Boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values List<OneDashboard Page Widget Markdown Null Value> (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<One
Dashboard Page Widget Markdown Unit> (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
to12
inclusive. Defaults to4
.- y
Axis DoubleLeft Max - y
Axis DoubleLeft Min ,
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
One
Dashboard Page Widget Markdown Color[] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet
Show booleanOther Series (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
to12
inclusive. Defaults to3
.- id string
- ignore
Time booleanRange (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 boolean (Optional) With this turned on, the legend will be displayed. Defaults to
true
.- null
Values OneDashboard Page Widget Markdown Null Value[] (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
One
Dashboard Page Widget Markdown Unit[] (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
to12
inclusive. Defaults to4
.- y
Axis numberLeft Max - y
Axis numberLeft Min ,
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[One
Dashboard Page Widget Markdown Color] (Optional) A nested block that describes colors of your charts per series. See Nested Colors blocks below for details.
- facet_
show_ boolother_ series (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
to12
inclusive. Defaults to3
.- id str
- ignore_
time_ boolrange (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[OneDashboard Page Widget Markdown Null Value] (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[One
Dashboard Page Widget Markdown Unit] (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
to12
inclusive. Defaults to4
.- y_
axis_ left_ max