published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Additional Examples
Create OneDashboard Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OneDashboard(name: string, args: OneDashboardArgs, opts?: CustomResourceOptions);@overload
def OneDashboard(resource_name: str,
args: OneDashboardArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OneDashboard(resource_name: str,
opts: Optional[ResourceOptions] = None,
pages: Optional[Sequence[OneDashboardPageArgs]] = None,
account_id: Optional[int] = None,
description: Optional[str] = None,
name: Optional[str] = None,
permissions: Optional[str] = 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.
Parameters
- 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var oneDashboardResource = new NewRelic.OneDashboard("oneDashboardResource", new()
{
Pages = new[]
{
new NewRelic.Inputs.OneDashboardPageArgs
{
Name = "string",
WidgetHeatmaps = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHeatmapArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHeatmapNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
Height = 0,
Id = "string",
IgnoreTimeRange = false,
Width = 0,
},
},
WidgetJsons = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetJsonArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetJsonNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
Height = 0,
Id = "string",
IgnoreTimeRange = false,
Width = 0,
},
},
WidgetAreas = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetAreaArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetAreaNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
Height = 0,
Id = "string",
IgnoreTimeRange = false,
Width = 0,
},
},
WidgetBars = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBarArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBarNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
FilterCurrentDashboard = false,
Height = 0,
Id = "string",
IgnoreTimeRange = false,
LinkedEntityGuids = new[]
{
"string",
},
Width = 0,
},
},
WidgetBillboards = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBillboardArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBillboardNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
Critical = "string",
Height = 0,
Id = "string",
IgnoreTimeRange = false,
Warning = "string",
Width = 0,
},
},
WidgetBullets = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBulletArgs
{
Column = 0,
Limit = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetBulletNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
Height = 0,
Id = "string",
IgnoreTimeRange = false,
Width = 0,
},
},
Guid = "string",
WidgetFunnels = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetFunnelArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetFunnelNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
Height = 0,
Id = "string",
IgnoreTimeRange = false,
Width = 0,
},
},
WidgetHistograms = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHistogramArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetHistogramNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
Height = 0,
Id = "string",
IgnoreTimeRange = false,
Width = 0,
},
},
Description = "string",
WidgetLines = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLineArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLineNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
Height = 0,
Id = "string",
IgnoreTimeRange = false,
Width = 0,
},
},
WidgetLogTables = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLogTableArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetLogTableNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
Height = 0,
Id = "string",
IgnoreTimeRange = false,
Width = 0,
},
},
WidgetMarkdowns = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetMarkdownArgs
{
Column = 0,
Row = 0,
Title = "string",
Height = 0,
Id = "string",
IgnoreTimeRange = false,
Text = "string",
Width = 0,
},
},
WidgetPies = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetPyArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetPyNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
FilterCurrentDashboard = false,
Height = 0,
Id = "string",
IgnoreTimeRange = false,
LinkedEntityGuids = new[]
{
"string",
},
Width = 0,
},
},
WidgetStackedBars = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetStackedBarArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetStackedBarNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
Height = 0,
Id = "string",
IgnoreTimeRange = false,
Width = 0,
},
},
WidgetTables = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetTableArgs
{
Column = 0,
NrqlQueries = new[]
{
new NewRelic.Inputs.OneDashboardPageWidgetTableNrqlQueryArgs
{
Query = "string",
AccountId = 0,
},
},
Row = 0,
Title = "string",
FilterCurrentDashboard = false,
Height = 0,
Id = "string",
IgnoreTimeRange = false,
LinkedEntityGuids = new[]
{
"string",
},
Width = 0,
},
},
},
},
AccountId = 0,
Description = "string",
Name = "string",
Permissions = "string",
});
example, err := newrelic.NewOneDashboard(ctx, "oneDashboardResource", &newrelic.OneDashboardArgs{
Pages: newrelic.OneDashboardPageArray{
&newrelic.OneDashboardPageArgs{
Name: pulumi.String("string"),
WidgetHeatmaps: newrelic.OneDashboardPageWidgetHeatmapArray{
&newrelic.OneDashboardPageWidgetHeatmapArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetHeatmapNrqlQueryArray{
&newrelic.OneDashboardPageWidgetHeatmapNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
Width: pulumi.Int(0),
},
},
WidgetJsons: newrelic.OneDashboardPageWidgetJsonArray{
&newrelic.OneDashboardPageWidgetJsonArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetJsonNrqlQueryArray{
&newrelic.OneDashboardPageWidgetJsonNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
Width: pulumi.Int(0),
},
},
WidgetAreas: newrelic.OneDashboardPageWidgetAreaArray{
&newrelic.OneDashboardPageWidgetAreaArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetAreaNrqlQueryArray{
&newrelic.OneDashboardPageWidgetAreaNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
Width: pulumi.Int(0),
},
},
WidgetBars: newrelic.OneDashboardPageWidgetBarArray{
&newrelic.OneDashboardPageWidgetBarArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetBarNrqlQueryArray{
&newrelic.OneDashboardPageWidgetBarNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
FilterCurrentDashboard: pulumi.Bool(false),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
LinkedEntityGuids: pulumi.StringArray{
pulumi.String("string"),
},
Width: pulumi.Int(0),
},
},
WidgetBillboards: newrelic.OneDashboardPageWidgetBillboardArray{
&newrelic.OneDashboardPageWidgetBillboardArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetBillboardNrqlQueryArray{
&newrelic.OneDashboardPageWidgetBillboardNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
Critical: pulumi.String("string"),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
Warning: pulumi.String("string"),
Width: pulumi.Int(0),
},
},
WidgetBullets: newrelic.OneDashboardPageWidgetBulletArray{
&newrelic.OneDashboardPageWidgetBulletArgs{
Column: pulumi.Int(0),
Limit: pulumi.Float64(0),
NrqlQueries: newrelic.OneDashboardPageWidgetBulletNrqlQueryArray{
&newrelic.OneDashboardPageWidgetBulletNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
Width: pulumi.Int(0),
},
},
Guid: pulumi.String("string"),
WidgetFunnels: newrelic.OneDashboardPageWidgetFunnelArray{
&newrelic.OneDashboardPageWidgetFunnelArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetFunnelNrqlQueryArray{
&newrelic.OneDashboardPageWidgetFunnelNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
Width: pulumi.Int(0),
},
},
WidgetHistograms: newrelic.OneDashboardPageWidgetHistogramArray{
&newrelic.OneDashboardPageWidgetHistogramArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetHistogramNrqlQueryArray{
&newrelic.OneDashboardPageWidgetHistogramNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
Width: pulumi.Int(0),
},
},
Description: pulumi.String("string"),
WidgetLines: newrelic.OneDashboardPageWidgetLineArray{
&newrelic.OneDashboardPageWidgetLineArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetLineNrqlQueryArray{
&newrelic.OneDashboardPageWidgetLineNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
Width: pulumi.Int(0),
},
},
WidgetLogTables: newrelic.OneDashboardPageWidgetLogTableArray{
&newrelic.OneDashboardPageWidgetLogTableArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetLogTableNrqlQueryArray{
&newrelic.OneDashboardPageWidgetLogTableNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
Width: pulumi.Int(0),
},
},
WidgetMarkdowns: newrelic.OneDashboardPageWidgetMarkdownArray{
&newrelic.OneDashboardPageWidgetMarkdownArgs{
Column: pulumi.Int(0),
Row: pulumi.Int(0),
Title: pulumi.String("string"),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
Text: pulumi.String("string"),
Width: pulumi.Int(0),
},
},
WidgetPies: newrelic.OneDashboardPageWidgetPyArray{
&newrelic.OneDashboardPageWidgetPyArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetPyNrqlQueryArray{
&newrelic.OneDashboardPageWidgetPyNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
FilterCurrentDashboard: pulumi.Bool(false),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
LinkedEntityGuids: pulumi.StringArray{
pulumi.String("string"),
},
Width: pulumi.Int(0),
},
},
WidgetStackedBars: newrelic.OneDashboardPageWidgetStackedBarArray{
&newrelic.OneDashboardPageWidgetStackedBarArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetStackedBarNrqlQueryArray{
&newrelic.OneDashboardPageWidgetStackedBarNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
Width: pulumi.Int(0),
},
},
WidgetTables: newrelic.OneDashboardPageWidgetTableArray{
&newrelic.OneDashboardPageWidgetTableArgs{
Column: pulumi.Int(0),
NrqlQueries: newrelic.OneDashboardPageWidgetTableNrqlQueryArray{
&newrelic.OneDashboardPageWidgetTableNrqlQueryArgs{
Query: pulumi.String("string"),
AccountId: pulumi.Int(0),
},
},
Row: pulumi.Int(0),
Title: pulumi.String("string"),
FilterCurrentDashboard: pulumi.Bool(false),
Height: pulumi.Int(0),
Id: pulumi.String("string"),
IgnoreTimeRange: pulumi.Bool(false),
LinkedEntityGuids: pulumi.StringArray{
pulumi.String("string"),
},
Width: pulumi.Int(0),
},
},
},
},
AccountId: pulumi.Int(0),
Description: pulumi.String("string"),
Name: pulumi.String("string"),
Permissions: pulumi.String("string"),
})
var oneDashboardResource = new OneDashboard("oneDashboardResource", OneDashboardArgs.builder()
.pages(OneDashboardPageArgs.builder()
.name("string")
.widgetHeatmaps(OneDashboardPageWidgetHeatmapArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetHeatmapNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.height(0)
.id("string")
.ignoreTimeRange(false)
.width(0)
.build())
.widgetJsons(OneDashboardPageWidgetJsonArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetJsonNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.height(0)
.id("string")
.ignoreTimeRange(false)
.width(0)
.build())
.widgetAreas(OneDashboardPageWidgetAreaArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetAreaNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.height(0)
.id("string")
.ignoreTimeRange(false)
.width(0)
.build())
.widgetBars(OneDashboardPageWidgetBarArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetBarNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.filterCurrentDashboard(false)
.height(0)
.id("string")
.ignoreTimeRange(false)
.linkedEntityGuids("string")
.width(0)
.build())
.widgetBillboards(OneDashboardPageWidgetBillboardArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetBillboardNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.critical("string")
.height(0)
.id("string")
.ignoreTimeRange(false)
.warning("string")
.width(0)
.build())
.widgetBullets(OneDashboardPageWidgetBulletArgs.builder()
.column(0)
.limit(0.0)
.nrqlQueries(OneDashboardPageWidgetBulletNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.height(0)
.id("string")
.ignoreTimeRange(false)
.width(0)
.build())
.guid("string")
.widgetFunnels(OneDashboardPageWidgetFunnelArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetFunnelNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.height(0)
.id("string")
.ignoreTimeRange(false)
.width(0)
.build())
.widgetHistograms(OneDashboardPageWidgetHistogramArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetHistogramNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.height(0)
.id("string")
.ignoreTimeRange(false)
.width(0)
.build())
.description("string")
.widgetLines(OneDashboardPageWidgetLineArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetLineNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.height(0)
.id("string")
.ignoreTimeRange(false)
.width(0)
.build())
.widgetLogTables(OneDashboardPageWidgetLogTableArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetLogTableNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.height(0)
.id("string")
.ignoreTimeRange(false)
.width(0)
.build())
.widgetMarkdowns(OneDashboardPageWidgetMarkdownArgs.builder()
.column(0)
.row(0)
.title("string")
.height(0)
.id("string")
.ignoreTimeRange(false)
.text("string")
.width(0)
.build())
.widgetPies(OneDashboardPageWidgetPyArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetPyNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.filterCurrentDashboard(false)
.height(0)
.id("string")
.ignoreTimeRange(false)
.linkedEntityGuids("string")
.width(0)
.build())
.widgetStackedBars(OneDashboardPageWidgetStackedBarArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetStackedBarNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.height(0)
.id("string")
.ignoreTimeRange(false)
.width(0)
.build())
.widgetTables(OneDashboardPageWidgetTableArgs.builder()
.column(0)
.nrqlQueries(OneDashboardPageWidgetTableNrqlQueryArgs.builder()
.query("string")
.accountId(0)
.build())
.row(0)
.title("string")
.filterCurrentDashboard(false)
.height(0)
.id("string")
.ignoreTimeRange(false)
.linkedEntityGuids("string")
.width(0)
.build())
.build())
.accountId(0)
.description("string")
.name("string")
.permissions("string")
.build());
one_dashboard_resource = newrelic.OneDashboard("oneDashboardResource",
pages=[{
"name": "string",
"widget_heatmaps": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"height": 0,
"id": "string",
"ignore_time_range": False,
"width": 0,
}],
"widget_jsons": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"height": 0,
"id": "string",
"ignore_time_range": False,
"width": 0,
}],
"widget_areas": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"height": 0,
"id": "string",
"ignore_time_range": False,
"width": 0,
}],
"widget_bars": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"filter_current_dashboard": False,
"height": 0,
"id": "string",
"ignore_time_range": False,
"linked_entity_guids": ["string"],
"width": 0,
}],
"widget_billboards": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"critical": "string",
"height": 0,
"id": "string",
"ignore_time_range": False,
"warning": "string",
"width": 0,
}],
"widget_bullets": [{
"column": 0,
"limit": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"height": 0,
"id": "string",
"ignore_time_range": False,
"width": 0,
}],
"guid": "string",
"widget_funnels": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"height": 0,
"id": "string",
"ignore_time_range": False,
"width": 0,
}],
"widget_histograms": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"height": 0,
"id": "string",
"ignore_time_range": False,
"width": 0,
}],
"description": "string",
"widget_lines": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"height": 0,
"id": "string",
"ignore_time_range": False,
"width": 0,
}],
"widget_log_tables": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"height": 0,
"id": "string",
"ignore_time_range": False,
"width": 0,
}],
"widget_markdowns": [{
"column": 0,
"row": 0,
"title": "string",
"height": 0,
"id": "string",
"ignore_time_range": False,
"text": "string",
"width": 0,
}],
"widget_pies": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"filter_current_dashboard": False,
"height": 0,
"id": "string",
"ignore_time_range": False,
"linked_entity_guids": ["string"],
"width": 0,
}],
"widget_stacked_bars": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"height": 0,
"id": "string",
"ignore_time_range": False,
"width": 0,
}],
"widget_tables": [{
"column": 0,
"nrql_queries": [{
"query": "string",
"account_id": 0,
}],
"row": 0,
"title": "string",
"filter_current_dashboard": False,
"height": 0,
"id": "string",
"ignore_time_range": False,
"linked_entity_guids": ["string"],
"width": 0,
}],
}],
account_id=0,
description="string",
name="string",
permissions="string")
const oneDashboardResource = new newrelic.OneDashboard("oneDashboardResource", {
pages: [{
name: "string",
widgetHeatmaps: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
height: 0,
id: "string",
ignoreTimeRange: false,
width: 0,
}],
widgetJsons: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
height: 0,
id: "string",
ignoreTimeRange: false,
width: 0,
}],
widgetAreas: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
height: 0,
id: "string",
ignoreTimeRange: false,
width: 0,
}],
widgetBars: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
filterCurrentDashboard: false,
height: 0,
id: "string",
ignoreTimeRange: false,
linkedEntityGuids: ["string"],
width: 0,
}],
widgetBillboards: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
critical: "string",
height: 0,
id: "string",
ignoreTimeRange: false,
warning: "string",
width: 0,
}],
widgetBullets: [{
column: 0,
limit: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
height: 0,
id: "string",
ignoreTimeRange: false,
width: 0,
}],
guid: "string",
widgetFunnels: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
height: 0,
id: "string",
ignoreTimeRange: false,
width: 0,
}],
widgetHistograms: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
height: 0,
id: "string",
ignoreTimeRange: false,
width: 0,
}],
description: "string",
widgetLines: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
height: 0,
id: "string",
ignoreTimeRange: false,
width: 0,
}],
widgetLogTables: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
height: 0,
id: "string",
ignoreTimeRange: false,
width: 0,
}],
widgetMarkdowns: [{
column: 0,
row: 0,
title: "string",
height: 0,
id: "string",
ignoreTimeRange: false,
text: "string",
width: 0,
}],
widgetPies: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
filterCurrentDashboard: false,
height: 0,
id: "string",
ignoreTimeRange: false,
linkedEntityGuids: ["string"],
width: 0,
}],
widgetStackedBars: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
height: 0,
id: "string",
ignoreTimeRange: false,
width: 0,
}],
widgetTables: [{
column: 0,
nrqlQueries: [{
query: "string",
accountId: 0,
}],
row: 0,
title: "string",
filterCurrentDashboard: false,
height: 0,
id: "string",
ignoreTimeRange: false,
linkedEntityGuids: ["string"],
width: 0,
}],
}],
accountId: 0,
description: "string",
name: "string",
permissions: "string",
});
type: newrelic:OneDashboard
properties:
accountId: 0
description: string
name: string
pages:
- description: string
guid: string
name: string
widgetAreas:
- column: 0
height: 0
id: string
ignoreTimeRange: false
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
widgetBars:
- column: 0
filterCurrentDashboard: false
height: 0
id: string
ignoreTimeRange: false
linkedEntityGuids:
- string
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
widgetBillboards:
- column: 0
critical: string
height: 0
id: string
ignoreTimeRange: false
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
warning: string
width: 0
widgetBullets:
- column: 0
height: 0
id: string
ignoreTimeRange: false
limit: 0
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
widgetFunnels:
- column: 0
height: 0
id: string
ignoreTimeRange: false
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
widgetHeatmaps:
- column: 0
height: 0
id: string
ignoreTimeRange: false
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
widgetHistograms:
- column: 0
height: 0
id: string
ignoreTimeRange: false
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
widgetJsons:
- column: 0
height: 0
id: string
ignoreTimeRange: false
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
widgetLines:
- column: 0
height: 0
id: string
ignoreTimeRange: false
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
widgetLogTables:
- column: 0
height: 0
id: string
ignoreTimeRange: false
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
widgetMarkdowns:
- column: 0
height: 0
id: string
ignoreTimeRange: false
row: 0
text: string
title: string
width: 0
widgetPies:
- column: 0
filterCurrentDashboard: false
height: 0
id: string
ignoreTimeRange: false
linkedEntityGuids:
- string
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
widgetStackedBars:
- column: 0
height: 0
id: string
ignoreTimeRange: false
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
widgetTables:
- column: 0
filterCurrentDashboard: false
height: 0
id: string
ignoreTimeRange: false
linkedEntityGuids:
- string
nrqlQueries:
- accountId: 0
query: string
row: 0
title: string
width: 0
permissions: string
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The OneDashboard resource accepts the following input properties:
- Pages
List<Pulumi.
New Relic. Inputs. One Dashboard Page> - 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.
- 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.
- pages
List<One
Dashboard Page> - 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.
- pages
One
Dashboard Page[] - 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.
- 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.
- 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.
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) -> OneDashboardfunc 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)resources: _: type: newrelic:OneDashboard get: id: ${id}- 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> - 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.
- 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.
- 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> - 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.
- 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[] - 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.
- 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.
- 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.
Supporting Types
OneDashboardPage, OneDashboardPageArgs
- 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> - (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
- Widget
Bars List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bar> - (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
- Widget
Billboards List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Billboard> - (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
- Widget
Bullets List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet> - (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
- Widget
Funnels List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Funnel> - (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
- Widget
Heatmaps List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Heatmap> - (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
- Widget
Histograms List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Histogram> - (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
- Widget
Jsons List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Json> - (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
- Widget
Lines List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Line> - (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
- Widget
Log List<Pulumi.Tables New Relic. Inputs. One Dashboard Page Widget Log Table> - (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
- Widget
Markdowns List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Markdown> - (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
- Widget
Pies List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Py> - (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
- Widget
Stacked List<Pulumi.Bars New Relic. Inputs. One Dashboard Page Widget Stacked Bar> - (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
- Widget
Tables List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Table> - (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.
- 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 - (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
- Widget
Bars []OneDashboard Page Widget Bar - (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
- Widget
Billboards []OneDashboard Page Widget Billboard - (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
- Widget
Bullets []OneDashboard Page Widget Bullet - (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
- Widget
Funnels []OneDashboard Page Widget Funnel - (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
- Widget
Heatmaps []OneDashboard Page Widget Heatmap - (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
- Widget
Histograms []OneDashboard Page Widget Histogram - (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
- Widget
Jsons []OneDashboard Page Widget Json - (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
- Widget
Lines []OneDashboard Page Widget Line - (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
- Widget
Log []OneTables Dashboard Page Widget Log Table - (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
- Widget
Markdowns []OneDashboard Page Widget Markdown - (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
- Widget
Pies []OneDashboard Page Widget Py - (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
- Widget
Stacked []OneBars Dashboard Page Widget Stacked Bar - (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
- Widget
Tables []OneDashboard Page Widget Table - (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.
- 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> - (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
- widget
Bars List<OneDashboard Page Widget Bar> - (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
- widget
Billboards List<OneDashboard Page Widget Billboard> - (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
- widget
Bullets List<OneDashboard Page Widget Bullet> - (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
- widget
Funnels List<OneDashboard Page Widget Funnel> - (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
- widget
Heatmaps List<OneDashboard Page Widget Heatmap> - (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
- widget
Histograms List<OneDashboard Page Widget Histogram> - (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
- widget
Jsons List<OneDashboard Page Widget Json> - (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
- widget
Lines List<OneDashboard Page Widget Line> - (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
- widget
Log List<OneTables Dashboard Page Widget Log Table> - (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
- widget
Markdowns List<OneDashboard Page Widget Markdown> - (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
- widget
Pies List<OneDashboard Page Widget Py> - (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
- widget
Stacked List<OneBars Dashboard Page Widget Stacked Bar> - (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
- widget
Tables List<OneDashboard Page Widget Table> - (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.
- 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[] - (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
- widget
Bars OneDashboard Page Widget Bar[] - (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
- widget
Billboards OneDashboard Page Widget Billboard[] - (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
- widget
Bullets OneDashboard Page Widget Bullet[] - (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
- widget
Funnels OneDashboard Page Widget Funnel[] - (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
- widget
Heatmaps OneDashboard Page Widget Heatmap[] - (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
- widget
Histograms OneDashboard Page Widget Histogram[] - (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
- widget
Jsons OneDashboard Page Widget Json[] - (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
- widget
Lines OneDashboard Page Widget Line[] - (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
- widget
Log OneTables Dashboard Page Widget Log Table[] - (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
- widget
Markdowns OneDashboard Page Widget Markdown[] - (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
- widget
Pies OneDashboard Page Widget Py[] - (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
- widget
Stacked OneBars Dashboard Page Widget Stacked Bar[] - (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
- widget
Tables OneDashboard Page Widget Table[] - (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.
- 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] - (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
- widget_
bars Sequence[OneDashboard Page Widget Bar] - (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
- widget_
billboards Sequence[OneDashboard Page Widget Billboard] - (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
- widget_
bullets Sequence[OneDashboard Page Widget Bullet] - (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
- widget_
funnels Sequence[OneDashboard Page Widget Funnel] - (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
- widget_
heatmaps Sequence[OneDashboard Page Widget Heatmap] - (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
- widget_
histograms Sequence[OneDashboard Page Widget Histogram] - (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
- widget_
jsons Sequence[OneDashboard Page Widget Json] - (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
- widget_
lines Sequence[OneDashboard Page Widget Line] - (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
- widget_
log_ Sequence[Onetables Dashboard Page Widget Log Table] - (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
- widget_
markdowns Sequence[OneDashboard Page Widget Markdown] - (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
- widget_
pies Sequence[OneDashboard Page Widget Py] - (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
- widget_
stacked_ Sequence[Onebars Dashboard Page Widget Stacked Bar] - (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
- widget_
tables Sequence[OneDashboard Page Widget Table] - (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.
- 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> - (Optional) A nested block that describes an Area widget. See Nested widget blocks below for details.
- widget
Bars List<Property Map> - (Optional) A nested block that describes a Bar widget. See Nested widget blocks below for details.
- widget
Billboards List<Property Map> - (Optional) A nested block that describes a Billboard widget. See Nested widget blocks below for details.
- widget
Bullets List<Property Map> - (Optional) A nested block that describes a Bullet widget. See Nested widget blocks below for details.
- widget
Funnels List<Property Map> - (Optional) A nested block that describes a Funnel widget. See Nested widget blocks below for details.
- widget
Heatmaps List<Property Map> - (Optional) A nested block that describes a Heatmap widget. See Nested widget blocks below for details.
- widget
Histograms List<Property Map> - (Optional) A nested block that describes a Histogram widget. See Nested widget blocks below for details.
- widget
Jsons List<Property Map> - (Optional) A nested block that describes a JSON widget. See Nested widget blocks below for details.
- widget
Lines List<Property Map> - (Optional) A nested block that describes a Line widget. See Nested widget blocks below for details.
- widget
Log List<Property Map>Tables - (Optional) A nested block that describes a Log Table widget. See Nested widget blocks below for details.
- widget
Markdowns List<Property Map> - (Optional) A nested block that describes a Markdown widget. See Nested widget blocks below for details.
- widget
Pies List<Property Map> - (Optional) A nested block that describes a Pie widget. See Nested widget blocks below for details.
- widget
Stacked List<Property Map>Bars - (Optional) A nested block that describes a Stacked Bar widget. See Nested widget blocks below for details.
- widget
Tables List<Property Map> - (Optional) A nested block that describes a Table widget. See Nested widget blocks below for details.
OneDashboardPageWidgetArea, OneDashboardPageWidgetAreaArgs
- 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> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Area Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Area Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Area Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Area Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetAreaNrqlQuery, OneDashboardPageWidgetAreaNrqlQueryArgs
- 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.
OneDashboardPageWidgetBar, OneDashboardPageWidgetBarArgs
- 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> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Filter
Current boolDashboard - Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Linked
Entity List<string>Guids - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Bar Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Filter
Current boolDashboard - Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Linked
Entity []stringGuids - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Bar Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- filter
Current BooleanDashboard - height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked
Entity List<String>Guids - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Bar Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- filter
Current booleanDashboard - height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked
Entity string[]Guids - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Bar Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- filter_
current_ booldashboard - height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked_
entity_ Sequence[str]guids - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- filter
Current BooleanDashboard - height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked
Entity List<String>Guids - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetBarNrqlQuery, OneDashboardPageWidgetBarNrqlQueryArgs
- 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.
OneDashboardPageWidgetBillboard, OneDashboardPageWidgetBillboardArgs
- 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> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Critical string
- (Optional) Threshold above which the displayed value will be styled with a red color.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Warning string
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
widget_bullet
- Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Billboard Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Critical string
- (Optional) Threshold above which the displayed value will be styled with a red color.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Warning string
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
widget_bullet
- Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Billboard Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- critical String
- (Optional) Threshold above which the displayed value will be styled with a red color.
- height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - warning String
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
widget_bullet
- width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Billboard Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- critical string
- (Optional) Threshold above which the displayed value will be styled with a red color.
- height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - warning string
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
widget_bullet
- width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Billboard Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- critical str
- (Optional) Threshold above which the displayed value will be styled with a red color.
- height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - warning str
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
widget_bullet
- width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- critical String
- (Optional) Threshold above which the displayed value will be styled with a red color.
- height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - warning String
- (Optional) Threshold above which the displayed value will be styled with a yellow color.
widget_bullet
- width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetBillboardNrqlQuery, OneDashboardPageWidgetBillboardNrqlQueryArgs
- 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.
OneDashboardPageWidgetBullet, OneDashboardPageWidgetBulletArgs
- Column int
- (Required) Column position of widget from top left, starting at
1. - Limit double
- (Required) Visualization limit for the widget.
widget_funnel
- Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Bullet Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Limit float64
- (Required) Visualization limit for the widget.
widget_funnel
- Nrql
Queries []OneDashboard Page Widget Bullet Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - limit Double
- (Required) Visualization limit for the widget.
widget_funnel
- nrql
Queries List<OneDashboard Page Widget Bullet Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - limit number
- (Required) Visualization limit for the widget.
widget_funnel
- nrql
Queries OneDashboard Page Widget Bullet Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - limit float
- (Required) Visualization limit for the widget.
widget_funnel
- nrql_
queries Sequence[OneDashboard Page Widget Bullet Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - limit Number
- (Required) Visualization limit for the widget.
widget_funnel
- nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetBulletNrqlQuery, OneDashboardPageWidgetBulletNrqlQueryArgs
- 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.
OneDashboardPageWidgetFunnel, OneDashboardPageWidgetFunnelArgs
- 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> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Funnel Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Funnel Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Funnel Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Funnel Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetFunnelNrqlQuery, OneDashboardPageWidgetFunnelNrqlQueryArgs
- 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.
OneDashboardPageWidgetHeatmap, OneDashboardPageWidgetHeatmapArgs
- 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> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Heatmap Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Heatmap Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Heatmap Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Heatmap Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetHeatmapNrqlQuery, OneDashboardPageWidgetHeatmapNrqlQueryArgs
- 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.
OneDashboardPageWidgetHistogram, OneDashboardPageWidgetHistogramArgs
- 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> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Histogram Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Histogram Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Histogram Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Histogram Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetHistogramNrqlQuery, OneDashboardPageWidgetHistogramNrqlQueryArgs
- 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.
OneDashboardPageWidgetJson, OneDashboardPageWidgetJsonArgs
- 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> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Json Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Json Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Json Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Json Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetJsonNrqlQuery, OneDashboardPageWidgetJsonNrqlQueryArgs
- 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.
OneDashboardPageWidgetLine, OneDashboardPageWidgetLineArgs
- 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> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Line Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Line Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Line Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Line Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetLineNrqlQuery, OneDashboardPageWidgetLineNrqlQueryArgs
- 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.
OneDashboardPageWidgetLogTable, OneDashboardPageWidgetLogTableArgs
- 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> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Log Table Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Log Table Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Log Table Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Log Table Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetLogTableNrqlQuery, OneDashboardPageWidgetLogTableNrqlQueryArgs
- 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.
OneDashboardPageWidgetMarkdown, OneDashboardPageWidgetMarkdownArgs
- 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
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Text string
- (Required) The markdown source to be rendered in the widget.
widget_stacked_bar
- Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- 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
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Text string
- (Required) The markdown source to be rendered in the widget.
widget_stacked_bar
- Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- 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
- (Required) A title for the widget.
- height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - text String
- (Required) The markdown source to be rendered in the widget.
widget_stacked_bar
- width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- 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
- (Required) A title for the widget.
- height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - text string
- (Required) The markdown source to be rendered in the widget.
widget_stacked_bar
- width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- 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
- (Required) A title for the widget.
- height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - text str
- (Required) The markdown source to be rendered in the widget.
widget_stacked_bar
- width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- 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
- (Required) A title for the widget.
- height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - text String
- (Required) The markdown source to be rendered in the widget.
widget_stacked_bar
- width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetPy, OneDashboardPageWidgetPyArgs
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Py Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Filter
Current boolDashboard - Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Linked
Entity List<string>Guids - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Py Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Filter
Current boolDashboard - Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Linked
Entity []stringGuids - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Py Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- filter
Current BooleanDashboard - height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked
Entity List<String>Guids - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Py Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- filter
Current booleanDashboard - height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked
Entity string[]Guids - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Py Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- filter_
current_ booldashboard - height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked_
entity_ Sequence[str]guids - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- filter
Current BooleanDashboard - height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked
Entity List<String>Guids - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetPyNrqlQuery, OneDashboardPageWidgetPyNrqlQueryArgs
- 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.
OneDashboardPageWidgetStackedBar, OneDashboardPageWidgetStackedBarArgs
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Stacked Bar Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Stacked Bar Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Stacked Bar Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Stacked Bar Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Stacked Bar Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetStackedBarNrqlQuery, OneDashboardPageWidgetStackedBarNrqlQueryArgs
- 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.
OneDashboardPageWidgetTable, OneDashboardPageWidgetTableArgs
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries List<Pulumi.New Relic. Inputs. One Dashboard Page Widget Table Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Filter
Current boolDashboard - Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Linked
Entity List<string>Guids - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- Column int
- (Required) Column position of widget from top left, starting at
1. - Nrql
Queries []OneDashboard Page Widget Table Nrql Query - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- Row int
- (Required) Row position of widget from top left, starting at
1. - Title string
- (Required) A title for the widget.
- Filter
Current boolDashboard - Height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - Linked
Entity []stringGuids - Width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Integer
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<OneDashboard Page Widget Table Nrql Query> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Integer
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- filter
Current BooleanDashboard - height Integer
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked
Entity List<String>Guids - width Integer
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries OneDashboard Page Widget Table Nrql Query[] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row number
- (Required) Row position of widget from top left, starting at
1. - title string
- (Required) A title for the widget.
- filter
Current booleanDashboard - height number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked
Entity string[]Guids - width number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column int
- (Required) Column position of widget from top left, starting at
1. - nrql_
queries Sequence[OneDashboard Page Widget Table Nrql Query] - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row int
- (Required) Row position of widget from top left, starting at
1. - title str
- (Required) A title for the widget.
- filter_
current_ booldashboard - height int
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked_
entity_ Sequence[str]guids - width int
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
- column Number
- (Required) Column position of widget from top left, starting at
1. - nrql
Queries List<Property Map> - (Required) A nested block that describes a NRQL Query. See Nested nrql_query blocks below for details.
linked_entity_guids: (Optional) Related entity GUIDs. Currently only supports Dashboard entity GUIDs.filter_current_dashboard: (Optional) Use this item to filter the current dashboard.
- row Number
- (Required) Row position of widget from top left, starting at
1. - title String
- (Required) A title for the widget.
- filter
Current BooleanDashboard - height Number
- (Optional) Height of the widget. Valid values are
1to12inclusive. 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. - linked
Entity List<String>Guids - width Number
- (Optional) Width of the widget. Valid values are
1to12inclusive. Defaults to4.
OneDashboardPageWidgetTableNrqlQuery, OneDashboardPageWidgetTableNrqlQueryArgs
- 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.
Import
New Relic dashboards can be imported using their GUID, e.g.
$ pulumi import newrelic:index/oneDashboard:OneDashboard my_dashboard <Dashboard GUID>
In addition you can use the New Relic CLI to convert existing dashboards to HCL. Copy your dashboards as JSON using the UI, save it as a file (for example terraform.json), and use the following command to convert it to HCLcat terraform.json | newrelic utils terraform dashboard --label my_dashboard_resource.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- New Relic pulumi/pulumi-newrelic
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
newrelicTerraform Provider.
published on Monday, Mar 9, 2026 by Pulumi
