datadog.Dashboard
Explore with Pulumi AI
Provides a Datadog dashboard resource. This can be used to create and manage Datadog dashboards.
!> The is_read_only
field is deprecated and non-functional. Use restricted_roles
instead to define which roles are required to edit the dashboard.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as datadog from "@pulumi/datadog";
// Example Ordered Layout
const orderedDashboard = new datadog.Dashboard("ordered_dashboard", {
title: "Ordered Layout Dashboard",
description: "Created using the Datadog provider in Pulumi",
layoutType: "ordered",
widgets: [
{
alertGraphDefinition: {
alertId: "895605",
vizType: "timeseries",
title: "Widget Title",
liveSpan: "1h",
},
},
{
alertValueDefinition: {
alertId: "895605",
precision: 3,
unit: "b",
textAlign: "center",
title: "Widget Title",
},
},
{
alertValueDefinition: {
alertId: "895605",
precision: 3,
unit: "b",
textAlign: "center",
title: "Widget Title",
},
},
{
changeDefinition: {
requests: [{
q: "avg:system.load.1{env:staging} by {account}",
changeType: "absolute",
compareTo: "week_before",
increaseGood: true,
orderBy: "name",
orderDir: "desc",
showPresent: true,
}],
title: "Widget Title",
liveSpan: "1h",
},
},
{
distributionDefinition: {
requests: [{
q: "avg:system.load.1{env:staging} by {account}",
style: {
palette: "warm",
},
}],
title: "Widget Title",
liveSpan: "1h",
},
},
{
checkStatusDefinition: {
check: "aws.ecs.agent_connected",
grouping: "cluster",
groupBies: [
"account",
"cluster",
],
tags: [
"account:demo",
"cluster:awseb-ruthebdog-env-8-dn3m6u3gvk",
],
title: "Widget Title",
liveSpan: "1h",
},
},
{
heatmapDefinition: {
requests: [{
q: "avg:system.load.1{env:staging} by {account}",
style: {
palette: "warm",
},
}],
yaxis: {
min: "1",
max: "2",
includeZero: true,
scale: "sqrt",
},
title: "Widget Title",
liveSpan: "1h",
},
},
{
hostmapDefinition: {
request: {
fills: [{
q: "avg:system.load.1{*} by {host}",
}],
sizes: [{
q: "avg:memcache.uptime{*} by {host}",
}],
},
nodeType: "container",
groups: [
"host",
"region",
],
noGroupHosts: true,
noMetricHosts: true,
scopes: [
"region:us-east-1",
"aws_account:727006795293",
],
style: {
palette: "yellow_to_green",
paletteFlip: true,
fillMin: "10",
fillMax: "20",
},
title: "Widget Title",
},
},
{
noteDefinition: {
content: "note text",
backgroundColor: "pink",
fontSize: "14",
textAlign: "center",
showTick: true,
tickEdge: "left",
tickPos: "50%",
},
},
{
queryValueDefinition: {
requests: [{
q: "avg:system.load.1{env:staging} by {account}",
aggregator: "sum",
conditionalFormats: [
{
comparator: "<",
value: 2,
palette: "white_on_green",
},
{
comparator: ">",
value: 2.2,
palette: "white_on_red",
},
],
}],
autoscale: true,
customUnit: "xx",
precision: 4,
textAlign: "right",
title: "Widget Title",
liveSpan: "1h",
},
},
{
queryTableDefinition: {
requests: [{
q: "avg:system.load.1{env:staging} by {account}",
aggregator: "sum",
limit: 10,
conditionalFormats: [
{
comparator: "<",
value: 2,
palette: "white_on_green",
},
{
comparator: ">",
value: 2.2,
palette: "white_on_red",
},
],
}],
title: "Widget Title",
liveSpan: "1h",
},
},
{
scatterplotDefinition: {
request: {
xes: [{
q: "avg:system.cpu.user{*} by {service, account}",
aggregator: "max",
}],
ys: [{
q: "avg:system.mem.used{*} by {service, account}",
aggregator: "min",
}],
},
colorByGroups: [
"account",
"apm-role-group",
],
xaxis: {
includeZero: true,
label: "x",
min: "1",
max: "2000",
scale: "pow",
},
yaxis: {
includeZero: false,
label: "y",
min: "5",
max: "2222",
scale: "log",
},
title: "Widget Title",
liveSpan: "1h",
},
},
{
servicemapDefinition: {
service: "master-db",
filters: [
"env:prod",
"datacenter:dc1",
],
title: "env: prod, datacenter:dc1, service: master-db",
titleSize: "16",
titleAlign: "left",
},
},
{
timeseriesDefinition: {
requests: [
{
q: "avg:system.cpu.user{app:general} by {env}",
displayType: "line",
style: {
palette: "warm",
lineType: "dashed",
lineWidth: "thin",
},
metadatas: [{
expression: "avg:system.cpu.user{app:general} by {env}",
aliasName: "Alpha",
}],
},
{
logQuery: {
index: "mcnulty",
computeQuery: {
aggregation: "avg",
facet: "@duration",
interval: 5000,
},
searchQuery: "status:info",
groupBies: [{
facet: "host",
limit: 10,
sortQuery: {
aggregation: "avg",
order: "desc",
facet: "@duration",
},
}],
},
displayType: "area",
},
{
apmQuery: {
index: "apm-search",
computeQuery: {
aggregation: "avg",
facet: "@duration",
interval: 5000,
},
searchQuery: "type:web",
groupBies: [{
facet: "resource_name",
limit: 50,
sortQuery: {
aggregation: "avg",
order: "desc",
facet: "@string_query.interval",
},
}],
},
displayType: "bars",
},
{
processQuery: {
metric: "process.stat.cpu.total_pct",
searchBy: "error",
filterBies: ["active"],
limit: 50,
},
displayType: "area",
},
],
markers: [
{
displayType: "error dashed",
label: " z=6 ",
value: "y = 4",
},
{
displayType: "ok solid",
value: "10 < y < 999",
label: " x=8 ",
},
],
title: "Widget Title",
showLegend: true,
legendSize: "2",
liveSpan: "1h",
events: [
{
q: "sources:test tags:1",
},
{
q: "sources:test tags:2",
},
],
yaxis: {
scale: "log",
includeZero: false,
max: "100",
},
},
},
{
toplistDefinition: {
requests: [{
q: "avg:system.cpu.user{app:general} by {env}",
conditionalFormats: [
{
comparator: "<",
value: 2,
palette: "white_on_green",
},
{
comparator: ">",
value: 2.2,
palette: "white_on_red",
},
],
}],
title: "Widget Title",
},
},
{
groupDefinition: {
layoutType: "ordered",
title: "Group Widget",
widgets: [
{
noteDefinition: {
content: "cluster note widget",
backgroundColor: "pink",
fontSize: "14",
textAlign: "center",
showTick: true,
tickEdge: "left",
tickPos: "50%",
},
},
{
alertGraphDefinition: {
alertId: "123",
vizType: "toplist",
title: "Alert Graph",
liveSpan: "1h",
},
},
],
},
},
{
serviceLevelObjectiveDefinition: {
title: "Widget Title",
viewType: "detail",
sloId: "56789",
showErrorBudget: true,
viewMode: "overall",
timeWindows: [
"7d",
"previous_week",
],
},
},
],
templateVariables: [
{
name: "var_1",
prefix: "host",
"default": "aws",
},
{
name: "var_2",
prefix: "service_name",
"default": "autoscaling",
},
],
templateVariablePresets: [{
name: "preset_1",
templateVariables: [
{
name: "var_1",
value: "host.dc",
},
{
name: "var_2",
value: "my_service",
},
],
}],
});
// Example Free Layout
const freeDashboard = new datadog.Dashboard("free_dashboard", {
title: "Free Layout Dashboard",
description: "Created using the Datadog provider in Pulumi",
layoutType: "free",
widgets: [
{
eventStreamDefinition: {
query: "*",
eventSize: "l",
title: "Widget Title",
titleSize: "16",
titleAlign: "left",
liveSpan: "1h",
},
widgetLayout: {
height: 43,
width: 32,
x: 0,
y: 0,
},
},
{
eventTimelineDefinition: {
query: "*",
title: "Widget Title",
titleSize: "16",
titleAlign: "left",
liveSpan: "1h",
},
widgetLayout: {
height: 9,
width: 66,
x: 33,
y: 60,
},
},
{
freeTextDefinition: {
text: "free text content",
color: "#d00",
fontSize: "36",
textAlign: "left",
},
widgetLayout: {
height: 20,
width: 34,
x: 33,
y: 0,
},
},
{
iframeDefinition: {
url: "http://google.com",
},
widgetLayout: {
height: 46,
width: 39,
x: 101,
y: 0,
},
},
{
imageDefinition: {
url: "https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&h=350",
sizing: "fit",
margin: "small",
},
widgetLayout: {
height: 20,
width: 30,
x: 69,
y: 0,
},
},
{
logStreamDefinition: {
indexes: ["main"],
query: "error",
columns: [
"core_host",
"core_service",
"tag_source",
],
showDateColumn: true,
showMessageColumn: true,
messageDisplay: "expanded-md",
sort: {
column: "time",
order: "desc",
},
},
widgetLayout: {
height: 36,
width: 32,
x: 0,
y: 45,
},
},
{
manageStatusDefinition: {
colorPreference: "text",
displayFormat: "countsAndList",
hideZeroCounts: true,
query: "type:metric",
showLastTriggered: false,
sort: "status,asc",
summaryType: "monitors",
title: "Widget Title",
titleSize: "16",
titleAlign: "left",
},
widgetLayout: {
height: 40,
width: 30,
x: 101,
y: 48,
},
},
{
traceServiceDefinition: {
displayFormat: "three_column",
env: "datadog.com",
service: "alerting-cassandra",
showBreakdown: true,
showDistribution: true,
showErrors: true,
showHits: true,
showLatency: false,
showResourceList: false,
sizeFormat: "large",
spanName: "cassandra.query",
title: "alerting-cassandra #env:datadog.com",
titleAlign: "center",
titleSize: "13",
liveSpan: "1h",
},
widgetLayout: {
height: 38,
width: 66,
x: 33,
y: 21,
},
},
{
timeseriesDefinition: {
requests: [{
formulas: [
{
formulaExpression: "my_query_1 + my_query_2",
alias: "my ff query",
},
{
formulaExpression: "my_query_1 * my_query_2",
limit: {
count: 5,
order: "desc",
},
alias: "my second ff query",
},
],
queries: [
{
metricQuery: {
dataSource: "metrics",
query: "avg:system.cpu.user{app:general} by {env}",
name: "my_query_1",
aggregator: "sum",
},
},
{
metricQuery: {
query: "avg:system.cpu.user{app:general} by {env}",
name: "my_query_2",
aggregator: "sum",
},
},
],
}],
},
widgetLayout: {
height: 16,
width: 25,
x: 58,
y: 83,
},
},
{
timeseriesDefinition: {
requests: [
{
queries: [{
eventQuery: {
name: "my-query",
dataSource: "logs",
indexes: ["days-3"],
computes: [{
aggregation: "count",
}],
groupBies: [{
facet: "host",
sort: {
metric: "@lambda.max_memory_used",
aggregation: "avg",
},
limit: 10,
}],
},
}],
},
{
displayType: "overlay",
queries: [{
metricQuery: {
name: "MyOverlay",
dataSource: "metrics",
query: "avg:system.cpu.user{host:COMP-QJWVM2FYT4}",
},
}],
},
],
},
widgetLayout: {
height: 16,
width: 28,
x: 29,
y: 83,
},
},
{
timeseriesDefinition: {
requests: [{
queries: [{
processQuery: {
dataSource: "process",
textFilter: "abc",
metric: "process.stat.cpu.total_pct",
limit: 10,
tagFilters: ["some_filter"],
name: "my_process_query",
sort: "asc",
isNormalizedCpu: true,
aggregator: "sum",
},
}],
}],
},
widgetLayout: {
height: 16,
width: 28,
x: 0,
y: 83,
},
},
{
timeseriesDefinition: {
requests: [{
formulas: [{
formulaExpression: "query1",
alias: "my cloud cost query",
}],
queries: [{
cloudCostQuery: {
dataSource: "cloud_cost",
query: "sum:aws.cost.amortized{*}",
name: "query1",
aggregator: "sum",
},
}],
}],
},
},
{
powerpackDefinition: {
powerpackId: "00000000-0000-0000-0000-000000000000",
backgroundColor: "blue",
bannerImg: "https://example.org/example.png",
showTitle: true,
title: "Powerpack Widget",
templateVariables: {
controlledExternallies: [{
name: "var_2",
values: ["autoscaling"],
prefix: "service_name",
}],
controlledByPowerpacks: [{
name: "var_3",
prefix: "timeframe",
values: [
"default",
"values",
"here",
],
}],
},
},
},
],
templateVariables: [
{
name: "var_1",
prefix: "host",
"default": "aws",
},
{
name: "var_2",
prefix: "service_name",
"default": "autoscaling",
},
],
templateVariablePresets: [{
name: "preset_1",
templateVariables: [
{
name: "var_1",
value: "host.dc",
},
{
name: "var_2",
value: "my_service",
},
],
}],
});
import pulumi
import pulumi_datadog as datadog
# Example Ordered Layout
ordered_dashboard = datadog.Dashboard("ordered_dashboard",
title="Ordered Layout Dashboard",
description="Created using the Datadog provider in Pulumi",
layout_type="ordered",
widgets=[
{
"alert_graph_definition": {
"alert_id": "895605",
"viz_type": "timeseries",
"title": "Widget Title",
"live_span": "1h",
},
},
{
"alert_value_definition": {
"alert_id": "895605",
"precision": 3,
"unit": "b",
"text_align": "center",
"title": "Widget Title",
},
},
{
"alert_value_definition": {
"alert_id": "895605",
"precision": 3,
"unit": "b",
"text_align": "center",
"title": "Widget Title",
},
},
{
"change_definition": {
"requests": [{
"q": "avg:system.load.1{env:staging} by {account}",
"change_type": "absolute",
"compare_to": "week_before",
"increase_good": True,
"order_by": "name",
"order_dir": "desc",
"show_present": True,
}],
"title": "Widget Title",
"live_span": "1h",
},
},
{
"distribution_definition": {
"requests": [{
"q": "avg:system.load.1{env:staging} by {account}",
"style": {
"palette": "warm",
},
}],
"title": "Widget Title",
"live_span": "1h",
},
},
{
"check_status_definition": {
"check": "aws.ecs.agent_connected",
"grouping": "cluster",
"group_bies": [
"account",
"cluster",
],
"tags": [
"account:demo",
"cluster:awseb-ruthebdog-env-8-dn3m6u3gvk",
],
"title": "Widget Title",
"live_span": "1h",
},
},
{
"heatmap_definition": {
"requests": [{
"q": "avg:system.load.1{env:staging} by {account}",
"style": {
"palette": "warm",
},
}],
"yaxis": {
"min": "1",
"max": "2",
"include_zero": True,
"scale": "sqrt",
},
"title": "Widget Title",
"live_span": "1h",
},
},
{
"hostmap_definition": {
"request": {
"fills": [{
"q": "avg:system.load.1{*} by {host}",
}],
"sizes": [{
"q": "avg:memcache.uptime{*} by {host}",
}],
},
"node_type": "container",
"groups": [
"host",
"region",
],
"no_group_hosts": True,
"no_metric_hosts": True,
"scopes": [
"region:us-east-1",
"aws_account:727006795293",
],
"style": {
"palette": "yellow_to_green",
"palette_flip": True,
"fill_min": "10",
"fill_max": "20",
},
"title": "Widget Title",
},
},
{
"note_definition": {
"content": "note text",
"background_color": "pink",
"font_size": "14",
"text_align": "center",
"show_tick": True,
"tick_edge": "left",
"tick_pos": "50%",
},
},
{
"query_value_definition": {
"requests": [{
"q": "avg:system.load.1{env:staging} by {account}",
"aggregator": "sum",
"conditional_formats": [
{
"comparator": "<",
"value": 2,
"palette": "white_on_green",
},
{
"comparator": ">",
"value": 2.2,
"palette": "white_on_red",
},
],
}],
"autoscale": True,
"custom_unit": "xx",
"precision": 4,
"text_align": "right",
"title": "Widget Title",
"live_span": "1h",
},
},
{
"query_table_definition": {
"requests": [{
"q": "avg:system.load.1{env:staging} by {account}",
"aggregator": "sum",
"limit": 10,
"conditional_formats": [
{
"comparator": "<",
"value": 2,
"palette": "white_on_green",
},
{
"comparator": ">",
"value": 2.2,
"palette": "white_on_red",
},
],
}],
"title": "Widget Title",
"live_span": "1h",
},
},
{
"scatterplot_definition": {
"request": {
"xes": [{
"q": "avg:system.cpu.user{*} by {service, account}",
"aggregator": "max",
}],
"ys": [{
"q": "avg:system.mem.used{*} by {service, account}",
"aggregator": "min",
}],
},
"color_by_groups": [
"account",
"apm-role-group",
],
"xaxis": {
"include_zero": True,
"label": "x",
"min": "1",
"max": "2000",
"scale": "pow",
},
"yaxis": {
"include_zero": False,
"label": "y",
"min": "5",
"max": "2222",
"scale": "log",
},
"title": "Widget Title",
"live_span": "1h",
},
},
{
"servicemap_definition": {
"service": "master-db",
"filters": [
"env:prod",
"datacenter:dc1",
],
"title": "env: prod, datacenter:dc1, service: master-db",
"title_size": "16",
"title_align": "left",
},
},
{
"timeseries_definition": {
"requests": [
{
"q": "avg:system.cpu.user{app:general} by {env}",
"display_type": "line",
"style": {
"palette": "warm",
"line_type": "dashed",
"line_width": "thin",
},
"metadatas": [{
"expression": "avg:system.cpu.user{app:general} by {env}",
"alias_name": "Alpha",
}],
},
{
"log_query": {
"index": "mcnulty",
"compute_query": {
"aggregation": "avg",
"facet": "@duration",
"interval": 5000,
},
"search_query": "status:info",
"group_bies": [{
"facet": "host",
"limit": 10,
"sort_query": {
"aggregation": "avg",
"order": "desc",
"facet": "@duration",
},
}],
},
"display_type": "area",
},
{
"apm_query": {
"index": "apm-search",
"compute_query": {
"aggregation": "avg",
"facet": "@duration",
"interval": 5000,
},
"search_query": "type:web",
"group_bies": [{
"facet": "resource_name",
"limit": 50,
"sort_query": {
"aggregation": "avg",
"order": "desc",
"facet": "@string_query.interval",
},
}],
},
"display_type": "bars",
},
{
"process_query": {
"metric": "process.stat.cpu.total_pct",
"search_by": "error",
"filter_bies": ["active"],
"limit": 50,
},
"display_type": "area",
},
],
"markers": [
{
"display_type": "error dashed",
"label": " z=6 ",
"value": "y = 4",
},
{
"display_type": "ok solid",
"value": "10 < y < 999",
"label": " x=8 ",
},
],
"title": "Widget Title",
"show_legend": True,
"legend_size": "2",
"live_span": "1h",
"events": [
{
"q": "sources:test tags:1",
},
{
"q": "sources:test tags:2",
},
],
"yaxis": {
"scale": "log",
"include_zero": False,
"max": "100",
},
},
},
{
"toplist_definition": {
"requests": [{
"q": "avg:system.cpu.user{app:general} by {env}",
"conditional_formats": [
{
"comparator": "<",
"value": 2,
"palette": "white_on_green",
},
{
"comparator": ">",
"value": 2.2,
"palette": "white_on_red",
},
],
}],
"title": "Widget Title",
},
},
{
"group_definition": {
"layout_type": "ordered",
"title": "Group Widget",
"widgets": [
{
"note_definition": {
"content": "cluster note widget",
"background_color": "pink",
"font_size": "14",
"text_align": "center",
"show_tick": True,
"tick_edge": "left",
"tick_pos": "50%",
},
},
{
"alert_graph_definition": {
"alert_id": "123",
"viz_type": "toplist",
"title": "Alert Graph",
"live_span": "1h",
},
},
],
},
},
{
"service_level_objective_definition": {
"title": "Widget Title",
"view_type": "detail",
"slo_id": "56789",
"show_error_budget": True,
"view_mode": "overall",
"time_windows": [
"7d",
"previous_week",
],
},
},
],
template_variables=[
{
"name": "var_1",
"prefix": "host",
"default": "aws",
},
{
"name": "var_2",
"prefix": "service_name",
"default": "autoscaling",
},
],
template_variable_presets=[{
"name": "preset_1",
"template_variables": [
{
"name": "var_1",
"value": "host.dc",
},
{
"name": "var_2",
"value": "my_service",
},
],
}])
# Example Free Layout
free_dashboard = datadog.Dashboard("free_dashboard",
title="Free Layout Dashboard",
description="Created using the Datadog provider in Pulumi",
layout_type="free",
widgets=[
{
"event_stream_definition": {
"query": "*",
"event_size": "l",
"title": "Widget Title",
"title_size": "16",
"title_align": "left",
"live_span": "1h",
},
"widget_layout": {
"height": 43,
"width": 32,
"x": 0,
"y": 0,
},
},
{
"event_timeline_definition": {
"query": "*",
"title": "Widget Title",
"title_size": "16",
"title_align": "left",
"live_span": "1h",
},
"widget_layout": {
"height": 9,
"width": 66,
"x": 33,
"y": 60,
},
},
{
"free_text_definition": {
"text": "free text content",
"color": "#d00",
"font_size": "36",
"text_align": "left",
},
"widget_layout": {
"height": 20,
"width": 34,
"x": 33,
"y": 0,
},
},
{
"iframe_definition": {
"url": "http://google.com",
},
"widget_layout": {
"height": 46,
"width": 39,
"x": 101,
"y": 0,
},
},
{
"image_definition": {
"url": "https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&h=350",
"sizing": "fit",
"margin": "small",
},
"widget_layout": {
"height": 20,
"width": 30,
"x": 69,
"y": 0,
},
},
{
"log_stream_definition": {
"indexes": ["main"],
"query": "error",
"columns": [
"core_host",
"core_service",
"tag_source",
],
"show_date_column": True,
"show_message_column": True,
"message_display": "expanded-md",
"sort": {
"column": "time",
"order": "desc",
},
},
"widget_layout": {
"height": 36,
"width": 32,
"x": 0,
"y": 45,
},
},
{
"manage_status_definition": {
"color_preference": "text",
"display_format": "countsAndList",
"hide_zero_counts": True,
"query": "type:metric",
"show_last_triggered": False,
"sort": "status,asc",
"summary_type": "monitors",
"title": "Widget Title",
"title_size": "16",
"title_align": "left",
},
"widget_layout": {
"height": 40,
"width": 30,
"x": 101,
"y": 48,
},
},
{
"trace_service_definition": {
"display_format": "three_column",
"env": "datadog.com",
"service": "alerting-cassandra",
"show_breakdown": True,
"show_distribution": True,
"show_errors": True,
"show_hits": True,
"show_latency": False,
"show_resource_list": False,
"size_format": "large",
"span_name": "cassandra.query",
"title": "alerting-cassandra #env:datadog.com",
"title_align": "center",
"title_size": "13",
"live_span": "1h",
},
"widget_layout": {
"height": 38,
"width": 66,
"x": 33,
"y": 21,
},
},
{
"timeseries_definition": {
"requests": [{
"formulas": [
{
"formula_expression": "my_query_1 + my_query_2",
"alias": "my ff query",
},
{
"formula_expression": "my_query_1 * my_query_2",
"limit": {
"count": 5,
"order": "desc",
},
"alias": "my second ff query",
},
],
"queries": [
{
"metric_query": {
"data_source": "metrics",
"query": "avg:system.cpu.user{app:general} by {env}",
"name": "my_query_1",
"aggregator": "sum",
},
},
{
"metric_query": {
"query": "avg:system.cpu.user{app:general} by {env}",
"name": "my_query_2",
"aggregator": "sum",
},
},
],
}],
},
"widget_layout": {
"height": 16,
"width": 25,
"x": 58,
"y": 83,
},
},
{
"timeseries_definition": {
"requests": [
{
"queries": [{
"event_query": {
"name": "my-query",
"data_source": "logs",
"indexes": ["days-3"],
"computes": [{
"aggregation": "count",
}],
"group_bies": [{
"facet": "host",
"sort": {
"metric": "@lambda.max_memory_used",
"aggregation": "avg",
},
"limit": 10,
}],
},
}],
},
{
"display_type": "overlay",
"queries": [{
"metric_query": {
"name": "MyOverlay",
"data_source": "metrics",
"query": "avg:system.cpu.user{host:COMP-QJWVM2FYT4}",
},
}],
},
],
},
"widget_layout": {
"height": 16,
"width": 28,
"x": 29,
"y": 83,
},
},
{
"timeseries_definition": {
"requests": [{
"queries": [{
"process_query": {
"data_source": "process",
"text_filter": "abc",
"metric": "process.stat.cpu.total_pct",
"limit": 10,
"tag_filters": ["some_filter"],
"name": "my_process_query",
"sort": "asc",
"is_normalized_cpu": True,
"aggregator": "sum",
},
}],
}],
},
"widget_layout": {
"height": 16,
"width": 28,
"x": 0,
"y": 83,
},
},
{
"timeseries_definition": {
"requests": [{
"formulas": [{
"formula_expression": "query1",
"alias": "my cloud cost query",
}],
"queries": [{
"cloud_cost_query": {
"data_source": "cloud_cost",
"query": "sum:aws.cost.amortized{*}",
"name": "query1",
"aggregator": "sum",
},
}],
}],
},
},
{
"powerpack_definition": {
"powerpack_id": "00000000-0000-0000-0000-000000000000",
"background_color": "blue",
"banner_img": "https://example.org/example.png",
"show_title": True,
"title": "Powerpack Widget",
"template_variables": {
"controlled_externallies": [{
"name": "var_2",
"values": ["autoscaling"],
"prefix": "service_name",
}],
"controlled_by_powerpacks": [{
"name": "var_3",
"prefix": "timeframe",
"values": [
"default",
"values",
"here",
],
}],
},
},
},
],
template_variables=[
{
"name": "var_1",
"prefix": "host",
"default": "aws",
},
{
"name": "var_2",
"prefix": "service_name",
"default": "autoscaling",
},
],
template_variable_presets=[{
"name": "preset_1",
"template_variables": [
{
"name": "var_1",
"value": "host.dc",
},
{
"name": "var_2",
"value": "my_service",
},
],
}])
package main
import (
"github.com/pulumi/pulumi-datadog/sdk/v4/go/datadog"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// Example Ordered Layout
_, err := datadog.NewDashboard(ctx, "ordered_dashboard", &datadog.DashboardArgs{
Title: pulumi.String("Ordered Layout Dashboard"),
Description: pulumi.String("Created using the Datadog provider in Pulumi"),
LayoutType: pulumi.String("ordered"),
Widgets: datadog.DashboardWidgetArray{
&datadog.DashboardWidgetArgs{
AlertGraphDefinition: &datadog.DashboardWidgetAlertGraphDefinitionArgs{
AlertId: pulumi.String("895605"),
VizType: pulumi.String("timeseries"),
Title: pulumi.String("Widget Title"),
LiveSpan: pulumi.String("1h"),
},
},
&datadog.DashboardWidgetArgs{
AlertValueDefinition: &datadog.DashboardWidgetAlertValueDefinitionArgs{
AlertId: pulumi.String("895605"),
Precision: pulumi.Int(3),
Unit: pulumi.String("b"),
TextAlign: pulumi.String("center"),
Title: pulumi.String("Widget Title"),
},
},
&datadog.DashboardWidgetArgs{
AlertValueDefinition: &datadog.DashboardWidgetAlertValueDefinitionArgs{
AlertId: pulumi.String("895605"),
Precision: pulumi.Int(3),
Unit: pulumi.String("b"),
TextAlign: pulumi.String("center"),
Title: pulumi.String("Widget Title"),
},
},
&datadog.DashboardWidgetArgs{
ChangeDefinition: &datadog.DashboardWidgetChangeDefinitionArgs{
Requests: datadog.DashboardWidgetChangeDefinitionRequestArray{
&datadog.DashboardWidgetChangeDefinitionRequestArgs{
Q: pulumi.String("avg:system.load.1{env:staging} by {account}"),
ChangeType: pulumi.String("absolute"),
CompareTo: pulumi.String("week_before"),
IncreaseGood: pulumi.Bool(true),
OrderBy: pulumi.String("name"),
OrderDir: pulumi.String("desc"),
ShowPresent: pulumi.Bool(true),
},
},
Title: pulumi.String("Widget Title"),
LiveSpan: pulumi.String("1h"),
},
},
&datadog.DashboardWidgetArgs{
DistributionDefinition: &datadog.DashboardWidgetDistributionDefinitionArgs{
Requests: datadog.DashboardWidgetDistributionDefinitionRequestArray{
&datadog.DashboardWidgetDistributionDefinitionRequestArgs{
Q: pulumi.String("avg:system.load.1{env:staging} by {account}"),
Style: &datadog.DashboardWidgetDistributionDefinitionRequestStyleArgs{
Palette: pulumi.String("warm"),
},
},
},
Title: pulumi.String("Widget Title"),
LiveSpan: pulumi.String("1h"),
},
},
&datadog.DashboardWidgetArgs{
CheckStatusDefinition: &datadog.DashboardWidgetCheckStatusDefinitionArgs{
Check: pulumi.String("aws.ecs.agent_connected"),
Grouping: pulumi.String("cluster"),
GroupBies: pulumi.StringArray{
pulumi.String("account"),
pulumi.String("cluster"),
},
Tags: pulumi.StringArray{
pulumi.String("account:demo"),
pulumi.String("cluster:awseb-ruthebdog-env-8-dn3m6u3gvk"),
},
Title: pulumi.String("Widget Title"),
LiveSpan: pulumi.String("1h"),
},
},
&datadog.DashboardWidgetArgs{
HeatmapDefinition: &datadog.DashboardWidgetHeatmapDefinitionArgs{
Requests: datadog.DashboardWidgetHeatmapDefinitionRequestArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestArgs{
Q: pulumi.String("avg:system.load.1{env:staging} by {account}"),
Style: &datadog.DashboardWidgetHeatmapDefinitionRequestStyleArgs{
Palette: pulumi.String("warm"),
},
},
},
Yaxis: &datadog.DashboardWidgetHeatmapDefinitionYaxisArgs{
Min: pulumi.String("1"),
Max: pulumi.String("2"),
IncludeZero: pulumi.Bool(true),
Scale: pulumi.String("sqrt"),
},
Title: pulumi.String("Widget Title"),
LiveSpan: pulumi.String("1h"),
},
},
&datadog.DashboardWidgetArgs{
HostmapDefinition: &datadog.DashboardWidgetHostmapDefinitionArgs{
Request: &datadog.DashboardWidgetHostmapDefinitionRequestArgs{
Fills: datadog.DashboardWidgetHostmapDefinitionRequestFillArray{
&datadog.DashboardWidgetHostmapDefinitionRequestFillArgs{
Q: pulumi.String("avg:system.load.1{*} by {host}"),
},
},
Sizes: datadog.DashboardWidgetHostmapDefinitionRequestSizeArray{
&datadog.DashboardWidgetHostmapDefinitionRequestSizeArgs{
Q: pulumi.String("avg:memcache.uptime{*} by {host}"),
},
},
},
NodeType: pulumi.String("container"),
Groups: pulumi.StringArray{
pulumi.String("host"),
pulumi.String("region"),
},
NoGroupHosts: pulumi.Bool(true),
NoMetricHosts: pulumi.Bool(true),
Scopes: pulumi.StringArray{
pulumi.String("region:us-east-1"),
pulumi.String("aws_account:727006795293"),
},
Style: &datadog.DashboardWidgetHostmapDefinitionStyleArgs{
Palette: pulumi.String("yellow_to_green"),
PaletteFlip: pulumi.Bool(true),
FillMin: pulumi.String("10"),
FillMax: pulumi.String("20"),
},
Title: pulumi.String("Widget Title"),
},
},
&datadog.DashboardWidgetArgs{
NoteDefinition: &datadog.DashboardWidgetNoteDefinitionArgs{
Content: pulumi.String("note text"),
BackgroundColor: pulumi.String("pink"),
FontSize: pulumi.String("14"),
TextAlign: pulumi.String("center"),
ShowTick: pulumi.Bool(true),
TickEdge: pulumi.String("left"),
TickPos: pulumi.String("50%"),
},
},
&datadog.DashboardWidgetArgs{
QueryValueDefinition: &datadog.DashboardWidgetQueryValueDefinitionArgs{
Requests: datadog.DashboardWidgetQueryValueDefinitionRequestArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestArgs{
Q: pulumi.String("avg:system.load.1{env:staging} by {account}"),
Aggregator: pulumi.String("sum"),
ConditionalFormats: datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("<"),
Value: pulumi.Float64(2),
Palette: pulumi.String("white_on_green"),
},
&datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String(">"),
Value: pulumi.Float64(2.2),
Palette: pulumi.String("white_on_red"),
},
},
},
},
Autoscale: pulumi.Bool(true),
CustomUnit: pulumi.String("xx"),
Precision: pulumi.Int(4),
TextAlign: pulumi.String("right"),
Title: pulumi.String("Widget Title"),
LiveSpan: pulumi.String("1h"),
},
},
&datadog.DashboardWidgetArgs{
QueryTableDefinition: &datadog.DashboardWidgetQueryTableDefinitionArgs{
Requests: datadog.DashboardWidgetQueryTableDefinitionRequestArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestArgs{
Q: pulumi.String("avg:system.load.1{env:staging} by {account}"),
Aggregator: pulumi.String("sum"),
Limit: pulumi.Int(10),
ConditionalFormats: datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("<"),
Value: pulumi.Float64(2),
Palette: pulumi.String("white_on_green"),
},
&datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String(">"),
Value: pulumi.Float64(2.2),
Palette: pulumi.String("white_on_red"),
},
},
},
},
Title: pulumi.String("Widget Title"),
LiveSpan: pulumi.String("1h"),
},
},
&datadog.DashboardWidgetArgs{
ScatterplotDefinition: &datadog.DashboardWidgetScatterplotDefinitionArgs{
Request: &datadog.DashboardWidgetScatterplotDefinitionRequestArgs{
Xes: datadog.DashboardWidgetScatterplotDefinitionRequestXArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestXArgs{
Q: pulumi.String("avg:system.cpu.user{*} by {service, account}"),
Aggregator: pulumi.String("max"),
},
},
Ys: datadog.DashboardWidgetScatterplotDefinitionRequestYArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestYArgs{
Q: pulumi.String("avg:system.mem.used{*} by {service, account}"),
Aggregator: pulumi.String("min"),
},
},
},
ColorByGroups: pulumi.StringArray{
pulumi.String("account"),
pulumi.String("apm-role-group"),
},
Xaxis: &datadog.DashboardWidgetScatterplotDefinitionXaxisArgs{
IncludeZero: pulumi.Bool(true),
Label: pulumi.String("x"),
Min: pulumi.String("1"),
Max: pulumi.String("2000"),
Scale: pulumi.String("pow"),
},
Yaxis: &datadog.DashboardWidgetScatterplotDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("y"),
Min: pulumi.String("5"),
Max: pulumi.String("2222"),
Scale: pulumi.String("log"),
},
Title: pulumi.String("Widget Title"),
LiveSpan: pulumi.String("1h"),
},
},
&datadog.DashboardWidgetArgs{
ServicemapDefinition: &datadog.DashboardWidgetServicemapDefinitionArgs{
Service: pulumi.String("master-db"),
Filters: pulumi.StringArray{
pulumi.String("env:prod"),
pulumi.String("datacenter:dc1"),
},
Title: pulumi.String("env: prod, datacenter:dc1, service: master-db"),
TitleSize: pulumi.String("16"),
TitleAlign: pulumi.String("left"),
},
},
&datadog.DashboardWidgetArgs{
TimeseriesDefinition: &datadog.DashboardWidgetTimeseriesDefinitionArgs{
Requests: datadog.DashboardWidgetTimeseriesDefinitionRequestArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
Q: pulumi.String("avg:system.cpu.user{app:general} by {env}"),
DisplayType: pulumi.String("line"),
Style: &datadog.DashboardWidgetTimeseriesDefinitionRequestStyleArgs{
Palette: pulumi.String("warm"),
LineType: pulumi.String("dashed"),
LineWidth: pulumi.String("thin"),
},
Metadatas: datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataArgs{
Expression: pulumi.String("avg:system.cpu.user{app:general} by {env}"),
AliasName: pulumi.String("Alpha"),
},
},
},
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("mcnulty"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("avg"),
Facet: pulumi.String("@duration"),
Interval: pulumi.Int(5000),
},
SearchQuery: pulumi.String("status:info"),
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("host"),
Limit: pulumi.Int(10),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("avg"),
Order: pulumi.String("desc"),
Facet: pulumi.String("@duration"),
},
},
},
},
DisplayType: pulumi.String("area"),
},
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("apm-search"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("avg"),
Facet: pulumi.String("@duration"),
Interval: pulumi.Int(5000),
},
SearchQuery: pulumi.String("type:web"),
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("resource_name"),
Limit: pulumi.Int(50),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("avg"),
Order: pulumi.String("desc"),
Facet: pulumi.String("@string_query.interval"),
},
},
},
},
DisplayType: pulumi.String("bars"),
},
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
ProcessQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("process.stat.cpu.total_pct"),
SearchBy: pulumi.String("error"),
FilterBies: pulumi.StringArray{
pulumi.String("active"),
},
Limit: pulumi.Int(50),
},
DisplayType: pulumi.String("area"),
},
},
Markers: datadog.DashboardWidgetTimeseriesDefinitionMarkerArray{
&datadog.DashboardWidgetTimeseriesDefinitionMarkerArgs{
DisplayType: pulumi.String("error dashed"),
Label: pulumi.String(" z=6 "),
Value: pulumi.String("y = 4"),
},
&datadog.DashboardWidgetTimeseriesDefinitionMarkerArgs{
DisplayType: pulumi.String("ok solid"),
Value: pulumi.String("10 < y < 999"),
Label: pulumi.String(" x=8 "),
},
},
Title: pulumi.String("Widget Title"),
ShowLegend: pulumi.Bool(true),
LegendSize: pulumi.String("2"),
LiveSpan: pulumi.String("1h"),
Events: datadog.DashboardWidgetTimeseriesDefinitionEventArray{
&datadog.DashboardWidgetTimeseriesDefinitionEventArgs{
Q: pulumi.String("sources:test tags:1"),
},
&datadog.DashboardWidgetTimeseriesDefinitionEventArgs{
Q: pulumi.String("sources:test tags:2"),
},
},
Yaxis: &datadog.DashboardWidgetTimeseriesDefinitionYaxisArgs{
Scale: pulumi.String("log"),
IncludeZero: pulumi.Bool(false),
Max: pulumi.String("100"),
},
},
},
&datadog.DashboardWidgetArgs{
ToplistDefinition: &datadog.DashboardWidgetToplistDefinitionArgs{
Requests: datadog.DashboardWidgetToplistDefinitionRequestArray{
&datadog.DashboardWidgetToplistDefinitionRequestArgs{
Q: pulumi.String("avg:system.cpu.user{app:general} by {env}"),
ConditionalFormats: datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("<"),
Value: pulumi.Float64(2),
Palette: pulumi.String("white_on_green"),
},
&datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String(">"),
Value: pulumi.Float64(2.2),
Palette: pulumi.String("white_on_red"),
},
},
},
},
Title: pulumi.String("Widget Title"),
},
},
&datadog.DashboardWidgetArgs{
GroupDefinition: &datadog.DashboardWidgetGroupDefinitionArgs{
LayoutType: pulumi.String("ordered"),
Title: pulumi.String("Group Widget"),
Widgets: datadog.DashboardWidgetGroupDefinitionWidgetArray{
&datadog.DashboardWidgetGroupDefinitionWidgetArgs{
NoteDefinition: &datadog.DashboardWidgetNoteDefinitionArgs{
Content: pulumi.String("cluster note widget"),
BackgroundColor: pulumi.String("pink"),
FontSize: pulumi.String("14"),
TextAlign: pulumi.String("center"),
ShowTick: pulumi.Bool(true),
TickEdge: pulumi.String("left"),
TickPos: pulumi.String("50%"),
},
},
&datadog.DashboardWidgetGroupDefinitionWidgetArgs{
AlertGraphDefinition: &datadog.DashboardWidgetAlertGraphDefinitionArgs{
AlertId: pulumi.String("123"),
VizType: pulumi.String("toplist"),
Title: pulumi.String("Alert Graph"),
LiveSpan: pulumi.String("1h"),
},
},
},
},
},
&datadog.DashboardWidgetArgs{
ServiceLevelObjectiveDefinition: &datadog.DashboardWidgetServiceLevelObjectiveDefinitionArgs{
Title: pulumi.String("Widget Title"),
ViewType: pulumi.String("detail"),
SloId: pulumi.String("56789"),
ShowErrorBudget: pulumi.Bool(true),
ViewMode: pulumi.String("overall"),
TimeWindows: pulumi.StringArray{
pulumi.String("7d"),
pulumi.String("previous_week"),
},
},
},
},
TemplateVariables: datadog.DashboardTemplateVariableArray{
&datadog.DashboardTemplateVariableArgs{
Name: pulumi.String("var_1"),
Prefix: pulumi.String("host"),
Default: pulumi.String("aws"),
},
&datadog.DashboardTemplateVariableArgs{
Name: pulumi.String("var_2"),
Prefix: pulumi.String("service_name"),
Default: pulumi.String("autoscaling"),
},
},
TemplateVariablePresets: datadog.DashboardTemplateVariablePresetArray{
&datadog.DashboardTemplateVariablePresetArgs{
Name: pulumi.String("preset_1"),
TemplateVariables: datadog.DashboardTemplateVariablePresetTemplateVariableArray{
&datadog.DashboardTemplateVariablePresetTemplateVariableArgs{
Name: pulumi.String("var_1"),
Value: pulumi.String("host.dc"),
},
&datadog.DashboardTemplateVariablePresetTemplateVariableArgs{
Name: pulumi.String("var_2"),
Value: pulumi.String("my_service"),
},
},
},
},
})
if err != nil {
return err
}
// Example Free Layout
_, err = datadog.NewDashboard(ctx, "free_dashboard", &datadog.DashboardArgs{
Title: pulumi.String("Free Layout Dashboard"),
Description: pulumi.String("Created using the Datadog provider in Pulumi"),
LayoutType: pulumi.String("free"),
Widgets: datadog.DashboardWidgetArray{
&datadog.DashboardWidgetArgs{
EventStreamDefinition: &datadog.DashboardWidgetEventStreamDefinitionArgs{
Query: pulumi.String("*"),
EventSize: pulumi.String("l"),
Title: pulumi.String("Widget Title"),
TitleSize: pulumi.String("16"),
TitleAlign: pulumi.String("left"),
LiveSpan: pulumi.String("1h"),
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(43),
Width: pulumi.Int(32),
X: pulumi.Int(0),
Y: pulumi.Int(0),
},
},
&datadog.DashboardWidgetArgs{
EventTimelineDefinition: &datadog.DashboardWidgetEventTimelineDefinitionArgs{
Query: pulumi.String("*"),
Title: pulumi.String("Widget Title"),
TitleSize: pulumi.String("16"),
TitleAlign: pulumi.String("left"),
LiveSpan: pulumi.String("1h"),
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(9),
Width: pulumi.Int(66),
X: pulumi.Int(33),
Y: pulumi.Int(60),
},
},
&datadog.DashboardWidgetArgs{
FreeTextDefinition: &datadog.DashboardWidgetFreeTextDefinitionArgs{
Text: pulumi.String("free text content"),
Color: pulumi.String("#d00"),
FontSize: pulumi.String("36"),
TextAlign: pulumi.String("left"),
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(20),
Width: pulumi.Int(34),
X: pulumi.Int(33),
Y: pulumi.Int(0),
},
},
&datadog.DashboardWidgetArgs{
IframeDefinition: &datadog.DashboardWidgetIframeDefinitionArgs{
Url: pulumi.String("http://google.com"),
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(46),
Width: pulumi.Int(39),
X: pulumi.Int(101),
Y: pulumi.Int(0),
},
},
&datadog.DashboardWidgetArgs{
ImageDefinition: &datadog.DashboardWidgetImageDefinitionArgs{
Url: pulumi.String("https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&h=350"),
Sizing: pulumi.String("fit"),
Margin: pulumi.String("small"),
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(20),
Width: pulumi.Int(30),
X: pulumi.Int(69),
Y: pulumi.Int(0),
},
},
&datadog.DashboardWidgetArgs{
LogStreamDefinition: &datadog.DashboardWidgetLogStreamDefinitionArgs{
Indexes: pulumi.StringArray{
pulumi.String("main"),
},
Query: pulumi.String("error"),
Columns: pulumi.StringArray{
pulumi.String("core_host"),
pulumi.String("core_service"),
pulumi.String("tag_source"),
},
ShowDateColumn: pulumi.Bool(true),
ShowMessageColumn: pulumi.Bool(true),
MessageDisplay: pulumi.String("expanded-md"),
Sort: &datadog.DashboardWidgetLogStreamDefinitionSortArgs{
Column: pulumi.String("time"),
Order: pulumi.String("desc"),
},
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(36),
Width: pulumi.Int(32),
X: pulumi.Int(0),
Y: pulumi.Int(45),
},
},
&datadog.DashboardWidgetArgs{
ManageStatusDefinition: &datadog.DashboardWidgetManageStatusDefinitionArgs{
ColorPreference: pulumi.String("text"),
DisplayFormat: pulumi.String("countsAndList"),
HideZeroCounts: pulumi.Bool(true),
Query: pulumi.String("type:metric"),
ShowLastTriggered: pulumi.Bool(false),
Sort: pulumi.String("status,asc"),
SummaryType: pulumi.String("monitors"),
Title: pulumi.String("Widget Title"),
TitleSize: pulumi.String("16"),
TitleAlign: pulumi.String("left"),
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(40),
Width: pulumi.Int(30),
X: pulumi.Int(101),
Y: pulumi.Int(48),
},
},
&datadog.DashboardWidgetArgs{
TraceServiceDefinition: &datadog.DashboardWidgetTraceServiceDefinitionArgs{
DisplayFormat: pulumi.String("three_column"),
Env: pulumi.String("datadog.com"),
Service: pulumi.String("alerting-cassandra"),
ShowBreakdown: pulumi.Bool(true),
ShowDistribution: pulumi.Bool(true),
ShowErrors: pulumi.Bool(true),
ShowHits: pulumi.Bool(true),
ShowLatency: pulumi.Bool(false),
ShowResourceList: pulumi.Bool(false),
SizeFormat: pulumi.String("large"),
SpanName: pulumi.String("cassandra.query"),
Title: pulumi.String("alerting-cassandra #env:datadog.com"),
TitleAlign: pulumi.String("center"),
TitleSize: pulumi.String("13"),
LiveSpan: pulumi.String("1h"),
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(38),
Width: pulumi.Int(66),
X: pulumi.Int(33),
Y: pulumi.Int(21),
},
},
&datadog.DashboardWidgetArgs{
TimeseriesDefinition: &datadog.DashboardWidgetTimeseriesDefinitionArgs{
Requests: datadog.DashboardWidgetTimeseriesDefinitionRequestArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
Formulas: datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("my_query_1 + my_query_2"),
Alias: pulumi.String("my ff query"),
},
&datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("my_query_1 * my_query_2"),
Limit: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(5),
Order: pulumi.String("desc"),
},
Alias: pulumi.String("my second ff query"),
},
},
Queries: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArgs{
MetricQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs{
DataSource: pulumi.String("metrics"),
Query: pulumi.String("avg:system.cpu.user{app:general} by {env}"),
Name: pulumi.String("my_query_1"),
Aggregator: pulumi.String("sum"),
},
},
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArgs{
MetricQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs{
Query: pulumi.String("avg:system.cpu.user{app:general} by {env}"),
Name: pulumi.String("my_query_2"),
Aggregator: pulumi.String("sum"),
},
},
},
},
},
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(16),
Width: pulumi.Int(25),
X: pulumi.Int(58),
Y: pulumi.Int(83),
},
},
&datadog.DashboardWidgetArgs{
TimeseriesDefinition: &datadog.DashboardWidgetTimeseriesDefinitionArgs{
Requests: datadog.DashboardWidgetTimeseriesDefinitionRequestArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
Queries: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArgs{
EventQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs{
Name: pulumi.String("my-query"),
DataSource: pulumi.String("logs"),
Indexes: pulumi.StringArray{
pulumi.String("days-3"),
},
Computes: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("count"),
},
},
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("host"),
Sort: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs{
Metric: pulumi.String("@lambda.max_memory_used"),
Aggregation: pulumi.String("avg"),
},
Limit: pulumi.Int(10),
},
},
},
},
},
},
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
DisplayType: pulumi.String("overlay"),
Queries: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArgs{
MetricQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("MyOverlay"),
DataSource: pulumi.String("metrics"),
Query: pulumi.String("avg:system.cpu.user{host:COMP-QJWVM2FYT4}"),
},
},
},
},
},
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(16),
Width: pulumi.Int(28),
X: pulumi.Int(29),
Y: pulumi.Int(83),
},
},
&datadog.DashboardWidgetArgs{
TimeseriesDefinition: &datadog.DashboardWidgetTimeseriesDefinitionArgs{
Requests: datadog.DashboardWidgetTimeseriesDefinitionRequestArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
Queries: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArgs{
ProcessQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("process"),
TextFilter: pulumi.String("abc"),
Metric: pulumi.String("process.stat.cpu.total_pct"),
Limit: pulumi.Int(10),
TagFilters: pulumi.StringArray{
pulumi.String("some_filter"),
},
Name: pulumi.String("my_process_query"),
Sort: pulumi.String("asc"),
IsNormalizedCpu: pulumi.Bool(true),
Aggregator: pulumi.String("sum"),
},
},
},
},
},
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(16),
Width: pulumi.Int(28),
X: pulumi.Int(0),
Y: pulumi.Int(83),
},
},
&datadog.DashboardWidgetArgs{
TimeseriesDefinition: &datadog.DashboardWidgetTimeseriesDefinitionArgs{
Requests: datadog.DashboardWidgetTimeseriesDefinitionRequestArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
Formulas: datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("query1"),
Alias: pulumi.String("my cloud cost query"),
},
},
Queries: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArgs{
CloudCostQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("cloud_cost"),
Query: pulumi.String("sum:aws.cost.amortized{*}"),
Name: pulumi.String("query1"),
Aggregator: pulumi.String("sum"),
},
},
},
},
},
},
},
&datadog.DashboardWidgetArgs{
PowerpackDefinition: &datadog.DashboardWidgetPowerpackDefinitionArgs{
PowerpackId: pulumi.String("00000000-0000-0000-0000-000000000000"),
BackgroundColor: pulumi.String("blue"),
BannerImg: pulumi.String("https://example.org/example.png"),
ShowTitle: pulumi.Bool(true),
Title: pulumi.String("Powerpack Widget"),
TemplateVariables: &datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesArgs{
ControlledExternallies: datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArray{
&datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArgs{
Name: pulumi.String("var_2"),
Values: pulumi.StringArray{
pulumi.String("autoscaling"),
},
Prefix: pulumi.String("service_name"),
},
},
ControlledByPowerpacks: datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArray{
&datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArgs{
Name: pulumi.String("var_3"),
Prefix: pulumi.String("timeframe"),
Values: pulumi.StringArray{
pulumi.String("default"),
pulumi.String("values"),
pulumi.String("here"),
},
},
},
},
},
},
},
TemplateVariables: datadog.DashboardTemplateVariableArray{
&datadog.DashboardTemplateVariableArgs{
Name: pulumi.String("var_1"),
Prefix: pulumi.String("host"),
Default: pulumi.String("aws"),
},
&datadog.DashboardTemplateVariableArgs{
Name: pulumi.String("var_2"),
Prefix: pulumi.String("service_name"),
Default: pulumi.String("autoscaling"),
},
},
TemplateVariablePresets: datadog.DashboardTemplateVariablePresetArray{
&datadog.DashboardTemplateVariablePresetArgs{
Name: pulumi.String("preset_1"),
TemplateVariables: datadog.DashboardTemplateVariablePresetTemplateVariableArray{
&datadog.DashboardTemplateVariablePresetTemplateVariableArgs{
Name: pulumi.String("var_1"),
Value: pulumi.String("host.dc"),
},
&datadog.DashboardTemplateVariablePresetTemplateVariableArgs{
Name: pulumi.String("var_2"),
Value: pulumi.String("my_service"),
},
},
},
},
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Datadog = Pulumi.Datadog;
return await Deployment.RunAsync(() =>
{
// Example Ordered Layout
var orderedDashboard = new Datadog.Dashboard("ordered_dashboard", new()
{
Title = "Ordered Layout Dashboard",
Description = "Created using the Datadog provider in Pulumi",
LayoutType = "ordered",
Widgets = new[]
{
new Datadog.Inputs.DashboardWidgetArgs
{
AlertGraphDefinition = new Datadog.Inputs.DashboardWidgetAlertGraphDefinitionArgs
{
AlertId = "895605",
VizType = "timeseries",
Title = "Widget Title",
LiveSpan = "1h",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
AlertValueDefinition = new Datadog.Inputs.DashboardWidgetAlertValueDefinitionArgs
{
AlertId = "895605",
Precision = 3,
Unit = "b",
TextAlign = "center",
Title = "Widget Title",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
AlertValueDefinition = new Datadog.Inputs.DashboardWidgetAlertValueDefinitionArgs
{
AlertId = "895605",
Precision = 3,
Unit = "b",
TextAlign = "center",
Title = "Widget Title",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
ChangeDefinition = new Datadog.Inputs.DashboardWidgetChangeDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestArgs
{
Q = "avg:system.load.1{env:staging} by {account}",
ChangeType = "absolute",
CompareTo = "week_before",
IncreaseGood = true,
OrderBy = "name",
OrderDir = "desc",
ShowPresent = true,
},
},
Title = "Widget Title",
LiveSpan = "1h",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
DistributionDefinition = new Datadog.Inputs.DashboardWidgetDistributionDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestArgs
{
Q = "avg:system.load.1{env:staging} by {account}",
Style = new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestStyleArgs
{
Palette = "warm",
},
},
},
Title = "Widget Title",
LiveSpan = "1h",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
CheckStatusDefinition = new Datadog.Inputs.DashboardWidgetCheckStatusDefinitionArgs
{
Check = "aws.ecs.agent_connected",
Grouping = "cluster",
GroupBies = new[]
{
"account",
"cluster",
},
Tags = new[]
{
"account:demo",
"cluster:awseb-ruthebdog-env-8-dn3m6u3gvk",
},
Title = "Widget Title",
LiveSpan = "1h",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
HeatmapDefinition = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestArgs
{
Q = "avg:system.load.1{env:staging} by {account}",
Style = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestStyleArgs
{
Palette = "warm",
},
},
},
Yaxis = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionYaxisArgs
{
Min = "1",
Max = "2",
IncludeZero = true,
Scale = "sqrt",
},
Title = "Widget Title",
LiveSpan = "1h",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
HostmapDefinition = new Datadog.Inputs.DashboardWidgetHostmapDefinitionArgs
{
Request = new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestArgs
{
Fills = new[]
{
new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestFillArgs
{
Q = "avg:system.load.1{*} by {host}",
},
},
Sizes = new[]
{
new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestSizeArgs
{
Q = "avg:memcache.uptime{*} by {host}",
},
},
},
NodeType = "container",
Groups = new[]
{
"host",
"region",
},
NoGroupHosts = true,
NoMetricHosts = true,
Scopes = new[]
{
"region:us-east-1",
"aws_account:727006795293",
},
Style = new Datadog.Inputs.DashboardWidgetHostmapDefinitionStyleArgs
{
Palette = "yellow_to_green",
PaletteFlip = true,
FillMin = "10",
FillMax = "20",
},
Title = "Widget Title",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
NoteDefinition = new Datadog.Inputs.DashboardWidgetNoteDefinitionArgs
{
Content = "note text",
BackgroundColor = "pink",
FontSize = "14",
TextAlign = "center",
ShowTick = true,
TickEdge = "left",
TickPos = "50%",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
QueryValueDefinition = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestArgs
{
Q = "avg:system.load.1{env:staging} by {account}",
Aggregator = "sum",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs
{
Comparator = "<",
Value = 2,
Palette = "white_on_green",
},
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs
{
Comparator = ">",
Value = 2.2,
Palette = "white_on_red",
},
},
},
},
Autoscale = true,
CustomUnit = "xx",
Precision = 4,
TextAlign = "right",
Title = "Widget Title",
LiveSpan = "1h",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
QueryTableDefinition = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestArgs
{
Q = "avg:system.load.1{env:staging} by {account}",
Aggregator = "sum",
Limit = 10,
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs
{
Comparator = "<",
Value = 2,
Palette = "white_on_green",
},
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs
{
Comparator = ">",
Value = 2.2,
Palette = "white_on_red",
},
},
},
},
Title = "Widget Title",
LiveSpan = "1h",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
ScatterplotDefinition = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionArgs
{
Request = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestArgs
{
Xes = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestXArgs
{
Q = "avg:system.cpu.user{*} by {service, account}",
Aggregator = "max",
},
},
Ys = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestYArgs
{
Q = "avg:system.mem.used{*} by {service, account}",
Aggregator = "min",
},
},
},
ColorByGroups = new[]
{
"account",
"apm-role-group",
},
Xaxis = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionXaxisArgs
{
IncludeZero = true,
Label = "x",
Min = "1",
Max = "2000",
Scale = "pow",
},
Yaxis = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionYaxisArgs
{
IncludeZero = false,
Label = "y",
Min = "5",
Max = "2222",
Scale = "log",
},
Title = "Widget Title",
LiveSpan = "1h",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
ServicemapDefinition = new Datadog.Inputs.DashboardWidgetServicemapDefinitionArgs
{
Service = "master-db",
Filters = new[]
{
"env:prod",
"datacenter:dc1",
},
Title = "env: prod, datacenter:dc1, service: master-db",
TitleSize = "16",
TitleAlign = "left",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
TimeseriesDefinition = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
Q = "avg:system.cpu.user{app:general} by {env}",
DisplayType = "line",
Style = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestStyleArgs
{
Palette = "warm",
LineType = "dashed",
LineWidth = "thin",
},
Metadatas = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestMetadataArgs
{
Expression = "avg:system.cpu.user{app:general} by {env}",
AliasName = "Alpha",
},
},
},
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "mcnulty",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "avg",
Facet = "@duration",
Interval = 5000,
},
SearchQuery = "status:info",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "host",
Limit = 10,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "avg",
Order = "desc",
Facet = "@duration",
},
},
},
},
DisplayType = "area",
},
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "apm-search",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "avg",
Facet = "@duration",
Interval = 5000,
},
SearchQuery = "type:web",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "resource_name",
Limit = 50,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "avg",
Order = "desc",
Facet = "@string_query.interval",
},
},
},
},
DisplayType = "bars",
},
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
ProcessQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs
{
Metric = "process.stat.cpu.total_pct",
SearchBy = "error",
FilterBies = new[]
{
"active",
},
Limit = 50,
},
DisplayType = "area",
},
},
Markers = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionMarkerArgs
{
DisplayType = "error dashed",
Label = " z=6 ",
Value = "y = 4",
},
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionMarkerArgs
{
DisplayType = "ok solid",
Value = "10 < y < 999",
Label = " x=8 ",
},
},
Title = "Widget Title",
ShowLegend = true,
LegendSize = "2",
LiveSpan = "1h",
Events = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionEventArgs
{
Q = "sources:test tags:1",
},
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionEventArgs
{
Q = "sources:test tags:2",
},
},
Yaxis = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionYaxisArgs
{
Scale = "log",
IncludeZero = false,
Max = "100",
},
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
ToplistDefinition = new Datadog.Inputs.DashboardWidgetToplistDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestArgs
{
Q = "avg:system.cpu.user{app:general} by {env}",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs
{
Comparator = "<",
Value = 2,
Palette = "white_on_green",
},
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs
{
Comparator = ">",
Value = 2.2,
Palette = "white_on_red",
},
},
},
},
Title = "Widget Title",
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
GroupDefinition = new Datadog.Inputs.DashboardWidgetGroupDefinitionArgs
{
LayoutType = "ordered",
Title = "Group Widget",
Widgets = new[]
{
new Datadog.Inputs.DashboardWidgetGroupDefinitionWidgetArgs
{
NoteDefinition = new Datadog.Inputs.DashboardWidgetNoteDefinitionArgs
{
Content = "cluster note widget",
BackgroundColor = "pink",
FontSize = "14",
TextAlign = "center",
ShowTick = true,
TickEdge = "left",
TickPos = "50%",
},
},
new Datadog.Inputs.DashboardWidgetGroupDefinitionWidgetArgs
{
AlertGraphDefinition = new Datadog.Inputs.DashboardWidgetAlertGraphDefinitionArgs
{
AlertId = "123",
VizType = "toplist",
Title = "Alert Graph",
LiveSpan = "1h",
},
},
},
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
ServiceLevelObjectiveDefinition = new Datadog.Inputs.DashboardWidgetServiceLevelObjectiveDefinitionArgs
{
Title = "Widget Title",
ViewType = "detail",
SloId = "56789",
ShowErrorBudget = true,
ViewMode = "overall",
TimeWindows = new[]
{
"7d",
"previous_week",
},
},
},
},
TemplateVariables = new[]
{
new Datadog.Inputs.DashboardTemplateVariableArgs
{
Name = "var_1",
Prefix = "host",
Default = "aws",
},
new Datadog.Inputs.DashboardTemplateVariableArgs
{
Name = "var_2",
Prefix = "service_name",
Default = "autoscaling",
},
},
TemplateVariablePresets = new[]
{
new Datadog.Inputs.DashboardTemplateVariablePresetArgs
{
Name = "preset_1",
TemplateVariables = new[]
{
new Datadog.Inputs.DashboardTemplateVariablePresetTemplateVariableArgs
{
Name = "var_1",
Value = "host.dc",
},
new Datadog.Inputs.DashboardTemplateVariablePresetTemplateVariableArgs
{
Name = "var_2",
Value = "my_service",
},
},
},
},
});
// Example Free Layout
var freeDashboard = new Datadog.Dashboard("free_dashboard", new()
{
Title = "Free Layout Dashboard",
Description = "Created using the Datadog provider in Pulumi",
LayoutType = "free",
Widgets = new[]
{
new Datadog.Inputs.DashboardWidgetArgs
{
EventStreamDefinition = new Datadog.Inputs.DashboardWidgetEventStreamDefinitionArgs
{
Query = "*",
EventSize = "l",
Title = "Widget Title",
TitleSize = "16",
TitleAlign = "left",
LiveSpan = "1h",
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 43,
Width = 32,
X = 0,
Y = 0,
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
EventTimelineDefinition = new Datadog.Inputs.DashboardWidgetEventTimelineDefinitionArgs
{
Query = "*",
Title = "Widget Title",
TitleSize = "16",
TitleAlign = "left",
LiveSpan = "1h",
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 9,
Width = 66,
X = 33,
Y = 60,
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
FreeTextDefinition = new Datadog.Inputs.DashboardWidgetFreeTextDefinitionArgs
{
Text = "free text content",
Color = "#d00",
FontSize = "36",
TextAlign = "left",
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 20,
Width = 34,
X = 33,
Y = 0,
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
IframeDefinition = new Datadog.Inputs.DashboardWidgetIframeDefinitionArgs
{
Url = "http://google.com",
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 46,
Width = 39,
X = 101,
Y = 0,
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
ImageDefinition = new Datadog.Inputs.DashboardWidgetImageDefinitionArgs
{
Url = "https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&h=350",
Sizing = "fit",
Margin = "small",
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 20,
Width = 30,
X = 69,
Y = 0,
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
LogStreamDefinition = new Datadog.Inputs.DashboardWidgetLogStreamDefinitionArgs
{
Indexes = new[]
{
"main",
},
Query = "error",
Columns = new[]
{
"core_host",
"core_service",
"tag_source",
},
ShowDateColumn = true,
ShowMessageColumn = true,
MessageDisplay = "expanded-md",
Sort = new Datadog.Inputs.DashboardWidgetLogStreamDefinitionSortArgs
{
Column = "time",
Order = "desc",
},
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 36,
Width = 32,
X = 0,
Y = 45,
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
ManageStatusDefinition = new Datadog.Inputs.DashboardWidgetManageStatusDefinitionArgs
{
ColorPreference = "text",
DisplayFormat = "countsAndList",
HideZeroCounts = true,
Query = "type:metric",
ShowLastTriggered = false,
Sort = "status,asc",
SummaryType = "monitors",
Title = "Widget Title",
TitleSize = "16",
TitleAlign = "left",
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 40,
Width = 30,
X = 101,
Y = 48,
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
TraceServiceDefinition = new Datadog.Inputs.DashboardWidgetTraceServiceDefinitionArgs
{
DisplayFormat = "three_column",
Env = "datadog.com",
Service = "alerting-cassandra",
ShowBreakdown = true,
ShowDistribution = true,
ShowErrors = true,
ShowHits = true,
ShowLatency = false,
ShowResourceList = false,
SizeFormat = "large",
SpanName = "cassandra.query",
Title = "alerting-cassandra #env:datadog.com",
TitleAlign = "center",
TitleSize = "13",
LiveSpan = "1h",
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 38,
Width = 66,
X = 33,
Y = 21,
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
TimeseriesDefinition = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs
{
FormulaExpression = "my_query_1 + my_query_2",
Alias = "my ff query",
},
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs
{
FormulaExpression = "my_query_1 * my_query_2",
Limit = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs
{
Count = 5,
Order = "desc",
},
Alias = "my second ff query",
},
},
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryArgs
{
MetricQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs
{
DataSource = "metrics",
Query = "avg:system.cpu.user{app:general} by {env}",
Name = "my_query_1",
Aggregator = "sum",
},
},
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryArgs
{
MetricQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs
{
Query = "avg:system.cpu.user{app:general} by {env}",
Name = "my_query_2",
Aggregator = "sum",
},
},
},
},
},
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 16,
Width = 25,
X = 58,
Y = 83,
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
TimeseriesDefinition = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryArgs
{
EventQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs
{
Name = "my-query",
DataSource = "logs",
Indexes = new[]
{
"days-3",
},
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "count",
},
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "host",
Sort = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs
{
Metric = "@lambda.max_memory_used",
Aggregation = "avg",
},
Limit = 10,
},
},
},
},
},
},
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
DisplayType = "overlay",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryArgs
{
MetricQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs
{
Name = "MyOverlay",
DataSource = "metrics",
Query = "avg:system.cpu.user{host:COMP-QJWVM2FYT4}",
},
},
},
},
},
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 16,
Width = 28,
X = 29,
Y = 83,
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
TimeseriesDefinition = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryArgs
{
ProcessQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs
{
DataSource = "process",
TextFilter = "abc",
Metric = "process.stat.cpu.total_pct",
Limit = 10,
TagFilters = new[]
{
"some_filter",
},
Name = "my_process_query",
Sort = "asc",
IsNormalizedCpu = true,
Aggregator = "sum",
},
},
},
},
},
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 16,
Width = 28,
X = 0,
Y = 83,
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
TimeseriesDefinition = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs
{
FormulaExpression = "query1",
Alias = "my cloud cost query",
},
},
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryArgs
{
CloudCostQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "cloud_cost",
Query = "sum:aws.cost.amortized{*}",
Name = "query1",
Aggregator = "sum",
},
},
},
},
},
},
},
new Datadog.Inputs.DashboardWidgetArgs
{
PowerpackDefinition = new Datadog.Inputs.DashboardWidgetPowerpackDefinitionArgs
{
PowerpackId = "00000000-0000-0000-0000-000000000000",
BackgroundColor = "blue",
BannerImg = "https://example.org/example.png",
ShowTitle = true,
Title = "Powerpack Widget",
TemplateVariables = new Datadog.Inputs.DashboardWidgetPowerpackDefinitionTemplateVariablesArgs
{
ControlledExternallies = new[]
{
new Datadog.Inputs.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArgs
{
Name = "var_2",
Values = new[]
{
"autoscaling",
},
Prefix = "service_name",
},
},
ControlledByPowerpacks = new[]
{
new Datadog.Inputs.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArgs
{
Name = "var_3",
Prefix = "timeframe",
Values = new[]
{
"default",
"values",
"here",
},
},
},
},
},
},
},
TemplateVariables = new[]
{
new Datadog.Inputs.DashboardTemplateVariableArgs
{
Name = "var_1",
Prefix = "host",
Default = "aws",
},
new Datadog.Inputs.DashboardTemplateVariableArgs
{
Name = "var_2",
Prefix = "service_name",
Default = "autoscaling",
},
},
TemplateVariablePresets = new[]
{
new Datadog.Inputs.DashboardTemplateVariablePresetArgs
{
Name = "preset_1",
TemplateVariables = new[]
{
new Datadog.Inputs.DashboardTemplateVariablePresetTemplateVariableArgs
{
Name = "var_1",
Value = "host.dc",
},
new Datadog.Inputs.DashboardTemplateVariablePresetTemplateVariableArgs
{
Name = "var_2",
Value = "my_service",
},
},
},
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.datadog.Dashboard;
import com.pulumi.datadog.DashboardArgs;
import com.pulumi.datadog.inputs.DashboardWidgetArgs;
import com.pulumi.datadog.inputs.DashboardWidgetAlertGraphDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetAlertValueDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetChangeDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetDistributionDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetCheckStatusDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetHeatmapDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetHeatmapDefinitionYaxisArgs;
import com.pulumi.datadog.inputs.DashboardWidgetHostmapDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetHostmapDefinitionRequestArgs;
import com.pulumi.datadog.inputs.DashboardWidgetHostmapDefinitionStyleArgs;
import com.pulumi.datadog.inputs.DashboardWidgetNoteDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetQueryValueDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetQueryTableDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetScatterplotDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetScatterplotDefinitionRequestArgs;
import com.pulumi.datadog.inputs.DashboardWidgetScatterplotDefinitionXaxisArgs;
import com.pulumi.datadog.inputs.DashboardWidgetScatterplotDefinitionYaxisArgs;
import com.pulumi.datadog.inputs.DashboardWidgetServicemapDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetTimeseriesDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetTimeseriesDefinitionYaxisArgs;
import com.pulumi.datadog.inputs.DashboardWidgetToplistDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetGroupDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetServiceLevelObjectiveDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardTemplateVariableArgs;
import com.pulumi.datadog.inputs.DashboardTemplateVariablePresetArgs;
import com.pulumi.datadog.inputs.DashboardWidgetEventStreamDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetWidgetLayoutArgs;
import com.pulumi.datadog.inputs.DashboardWidgetEventTimelineDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetFreeTextDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetIframeDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetImageDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetLogStreamDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetLogStreamDefinitionSortArgs;
import com.pulumi.datadog.inputs.DashboardWidgetManageStatusDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetTraceServiceDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetPowerpackDefinitionArgs;
import com.pulumi.datadog.inputs.DashboardWidgetPowerpackDefinitionTemplateVariablesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
// Example Ordered Layout
var orderedDashboard = new Dashboard("orderedDashboard", DashboardArgs.builder()
.title("Ordered Layout Dashboard")
.description("Created using the Datadog provider in Pulumi")
.layoutType("ordered")
.widgets(
DashboardWidgetArgs.builder()
.alertGraphDefinition(DashboardWidgetAlertGraphDefinitionArgs.builder()
.alertId("895605")
.vizType("timeseries")
.title("Widget Title")
.liveSpan("1h")
.build())
.build(),
DashboardWidgetArgs.builder()
.alertValueDefinition(DashboardWidgetAlertValueDefinitionArgs.builder()
.alertId("895605")
.precision(3)
.unit("b")
.textAlign("center")
.title("Widget Title")
.build())
.build(),
DashboardWidgetArgs.builder()
.alertValueDefinition(DashboardWidgetAlertValueDefinitionArgs.builder()
.alertId("895605")
.precision(3)
.unit("b")
.textAlign("center")
.title("Widget Title")
.build())
.build(),
DashboardWidgetArgs.builder()
.changeDefinition(DashboardWidgetChangeDefinitionArgs.builder()
.requests(DashboardWidgetChangeDefinitionRequestArgs.builder()
.q("avg:system.load.1{env:staging} by {account}")
.changeType("absolute")
.compareTo("week_before")
.increaseGood(true)
.orderBy("name")
.orderDir("desc")
.showPresent(true)
.build())
.title("Widget Title")
.liveSpan("1h")
.build())
.build(),
DashboardWidgetArgs.builder()
.distributionDefinition(DashboardWidgetDistributionDefinitionArgs.builder()
.requests(DashboardWidgetDistributionDefinitionRequestArgs.builder()
.q("avg:system.load.1{env:staging} by {account}")
.style(DashboardWidgetDistributionDefinitionRequestStyleArgs.builder()
.palette("warm")
.build())
.build())
.title("Widget Title")
.liveSpan("1h")
.build())
.build(),
DashboardWidgetArgs.builder()
.checkStatusDefinition(DashboardWidgetCheckStatusDefinitionArgs.builder()
.check("aws.ecs.agent_connected")
.grouping("cluster")
.groupBies(
"account",
"cluster")
.tags(
"account:demo",
"cluster:awseb-ruthebdog-env-8-dn3m6u3gvk")
.title("Widget Title")
.liveSpan("1h")
.build())
.build(),
DashboardWidgetArgs.builder()
.heatmapDefinition(DashboardWidgetHeatmapDefinitionArgs.builder()
.requests(DashboardWidgetHeatmapDefinitionRequestArgs.builder()
.q("avg:system.load.1{env:staging} by {account}")
.style(DashboardWidgetHeatmapDefinitionRequestStyleArgs.builder()
.palette("warm")
.build())
.build())
.yaxis(DashboardWidgetHeatmapDefinitionYaxisArgs.builder()
.min("1")
.max("2")
.includeZero(true)
.scale("sqrt")
.build())
.title("Widget Title")
.liveSpan("1h")
.build())
.build(),
DashboardWidgetArgs.builder()
.hostmapDefinition(DashboardWidgetHostmapDefinitionArgs.builder()
.request(DashboardWidgetHostmapDefinitionRequestArgs.builder()
.fills(DashboardWidgetHostmapDefinitionRequestFillArgs.builder()
.q("avg:system.load.1{*} by {host}")
.build())
.sizes(DashboardWidgetHostmapDefinitionRequestSizeArgs.builder()
.q("avg:memcache.uptime{*} by {host}")
.build())
.build())
.nodeType("container")
.groups(
"host",
"region")
.noGroupHosts(true)
.noMetricHosts(true)
.scopes(
"region:us-east-1",
"aws_account:727006795293")
.style(DashboardWidgetHostmapDefinitionStyleArgs.builder()
.palette("yellow_to_green")
.paletteFlip(true)
.fillMin("10")
.fillMax("20")
.build())
.title("Widget Title")
.build())
.build(),
DashboardWidgetArgs.builder()
.noteDefinition(DashboardWidgetNoteDefinitionArgs.builder()
.content("note text")
.backgroundColor("pink")
.fontSize("14")
.textAlign("center")
.showTick(true)
.tickEdge("left")
.tickPos("50%")
.build())
.build(),
DashboardWidgetArgs.builder()
.queryValueDefinition(DashboardWidgetQueryValueDefinitionArgs.builder()
.requests(DashboardWidgetQueryValueDefinitionRequestArgs.builder()
.q("avg:system.load.1{env:staging} by {account}")
.aggregator("sum")
.conditionalFormats(
DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs.builder()
.comparator("<")
.value(2.0)
.palette("white_on_green")
.build(),
DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs.builder()
.comparator(">")
.value(2.2)
.palette("white_on_red")
.build())
.build())
.autoscale(true)
.customUnit("xx")
.precision(4)
.textAlign("right")
.title("Widget Title")
.liveSpan("1h")
.build())
.build(),
DashboardWidgetArgs.builder()
.queryTableDefinition(DashboardWidgetQueryTableDefinitionArgs.builder()
.requests(DashboardWidgetQueryTableDefinitionRequestArgs.builder()
.q("avg:system.load.1{env:staging} by {account}")
.aggregator("sum")
.limit(10)
.conditionalFormats(
DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs.builder()
.comparator("<")
.value(2.0)
.palette("white_on_green")
.build(),
DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs.builder()
.comparator(">")
.value(2.2)
.palette("white_on_red")
.build())
.build())
.title("Widget Title")
.liveSpan("1h")
.build())
.build(),
DashboardWidgetArgs.builder()
.scatterplotDefinition(DashboardWidgetScatterplotDefinitionArgs.builder()
.request(DashboardWidgetScatterplotDefinitionRequestArgs.builder()
.xes(DashboardWidgetScatterplotDefinitionRequestXArgs.builder()
.q("avg:system.cpu.user{*} by {service, account}")
.aggregator("max")
.build())
.ys(DashboardWidgetScatterplotDefinitionRequestYArgs.builder()
.q("avg:system.mem.used{*} by {service, account}")
.aggregator("min")
.build())
.build())
.colorByGroups(
"account",
"apm-role-group")
.xaxis(DashboardWidgetScatterplotDefinitionXaxisArgs.builder()
.includeZero(true)
.label("x")
.min("1")
.max("2000")
.scale("pow")
.build())
.yaxis(DashboardWidgetScatterplotDefinitionYaxisArgs.builder()
.includeZero(false)
.label("y")
.min("5")
.max("2222")
.scale("log")
.build())
.title("Widget Title")
.liveSpan("1h")
.build())
.build(),
DashboardWidgetArgs.builder()
.servicemapDefinition(DashboardWidgetServicemapDefinitionArgs.builder()
.service("master-db")
.filters(
"env:prod",
"datacenter:dc1")
.title("env: prod, datacenter:dc1, service: master-db")
.titleSize("16")
.titleAlign("left")
.build())
.build(),
DashboardWidgetArgs.builder()
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.requests(
DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.q("avg:system.cpu.user{app:general} by {env}")
.displayType("line")
.style(DashboardWidgetTimeseriesDefinitionRequestStyleArgs.builder()
.palette("warm")
.lineType("dashed")
.lineWidth("thin")
.build())
.metadatas(DashboardWidgetTimeseriesDefinitionRequestMetadataArgs.builder()
.expression("avg:system.cpu.user{app:general} by {env}")
.aliasName("Alpha")
.build())
.build(),
DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("mcnulty")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("avg")
.facet("@duration")
.interval(5000)
.build())
.searchQuery("status:info")
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("host")
.limit(10)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("avg")
.order("desc")
.facet("@duration")
.build())
.build())
.build())
.displayType("area")
.build(),
DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("apm-search")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("avg")
.facet("@duration")
.interval(5000)
.build())
.searchQuery("type:web")
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("resource_name")
.limit(50)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("avg")
.order("desc")
.facet("@string_query.interval")
.build())
.build())
.build())
.displayType("bars")
.build(),
DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.processQuery(DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs.builder()
.metric("process.stat.cpu.total_pct")
.searchBy("error")
.filterBies("active")
.limit(50)
.build())
.displayType("area")
.build())
.markers(
DashboardWidgetTimeseriesDefinitionMarkerArgs.builder()
.displayType("error dashed")
.label(" z=6 ")
.value("y = 4")
.build(),
DashboardWidgetTimeseriesDefinitionMarkerArgs.builder()
.displayType("ok solid")
.value("10 < y < 999")
.label(" x=8 ")
.build())
.title("Widget Title")
.showLegend(true)
.legendSize("2")
.liveSpan("1h")
.events(
DashboardWidgetTimeseriesDefinitionEventArgs.builder()
.q("sources:test tags:1")
.build(),
DashboardWidgetTimeseriesDefinitionEventArgs.builder()
.q("sources:test tags:2")
.build())
.yaxis(DashboardWidgetTimeseriesDefinitionYaxisArgs.builder()
.scale("log")
.includeZero(false)
.max("100")
.build())
.build())
.build(),
DashboardWidgetArgs.builder()
.toplistDefinition(DashboardWidgetToplistDefinitionArgs.builder()
.requests(DashboardWidgetToplistDefinitionRequestArgs.builder()
.q("avg:system.cpu.user{app:general} by {env}")
.conditionalFormats(
DashboardWidgetToplistDefinitionRequestConditionalFormatArgs.builder()
.comparator("<")
.value(2.0)
.palette("white_on_green")
.build(),
DashboardWidgetToplistDefinitionRequestConditionalFormatArgs.builder()
.comparator(">")
.value(2.2)
.palette("white_on_red")
.build())
.build())
.title("Widget Title")
.build())
.build(),
DashboardWidgetArgs.builder()
.groupDefinition(DashboardWidgetGroupDefinitionArgs.builder()
.layoutType("ordered")
.title("Group Widget")
.widgets(
DashboardWidgetGroupDefinitionWidgetArgs.builder()
.noteDefinition(DashboardWidgetNoteDefinitionArgs.builder()
.content("cluster note widget")
.backgroundColor("pink")
.fontSize("14")
.textAlign("center")
.showTick(true)
.tickEdge("left")
.tickPos("50%")
.build())
.build(),
DashboardWidgetGroupDefinitionWidgetArgs.builder()
.alertGraphDefinition(DashboardWidgetAlertGraphDefinitionArgs.builder()
.alertId("123")
.vizType("toplist")
.title("Alert Graph")
.liveSpan("1h")
.build())
.build())
.build())
.build(),
DashboardWidgetArgs.builder()
.serviceLevelObjectiveDefinition(DashboardWidgetServiceLevelObjectiveDefinitionArgs.builder()
.title("Widget Title")
.viewType("detail")
.sloId("56789")
.showErrorBudget(true)
.viewMode("overall")
.timeWindows(
"7d",
"previous_week")
.build())
.build())
.templateVariables(
DashboardTemplateVariableArgs.builder()
.name("var_1")
.prefix("host")
.default_("aws")
.build(),
DashboardTemplateVariableArgs.builder()
.name("var_2")
.prefix("service_name")
.default_("autoscaling")
.build())
.templateVariablePresets(DashboardTemplateVariablePresetArgs.builder()
.name("preset_1")
.templateVariables(
DashboardTemplateVariablePresetTemplateVariableArgs.builder()
.name("var_1")
.value("host.dc")
.build(),
DashboardTemplateVariablePresetTemplateVariableArgs.builder()
.name("var_2")
.value("my_service")
.build())
.build())
.build());
// Example Free Layout
var freeDashboard = new Dashboard("freeDashboard", DashboardArgs.builder()
.title("Free Layout Dashboard")
.description("Created using the Datadog provider in Pulumi")
.layoutType("free")
.widgets(
DashboardWidgetArgs.builder()
.eventStreamDefinition(DashboardWidgetEventStreamDefinitionArgs.builder()
.query("*")
.eventSize("l")
.title("Widget Title")
.titleSize("16")
.titleAlign("left")
.liveSpan("1h")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(43)
.width(32)
.x(0)
.y(0)
.build())
.build(),
DashboardWidgetArgs.builder()
.eventTimelineDefinition(DashboardWidgetEventTimelineDefinitionArgs.builder()
.query("*")
.title("Widget Title")
.titleSize("16")
.titleAlign("left")
.liveSpan("1h")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(9)
.width(66)
.x(33)
.y(60)
.build())
.build(),
DashboardWidgetArgs.builder()
.freeTextDefinition(DashboardWidgetFreeTextDefinitionArgs.builder()
.text("free text content")
.color("#d00")
.fontSize("36")
.textAlign("left")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(20)
.width(34)
.x(33)
.y(0)
.build())
.build(),
DashboardWidgetArgs.builder()
.iframeDefinition(DashboardWidgetIframeDefinitionArgs.builder()
.url("http://google.com")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(46)
.width(39)
.x(101)
.y(0)
.build())
.build(),
DashboardWidgetArgs.builder()
.imageDefinition(DashboardWidgetImageDefinitionArgs.builder()
.url("https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&h=350")
.sizing("fit")
.margin("small")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(20)
.width(30)
.x(69)
.y(0)
.build())
.build(),
DashboardWidgetArgs.builder()
.logStreamDefinition(DashboardWidgetLogStreamDefinitionArgs.builder()
.indexes("main")
.query("error")
.columns(
"core_host",
"core_service",
"tag_source")
.showDateColumn(true)
.showMessageColumn(true)
.messageDisplay("expanded-md")
.sort(DashboardWidgetLogStreamDefinitionSortArgs.builder()
.column("time")
.order("desc")
.build())
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(36)
.width(32)
.x(0)
.y(45)
.build())
.build(),
DashboardWidgetArgs.builder()
.manageStatusDefinition(DashboardWidgetManageStatusDefinitionArgs.builder()
.colorPreference("text")
.displayFormat("countsAndList")
.hideZeroCounts(true)
.query("type:metric")
.showLastTriggered(false)
.sort("status,asc")
.summaryType("monitors")
.title("Widget Title")
.titleSize("16")
.titleAlign("left")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(40)
.width(30)
.x(101)
.y(48)
.build())
.build(),
DashboardWidgetArgs.builder()
.traceServiceDefinition(DashboardWidgetTraceServiceDefinitionArgs.builder()
.displayFormat("three_column")
.env("datadog.com")
.service("alerting-cassandra")
.showBreakdown(true)
.showDistribution(true)
.showErrors(true)
.showHits(true)
.showLatency(false)
.showResourceList(false)
.sizeFormat("large")
.spanName("cassandra.query")
.title("alerting-cassandra #env:datadog.com")
.titleAlign("center")
.titleSize("13")
.liveSpan("1h")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(38)
.width(66)
.x(33)
.y(21)
.build())
.build(),
DashboardWidgetArgs.builder()
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.requests(DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.formulas(
DashboardWidgetTimeseriesDefinitionRequestFormulaArgs.builder()
.formulaExpression("my_query_1 + my_query_2")
.alias("my ff query")
.build(),
DashboardWidgetTimeseriesDefinitionRequestFormulaArgs.builder()
.formulaExpression("my_query_1 * my_query_2")
.limit(DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs.builder()
.count(5)
.order("desc")
.build())
.alias("my second ff query")
.build())
.queries(
DashboardWidgetTimeseriesDefinitionRequestQueryArgs.builder()
.metricQuery(DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs.builder()
.dataSource("metrics")
.query("avg:system.cpu.user{app:general} by {env}")
.name("my_query_1")
.aggregator("sum")
.build())
.build(),
DashboardWidgetTimeseriesDefinitionRequestQueryArgs.builder()
.metricQuery(DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs.builder()
.query("avg:system.cpu.user{app:general} by {env}")
.name("my_query_2")
.aggregator("sum")
.build())
.build())
.build())
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(16)
.width(25)
.x(58)
.y(83)
.build())
.build(),
DashboardWidgetArgs.builder()
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.requests(
DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.queries(DashboardWidgetTimeseriesDefinitionRequestQueryArgs.builder()
.eventQuery(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs.builder()
.name("my-query")
.dataSource("logs")
.indexes("days-3")
.computes(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("count")
.build())
.groupBies(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("host")
.sort(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.metric("@lambda.max_memory_used")
.aggregation("avg")
.build())
.limit(10)
.build())
.build())
.build())
.build(),
DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.displayType("overlay")
.queries(DashboardWidgetTimeseriesDefinitionRequestQueryArgs.builder()
.metricQuery(DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs.builder()
.name("MyOverlay")
.dataSource("metrics")
.query("avg:system.cpu.user{host:COMP-QJWVM2FYT4}")
.build())
.build())
.build())
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(16)
.width(28)
.x(29)
.y(83)
.build())
.build(),
DashboardWidgetArgs.builder()
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.requests(DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.queries(DashboardWidgetTimeseriesDefinitionRequestQueryArgs.builder()
.processQuery(DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("process")
.textFilter("abc")
.metric("process.stat.cpu.total_pct")
.limit(10)
.tagFilters("some_filter")
.name("my_process_query")
.sort("asc")
.isNormalizedCpu(true)
.aggregator("sum")
.build())
.build())
.build())
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(16)
.width(28)
.x(0)
.y(83)
.build())
.build(),
DashboardWidgetArgs.builder()
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.requests(DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.formulas(DashboardWidgetTimeseriesDefinitionRequestFormulaArgs.builder()
.formulaExpression("query1")
.alias("my cloud cost query")
.build())
.queries(DashboardWidgetTimeseriesDefinitionRequestQueryArgs.builder()
.cloudCostQuery(DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("cloud_cost")
.query("sum:aws.cost.amortized{*}")
.name("query1")
.aggregator("sum")
.build())
.build())
.build())
.build())
.build(),
DashboardWidgetArgs.builder()
.powerpackDefinition(DashboardWidgetPowerpackDefinitionArgs.builder()
.powerpackId("00000000-0000-0000-0000-000000000000")
.backgroundColor("blue")
.bannerImg("https://example.org/example.png")
.showTitle(true)
.title("Powerpack Widget")
.templateVariables(DashboardWidgetPowerpackDefinitionTemplateVariablesArgs.builder()
.controlledExternallies(DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArgs.builder()
.name("var_2")
.values("autoscaling")
.prefix("service_name")
.build())
.controlledByPowerpacks(DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArgs.builder()
.name("var_3")
.prefix("timeframe")
.values(
"default",
"values",
"here")
.build())
.build())
.build())
.build())
.templateVariables(
DashboardTemplateVariableArgs.builder()
.name("var_1")
.prefix("host")
.default_("aws")
.build(),
DashboardTemplateVariableArgs.builder()
.name("var_2")
.prefix("service_name")
.default_("autoscaling")
.build())
.templateVariablePresets(DashboardTemplateVariablePresetArgs.builder()
.name("preset_1")
.templateVariables(
DashboardTemplateVariablePresetTemplateVariableArgs.builder()
.name("var_1")
.value("host.dc")
.build(),
DashboardTemplateVariablePresetTemplateVariableArgs.builder()
.name("var_2")
.value("my_service")
.build())
.build())
.build());
}
}
resources:
# Example Ordered Layout
orderedDashboard:
type: datadog:Dashboard
name: ordered_dashboard
properties:
title: Ordered Layout Dashboard
description: Created using the Datadog provider in Pulumi
layoutType: ordered
widgets:
- alertGraphDefinition:
alertId: '895605'
vizType: timeseries
title: Widget Title
liveSpan: 1h
- alertValueDefinition:
alertId: '895605'
precision: 3
unit: b
textAlign: center
title: Widget Title
- alertValueDefinition:
alertId: '895605'
precision: 3
unit: b
textAlign: center
title: Widget Title
- changeDefinition:
requests:
- q: avg:system.load.1{env:staging} by {account}
changeType: absolute
compareTo: week_before
increaseGood: true
orderBy: name
orderDir: desc
showPresent: true
title: Widget Title
liveSpan: 1h
- distributionDefinition:
requests:
- q: avg:system.load.1{env:staging} by {account}
style:
palette: warm
title: Widget Title
liveSpan: 1h
- checkStatusDefinition:
check: aws.ecs.agent_connected
grouping: cluster
groupBies:
- account
- cluster
tags:
- account:demo
- cluster:awseb-ruthebdog-env-8-dn3m6u3gvk
title: Widget Title
liveSpan: 1h
- heatmapDefinition:
requests:
- q: avg:system.load.1{env:staging} by {account}
style:
palette: warm
yaxis:
min: 1
max: 2
includeZero: true
scale: sqrt
title: Widget Title
liveSpan: 1h
- hostmapDefinition:
request:
fills:
- q: avg:system.load.1{*} by {host}
sizes:
- q: avg:memcache.uptime{*} by {host}
nodeType: container
groups:
- host
- region
noGroupHosts: true
noMetricHosts: true
scopes:
- region:us-east-1
- aws_account:727006795293
style:
palette: yellow_to_green
paletteFlip: true
fillMin: '10'
fillMax: '20'
title: Widget Title
- noteDefinition:
content: note text
backgroundColor: pink
fontSize: '14'
textAlign: center
showTick: true
tickEdge: left
tickPos: 50%
- queryValueDefinition:
requests:
- q: avg:system.load.1{env:staging} by {account}
aggregator: sum
conditionalFormats:
- comparator: <
value: '2'
palette: white_on_green
- comparator: '>'
value: '2.2'
palette: white_on_red
autoscale: true
customUnit: xx
precision: '4'
textAlign: right
title: Widget Title
liveSpan: 1h
- queryTableDefinition:
requests:
- q: avg:system.load.1{env:staging} by {account}
aggregator: sum
limit: '10'
conditionalFormats:
- comparator: <
value: '2'
palette: white_on_green
- comparator: '>'
value: '2.2'
palette: white_on_red
title: Widget Title
liveSpan: 1h
- scatterplotDefinition:
request:
xes:
- q: avg:system.cpu.user{*} by {service, account}
aggregator: max
ys:
- q: avg:system.mem.used{*} by {service, account}
aggregator: min
colorByGroups:
- account
- apm-role-group
xaxis:
includeZero: true
label: x
min: '1'
max: '2000'
scale: pow
yaxis:
includeZero: false
label: y
min: '5'
max: '2222'
scale: log
title: Widget Title
liveSpan: 1h
- servicemapDefinition:
service: master-db
filters:
- env:prod
- datacenter:dc1
title: 'env: prod, datacenter:dc1, service: master-db'
titleSize: '16'
titleAlign: left
- timeseriesDefinition:
requests:
- q: avg:system.cpu.user{app:general} by {env}
displayType: line
style:
palette: warm
lineType: dashed
lineWidth: thin
metadatas:
- expression: avg:system.cpu.user{app:general} by {env}
aliasName: Alpha
- logQuery:
index: mcnulty
computeQuery:
aggregation: avg
facet: '@duration'
interval: 5000
searchQuery: status:info
groupBies:
- facet: host
limit: 10
sortQuery:
aggregation: avg
order: desc
facet: '@duration'
displayType: area
- apmQuery:
index: apm-search
computeQuery:
aggregation: avg
facet: '@duration'
interval: 5000
searchQuery: type:web
groupBies:
- facet: resource_name
limit: 50
sortQuery:
aggregation: avg
order: desc
facet: '@string_query.interval'
displayType: bars
- processQuery:
metric: process.stat.cpu.total_pct
searchBy: error
filterBies:
- active
limit: 50
displayType: area
markers:
- displayType: error dashed
label: ' z=6 '
value: y = 4
- displayType: ok solid
value: 10 < y < 999
label: ' x=8 '
title: Widget Title
showLegend: true
legendSize: '2'
liveSpan: 1h
events:
- q: sources:test tags:1
- q: sources:test tags:2
yaxis:
scale: log
includeZero: false
max: 100
- toplistDefinition:
requests:
- q: avg:system.cpu.user{app:general} by {env}
conditionalFormats:
- comparator: <
value: '2'
palette: white_on_green
- comparator: '>'
value: '2.2'
palette: white_on_red
title: Widget Title
- groupDefinition:
layoutType: ordered
title: Group Widget
widgets:
- noteDefinition:
content: cluster note widget
backgroundColor: pink
fontSize: '14'
textAlign: center
showTick: true
tickEdge: left
tickPos: 50%
- alertGraphDefinition:
alertId: '123'
vizType: toplist
title: Alert Graph
liveSpan: 1h
- serviceLevelObjectiveDefinition:
title: Widget Title
viewType: detail
sloId: '56789'
showErrorBudget: true
viewMode: overall
timeWindows:
- 7d
- previous_week
templateVariables:
- name: var_1
prefix: host
default: aws
- name: var_2
prefix: service_name
default: autoscaling
templateVariablePresets:
- name: preset_1
templateVariables:
- name: var_1
value: host.dc
- name: var_2
value: my_service
# Example Free Layout
freeDashboard:
type: datadog:Dashboard
name: free_dashboard
properties:
title: Free Layout Dashboard
description: Created using the Datadog provider in Pulumi
layoutType: free
widgets:
- eventStreamDefinition:
query: '*'
eventSize: l
title: Widget Title
titleSize: 16
titleAlign: left
liveSpan: 1h
widgetLayout:
height: 43
width: 32
x: 0
y: 0
- eventTimelineDefinition:
query: '*'
title: Widget Title
titleSize: 16
titleAlign: left
liveSpan: 1h
widgetLayout:
height: 9
width: 66
x: 33
y: 60
- freeTextDefinition:
text: free text content
color: '#d00'
fontSize: '36'
textAlign: left
widgetLayout:
height: 20
width: 34
x: 33
y: 0
- iframeDefinition:
url: http://google.com
widgetLayout:
height: 46
width: 39
x: 101
y: 0
- imageDefinition:
url: https://images.pexels.com/photos/67636/rose-blue-flower-rose-blooms-67636.jpeg?auto=compress&cs=tinysrgb&h=350
sizing: fit
margin: small
widgetLayout:
height: 20
width: 30
x: 69
y: 0
- logStreamDefinition:
indexes:
- main
query: error
columns:
- core_host
- core_service
- tag_source
showDateColumn: true
showMessageColumn: true
messageDisplay: expanded-md
sort:
column: time
order: desc
widgetLayout:
height: 36
width: 32
x: 0
y: 45
- manageStatusDefinition:
colorPreference: text
displayFormat: countsAndList
hideZeroCounts: true
query: type:metric
showLastTriggered: false
sort: status,asc
summaryType: monitors
title: Widget Title
titleSize: 16
titleAlign: left
widgetLayout:
height: 40
width: 30
x: 101
y: 48
- traceServiceDefinition:
displayFormat: three_column
env: datadog.com
service: alerting-cassandra
showBreakdown: true
showDistribution: true
showErrors: true
showHits: true
showLatency: false
showResourceList: false
sizeFormat: large
spanName: cassandra.query
title: 'alerting-cassandra #env:datadog.com'
titleAlign: center
titleSize: '13'
liveSpan: 1h
widgetLayout:
height: 38
width: 66
x: 33
y: 21
- timeseriesDefinition:
requests:
- formulas:
- formulaExpression: my_query_1 + my_query_2
alias: my ff query
- formulaExpression: my_query_1 * my_query_2
limit:
count: 5
order: desc
alias: my second ff query
queries:
- metricQuery:
dataSource: metrics
query: avg:system.cpu.user{app:general} by {env}
name: my_query_1
aggregator: sum
- metricQuery:
query: avg:system.cpu.user{app:general} by {env}
name: my_query_2
aggregator: sum
widgetLayout:
height: 16
width: 25
x: 58
y: 83
- timeseriesDefinition:
requests:
- queries:
- eventQuery:
name: my-query
dataSource: logs
indexes:
- days-3
computes:
- aggregation: count
groupBies:
- facet: host
sort:
metric: '@lambda.max_memory_used'
aggregation: avg
limit: 10
- displayType: overlay
queries:
- metricQuery:
name: MyOverlay
dataSource: metrics
query: avg:system.cpu.user{host:COMP-QJWVM2FYT4}
widgetLayout:
height: 16
width: 28
x: 29
y: 83
- timeseriesDefinition:
requests:
- queries:
- processQuery:
dataSource: process
textFilter: abc
metric: process.stat.cpu.total_pct
limit: 10
tagFilters:
- some_filter
name: my_process_query
sort: asc
isNormalizedCpu: true
aggregator: sum
widgetLayout:
height: 16
width: 28
x: 0
y: 83
- timeseriesDefinition:
requests:
- formulas:
- formulaExpression: query1
alias: my cloud cost query
queries:
- cloudCostQuery:
dataSource: cloud_cost
query: sum:aws.cost.amortized{*}
name: query1
aggregator: sum
- powerpackDefinition:
powerpackId: 00000000-0000-0000-0000-000000000000
backgroundColor: blue
bannerImg: https://example.org/example.png
showTitle: true
title: Powerpack Widget
templateVariables:
controlledExternallies:
- name: var_2
values:
- autoscaling
prefix: service_name
controlledByPowerpacks:
- name: var_3
prefix: timeframe
values:
- default
- values
- here
templateVariables:
- name: var_1
prefix: host
default: aws
- name: var_2
prefix: service_name
default: autoscaling
templateVariablePresets:
- name: preset_1
templateVariables:
- name: var_1
value: host.dc
- name: var_2
value: my_service
Create Dashboard Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Dashboard(name: string, args: DashboardArgs, opts?: CustomResourceOptions);
@overload
def Dashboard(resource_name: str,
args: DashboardArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Dashboard(resource_name: str,
opts: Optional[ResourceOptions] = None,
layout_type: Optional[str] = None,
title: Optional[str] = None,
restricted_roles: Optional[Sequence[str]] = None,
is_read_only: Optional[bool] = None,
notify_lists: Optional[Sequence[str]] = None,
reflow_type: Optional[str] = None,
dashboard_lists: Optional[Sequence[int]] = None,
tags: Optional[Sequence[str]] = None,
template_variable_presets: Optional[Sequence[DashboardTemplateVariablePresetArgs]] = None,
template_variables: Optional[Sequence[DashboardTemplateVariableArgs]] = None,
description: Optional[str] = None,
url: Optional[str] = None,
widgets: Optional[Sequence[DashboardWidgetArgs]] = None)
func NewDashboard(ctx *Context, name string, args DashboardArgs, opts ...ResourceOption) (*Dashboard, error)
public Dashboard(string name, DashboardArgs args, CustomResourceOptions? opts = null)
public Dashboard(String name, DashboardArgs args)
public Dashboard(String name, DashboardArgs args, CustomResourceOptions options)
type: datadog:Dashboard
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 DashboardArgs
- 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 DashboardArgs
- 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 DashboardArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DashboardArgs
- 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 dashboardResource = new Datadog.Dashboard("dashboardResource", new()
{
LayoutType = "string",
Title = "string",
RestrictedRoles = new[]
{
"string",
},
NotifyLists = new[]
{
"string",
},
ReflowType = "string",
DashboardLists = new[]
{
0,
},
Tags = new[]
{
"string",
},
TemplateVariablePresets = new[]
{
new Datadog.Inputs.DashboardTemplateVariablePresetArgs
{
Name = "string",
TemplateVariables = new[]
{
new Datadog.Inputs.DashboardTemplateVariablePresetTemplateVariableArgs
{
Name = "string",
Values = new[]
{
"string",
},
},
},
},
},
TemplateVariables = new[]
{
new Datadog.Inputs.DashboardTemplateVariableArgs
{
Name = "string",
AvailableValues = new[]
{
"string",
},
Defaults = new[]
{
"string",
},
Prefix = "string",
},
},
Description = "string",
Url = "string",
Widgets = new[]
{
new Datadog.Inputs.DashboardWidgetArgs
{
AlertGraphDefinition = new Datadog.Inputs.DashboardWidgetAlertGraphDefinitionArgs
{
AlertId = "string",
VizType = "string",
LiveSpan = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
AlertValueDefinition = new Datadog.Inputs.DashboardWidgetAlertValueDefinitionArgs
{
AlertId = "string",
Precision = 0,
TextAlign = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Unit = "string",
},
ChangeDefinition = new Datadog.Inputs.DashboardWidgetChangeDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ChangeType = "string",
CompareTo = "string",
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
IncreaseGood = false,
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
OrderBy = "string",
OrderDir = "string",
ProcessQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ShowPresent = false,
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
CheckStatusDefinition = new Datadog.Inputs.DashboardWidgetCheckStatusDefinitionArgs
{
Check = "string",
Grouping = "string",
Group = "string",
GroupBies = new[]
{
"string",
},
LiveSpan = "string",
Tags = new[]
{
"string",
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
DistributionDefinition = new Datadog.Inputs.DashboardWidgetDistributionDefinitionArgs
{
LegendSize = "string",
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ApmStatsQuery = new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestApmStatsQueryArgs
{
Env = "string",
Name = "string",
PrimaryTag = "string",
RowType = "string",
Service = "string",
Columns = new[]
{
new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnArgs
{
Name = "string",
Alias = "string",
CellDisplayMode = "string",
Order = "string",
},
},
Resource = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
ShowLegend = false,
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Xaxis = new Datadog.Inputs.DashboardWidgetDistributionDefinitionXaxisArgs
{
IncludeZero = false,
Max = "string",
Min = "string",
Scale = "string",
},
Yaxis = new Datadog.Inputs.DashboardWidgetDistributionDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
EventStreamDefinition = new Datadog.Inputs.DashboardWidgetEventStreamDefinitionArgs
{
Query = "string",
EventSize = "string",
LiveSpan = "string",
TagsExecution = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
EventTimelineDefinition = new Datadog.Inputs.DashboardWidgetEventTimelineDefinitionArgs
{
Query = "string",
LiveSpan = "string",
TagsExecution = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
FreeTextDefinition = new Datadog.Inputs.DashboardWidgetFreeTextDefinitionArgs
{
Text = "string",
Color = "string",
FontSize = "string",
TextAlign = "string",
},
GeomapDefinition = new Datadog.Inputs.DashboardWidgetGeomapDefinitionArgs
{
View = new Datadog.Inputs.DashboardWidgetGeomapDefinitionViewArgs
{
Focus = "string",
},
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
Style = new Datadog.Inputs.DashboardWidgetGeomapDefinitionStyleArgs
{
Palette = "string",
PaletteFlip = false,
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
GroupDefinition = new Datadog.Inputs.DashboardWidgetGroupDefinitionArgs
{
LayoutType = "string",
BackgroundColor = "string",
BannerImg = "string",
ShowTitle = false,
Title = "string",
Widgets = new[]
{
new Datadog.Inputs.DashboardWidgetGroupDefinitionWidgetArgs
{
AlertGraphDefinition = new Datadog.Inputs.DashboardWidgetAlertGraphDefinitionArgs
{
AlertId = "string",
VizType = "string",
LiveSpan = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
AlertValueDefinition = new Datadog.Inputs.DashboardWidgetAlertValueDefinitionArgs
{
AlertId = "string",
Precision = 0,
TextAlign = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Unit = "string",
},
ChangeDefinition = new Datadog.Inputs.DashboardWidgetChangeDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ChangeType = "string",
CompareTo = "string",
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
IncreaseGood = false,
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
OrderBy = "string",
OrderDir = "string",
ProcessQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ShowPresent = false,
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
CheckStatusDefinition = new Datadog.Inputs.DashboardWidgetCheckStatusDefinitionArgs
{
Check = "string",
Grouping = "string",
Group = "string",
GroupBies = new[]
{
"string",
},
LiveSpan = "string",
Tags = new[]
{
"string",
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
DistributionDefinition = new Datadog.Inputs.DashboardWidgetDistributionDefinitionArgs
{
LegendSize = "string",
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ApmStatsQuery = new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestApmStatsQueryArgs
{
Env = "string",
Name = "string",
PrimaryTag = "string",
RowType = "string",
Service = "string",
Columns = new[]
{
new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnArgs
{
Name = "string",
Alias = "string",
CellDisplayMode = "string",
Order = "string",
},
},
Resource = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetDistributionDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
ShowLegend = false,
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Xaxis = new Datadog.Inputs.DashboardWidgetDistributionDefinitionXaxisArgs
{
IncludeZero = false,
Max = "string",
Min = "string",
Scale = "string",
},
Yaxis = new Datadog.Inputs.DashboardWidgetDistributionDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
EventStreamDefinition = new Datadog.Inputs.DashboardWidgetEventStreamDefinitionArgs
{
Query = "string",
EventSize = "string",
LiveSpan = "string",
TagsExecution = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
EventTimelineDefinition = new Datadog.Inputs.DashboardWidgetEventTimelineDefinitionArgs
{
Query = "string",
LiveSpan = "string",
TagsExecution = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
FreeTextDefinition = new Datadog.Inputs.DashboardWidgetFreeTextDefinitionArgs
{
Text = "string",
Color = "string",
FontSize = "string",
TextAlign = "string",
},
GeomapDefinition = new Datadog.Inputs.DashboardWidgetGeomapDefinitionArgs
{
View = new Datadog.Inputs.DashboardWidgetGeomapDefinitionViewArgs
{
Focus = "string",
},
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
Style = new Datadog.Inputs.DashboardWidgetGeomapDefinitionStyleArgs
{
Palette = "string",
PaletteFlip = false,
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
HeatmapDefinition = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Events = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionEventArgs
{
Q = "string",
TagsExecution = "string",
},
},
LegendSize = "string",
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
ShowLegend = false,
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Yaxis = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
HostmapDefinition = new Datadog.Inputs.DashboardWidgetHostmapDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetHostmapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Groups = new[]
{
"string",
},
NoGroupHosts = false,
NoMetricHosts = false,
NodeType = "string",
Request = new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestArgs
{
Fills = new[]
{
new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestFillArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestFillProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
Sizes = new[]
{
new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestSizeArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
},
Scopes = new[]
{
"string",
},
Style = new Datadog.Inputs.DashboardWidgetHostmapDefinitionStyleArgs
{
FillMax = "string",
FillMin = "string",
Palette = "string",
PaletteFlip = false,
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
Id = 0,
IframeDefinition = new Datadog.Inputs.DashboardWidgetIframeDefinitionArgs
{
Url = "string",
},
ImageDefinition = new Datadog.Inputs.DashboardWidgetImageDefinitionArgs
{
Url = "string",
HasBackground = false,
HasBorder = false,
HorizontalAlign = "string",
Margin = "string",
Sizing = "string",
UrlDarkTheme = "string",
VerticalAlign = "string",
},
ListStreamDefinition = new Datadog.Inputs.DashboardWidgetListStreamDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetListStreamDefinitionRequestArgs
{
Columns = new[]
{
new Datadog.Inputs.DashboardWidgetListStreamDefinitionRequestColumnArgs
{
Field = "string",
Width = "string",
},
},
Query = new Datadog.Inputs.DashboardWidgetListStreamDefinitionRequestQueryArgs
{
DataSource = "string",
ClusteringPatternFieldPath = "string",
EventSize = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetListStreamDefinitionRequestQueryGroupByArgs
{
Facet = "string",
},
},
Indexes = new[]
{
"string",
},
QueryString = "string",
Sort = new Datadog.Inputs.DashboardWidgetListStreamDefinitionRequestQuerySortArgs
{
Column = "string",
Order = "string",
},
Storage = "string",
},
ResponseFormat = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
LogStreamDefinition = new Datadog.Inputs.DashboardWidgetLogStreamDefinitionArgs
{
Columns = new[]
{
"string",
},
Indexes = new[]
{
"string",
},
LiveSpan = "string",
MessageDisplay = "string",
Query = "string",
ShowDateColumn = false,
ShowMessageColumn = false,
Sort = new Datadog.Inputs.DashboardWidgetLogStreamDefinitionSortArgs
{
Column = "string",
Order = "string",
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
ManageStatusDefinition = new Datadog.Inputs.DashboardWidgetManageStatusDefinitionArgs
{
Query = "string",
ColorPreference = "string",
DisplayFormat = "string",
HideZeroCounts = false,
ShowLastTriggered = false,
ShowPriority = false,
Sort = "string",
SummaryType = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
NoteDefinition = new Datadog.Inputs.DashboardWidgetNoteDefinitionArgs
{
Content = "string",
BackgroundColor = "string",
FontSize = "string",
HasPadding = false,
ShowTick = false,
TextAlign = "string",
TickEdge = "string",
TickPos = "string",
VerticalAlign = "string",
},
PowerpackDefinition = new Datadog.Inputs.DashboardWidgetPowerpackDefinitionArgs
{
PowerpackId = "string",
BackgroundColor = "string",
BannerImg = "string",
ShowTitle = false,
TemplateVariables = new Datadog.Inputs.DashboardWidgetPowerpackDefinitionTemplateVariablesArgs
{
ControlledByPowerpacks = new[]
{
new Datadog.Inputs.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArgs
{
Name = "string",
Values = new[]
{
"string",
},
Prefix = "string",
},
},
ControlledExternallies = new[]
{
new Datadog.Inputs.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArgs
{
Name = "string",
Values = new[]
{
"string",
},
Prefix = "string",
},
},
},
Title = "string",
},
QueryTableDefinition = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
HasSearchBar = "string",
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestArgs
{
Aggregator = "string",
Alias = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ApmStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs
{
Env = "string",
Name = "string",
PrimaryTag = "string",
RowType = "string",
Service = "string",
Columns = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs
{
Name = "string",
Alias = "string",
CellDisplayMode = "string",
Order = "string",
},
},
Resource = "string",
},
CellDisplayModes = new[]
{
"string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
CellDisplayModeOptions = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs
{
TrendType = "string",
YScale = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
Limit = 0,
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Order = "string",
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
TextFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatArgs
{
TextFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs
{
Match = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs
{
Type = "string",
Value = "string",
},
CustomBgColor = "string",
CustomFgColor = "string",
Palette = "string",
Replace = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs
{
Type = "string",
With = "string",
Substring = "string",
},
},
},
},
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
QueryValueDefinition = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionArgs
{
Autoscale = false,
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
CustomUnit = "string",
LiveSpan = "string",
Precision = 0,
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
TextAlign = "string",
TimeseriesBackground = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs
{
Type = "string",
Yaxis = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
RunWorkflowDefinition = new Datadog.Inputs.DashboardWidgetRunWorkflowDefinitionArgs
{
WorkflowId = "string",
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetRunWorkflowDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Inputs = new[]
{
new Datadog.Inputs.DashboardWidgetRunWorkflowDefinitionInputArgs
{
Name = "string",
Value = "string",
},
},
LiveSpan = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
ScatterplotDefinition = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionArgs
{
ColorByGroups = new[]
{
"string",
},
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Request = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestArgs
{
ScatterplotTables = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs
{
Dimension = "string",
FormulaExpression = "string",
Alias = "string",
},
},
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
},
},
Xes = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestXArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
Ys = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestYArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Xaxis = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionXaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
Yaxis = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
ServiceLevelObjectiveDefinition = new Datadog.Inputs.DashboardWidgetServiceLevelObjectiveDefinitionArgs
{
SloId = "string",
TimeWindows = new[]
{
"string",
},
ViewMode = "string",
ViewType = "string",
AdditionalQueryFilters = "string",
GlobalTimeTarget = "string",
ShowErrorBudget = false,
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
ServicemapDefinition = new Datadog.Inputs.DashboardWidgetServicemapDefinitionArgs
{
Filters = new[]
{
"string",
},
Service = "string",
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetServicemapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
SloListDefinition = new Datadog.Inputs.DashboardWidgetSloListDefinitionArgs
{
Request = new Datadog.Inputs.DashboardWidgetSloListDefinitionRequestArgs
{
Query = new Datadog.Inputs.DashboardWidgetSloListDefinitionRequestQueryArgs
{
QueryString = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetSloListDefinitionRequestQuerySortArgs
{
Column = "string",
Order = "string",
},
},
RequestType = "string",
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
SplitGraphDefinition = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionArgs
{
Size = "string",
SourceWidgetDefinition = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionArgs
{
ChangeDefinition = new Datadog.Inputs.DashboardWidgetChangeDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ChangeType = "string",
CompareTo = "string",
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
IncreaseGood = false,
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
OrderBy = "string",
OrderDir = "string",
ProcessQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ShowPresent = false,
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
GeomapDefinition = new Datadog.Inputs.DashboardWidgetGeomapDefinitionArgs
{
View = new Datadog.Inputs.DashboardWidgetGeomapDefinitionViewArgs
{
Focus = "string",
},
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
Style = new Datadog.Inputs.DashboardWidgetGeomapDefinitionStyleArgs
{
Palette = "string",
PaletteFlip = false,
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
QueryTableDefinition = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
HasSearchBar = "string",
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestArgs
{
Aggregator = "string",
Alias = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ApmStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs
{
Env = "string",
Name = "string",
PrimaryTag = "string",
RowType = "string",
Service = "string",
Columns = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs
{
Name = "string",
Alias = "string",
CellDisplayMode = "string",
Order = "string",
},
},
Resource = "string",
},
CellDisplayModes = new[]
{
"string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
CellDisplayModeOptions = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs
{
TrendType = "string",
YScale = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
Limit = 0,
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Order = "string",
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
TextFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatArgs
{
TextFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs
{
Match = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs
{
Type = "string",
Value = "string",
},
CustomBgColor = "string",
CustomFgColor = "string",
Palette = "string",
Replace = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs
{
Type = "string",
With = "string",
Substring = "string",
},
},
},
},
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
QueryValueDefinition = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionArgs
{
Autoscale = false,
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
CustomUnit = "string",
LiveSpan = "string",
Precision = 0,
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
TextAlign = "string",
TimeseriesBackground = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs
{
Type = "string",
Yaxis = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
ScatterplotDefinition = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionArgs
{
ColorByGroups = new[]
{
"string",
},
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Request = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestArgs
{
ScatterplotTables = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs
{
Dimension = "string",
FormulaExpression = "string",
Alias = "string",
},
},
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
},
},
Xes = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestXArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
Ys = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestYArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Xaxis = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionXaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
Yaxis = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
SunburstDefinition = new Datadog.Inputs.DashboardWidgetSunburstDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
HideTotal = false,
LegendInline = new Datadog.Inputs.DashboardWidgetSunburstDefinitionLegendInlineArgs
{
Type = "string",
HidePercent = false,
HideValue = false,
},
LegendTable = new Datadog.Inputs.DashboardWidgetSunburstDefinitionLegendTableArgs
{
Type = "string",
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
NetworkQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TimeseriesDefinition = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Events = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionEventArgs
{
Q = "string",
TagsExecution = "string",
},
},
LegendColumns = new[]
{
"string",
},
LegendLayout = "string",
LegendSize = "string",
LiveSpan = "string",
Markers = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionMarkerArgs
{
Value = "string",
DisplayType = "string",
Label = "string",
},
},
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
DisplayType = "string",
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Metadatas = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestMetadataArgs
{
Expression = "string",
AliasName = "string",
},
},
NetworkQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
OnRightYaxis = false,
ProcessQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestStyleArgs
{
LineType = "string",
LineWidth = "string",
Palette = "string",
},
},
},
RightYaxis = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRightYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
ShowLegend = false,
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Yaxis = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
ToplistDefinition = new Datadog.Inputs.DashboardWidgetToplistDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
Styles = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionStyleArgs
{
Displays = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionStyleDisplayArgs
{
Type = "string",
},
},
Palette = "string",
Scaling = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TreemapDefinition = new Datadog.Inputs.DashboardWidgetTreemapDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
},
},
Title = "string",
},
},
SplitConfig = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigArgs
{
Sort = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigSortArgs
{
Order = "string",
Compute = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeArgs
{
Metric = "string",
Aggregation = "string",
},
},
SplitDimensions = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsArgs
{
OneGraphPer = "string",
},
Limit = 0,
StaticSplits = new[]
{
new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitArgs
{
SplitVectors = new[]
{
new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitSplitVectorArgs
{
TagKey = "string",
TagValues = new[]
{
"string",
},
},
},
},
},
},
HasUniformYAxes = false,
LiveSpan = "string",
Title = "string",
},
SunburstDefinition = new Datadog.Inputs.DashboardWidgetSunburstDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
HideTotal = false,
LegendInline = new Datadog.Inputs.DashboardWidgetSunburstDefinitionLegendInlineArgs
{
Type = "string",
HidePercent = false,
HideValue = false,
},
LegendTable = new Datadog.Inputs.DashboardWidgetSunburstDefinitionLegendTableArgs
{
Type = "string",
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
NetworkQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TimeseriesDefinition = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Events = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionEventArgs
{
Q = "string",
TagsExecution = "string",
},
},
LegendColumns = new[]
{
"string",
},
LegendLayout = "string",
LegendSize = "string",
LiveSpan = "string",
Markers = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionMarkerArgs
{
Value = "string",
DisplayType = "string",
Label = "string",
},
},
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
DisplayType = "string",
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Metadatas = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestMetadataArgs
{
Expression = "string",
AliasName = "string",
},
},
NetworkQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
OnRightYaxis = false,
ProcessQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestStyleArgs
{
LineType = "string",
LineWidth = "string",
Palette = "string",
},
},
},
RightYaxis = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRightYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
ShowLegend = false,
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Yaxis = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
ToplistDefinition = new Datadog.Inputs.DashboardWidgetToplistDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
Styles = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionStyleArgs
{
Displays = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionStyleDisplayArgs
{
Type = "string",
},
},
Palette = "string",
Scaling = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TopologyMapDefinition = new Datadog.Inputs.DashboardWidgetTopologyMapDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetTopologyMapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTopologyMapDefinitionRequestArgs
{
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTopologyMapDefinitionRequestQueryArgs
{
DataSource = "string",
Filters = new[]
{
"string",
},
Service = "string",
},
},
RequestType = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TraceServiceDefinition = new Datadog.Inputs.DashboardWidgetTraceServiceDefinitionArgs
{
Service = "string",
Env = "string",
SpanName = "string",
ShowErrors = false,
ShowBreakdown = false,
ShowDistribution = false,
DisplayFormat = "string",
ShowHits = false,
ShowLatency = false,
ShowResourceList = false,
SizeFormat = "string",
LiveSpan = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TreemapDefinition = new Datadog.Inputs.DashboardWidgetTreemapDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
},
},
Title = "string",
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetGroupDefinitionWidgetWidgetLayoutArgs
{
Height = 0,
Width = 0,
X = 0,
Y = 0,
IsColumnBreak = false,
},
},
},
},
HeatmapDefinition = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Events = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionEventArgs
{
Q = "string",
TagsExecution = "string",
},
},
LegendSize = "string",
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
ShowLegend = false,
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Yaxis = new Datadog.Inputs.DashboardWidgetHeatmapDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
HostmapDefinition = new Datadog.Inputs.DashboardWidgetHostmapDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetHostmapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Groups = new[]
{
"string",
},
NoGroupHosts = false,
NoMetricHosts = false,
NodeType = "string",
Request = new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestArgs
{
Fills = new[]
{
new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestFillArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestFillProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
Sizes = new[]
{
new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestSizeArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
},
Scopes = new[]
{
"string",
},
Style = new Datadog.Inputs.DashboardWidgetHostmapDefinitionStyleArgs
{
FillMax = "string",
FillMin = "string",
Palette = "string",
PaletteFlip = false,
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
Id = 0,
IframeDefinition = new Datadog.Inputs.DashboardWidgetIframeDefinitionArgs
{
Url = "string",
},
ImageDefinition = new Datadog.Inputs.DashboardWidgetImageDefinitionArgs
{
Url = "string",
HasBackground = false,
HasBorder = false,
HorizontalAlign = "string",
Margin = "string",
Sizing = "string",
UrlDarkTheme = "string",
VerticalAlign = "string",
},
ListStreamDefinition = new Datadog.Inputs.DashboardWidgetListStreamDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetListStreamDefinitionRequestArgs
{
Columns = new[]
{
new Datadog.Inputs.DashboardWidgetListStreamDefinitionRequestColumnArgs
{
Field = "string",
Width = "string",
},
},
Query = new Datadog.Inputs.DashboardWidgetListStreamDefinitionRequestQueryArgs
{
DataSource = "string",
ClusteringPatternFieldPath = "string",
EventSize = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetListStreamDefinitionRequestQueryGroupByArgs
{
Facet = "string",
},
},
Indexes = new[]
{
"string",
},
QueryString = "string",
Sort = new Datadog.Inputs.DashboardWidgetListStreamDefinitionRequestQuerySortArgs
{
Column = "string",
Order = "string",
},
Storage = "string",
},
ResponseFormat = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
LogStreamDefinition = new Datadog.Inputs.DashboardWidgetLogStreamDefinitionArgs
{
Columns = new[]
{
"string",
},
Indexes = new[]
{
"string",
},
LiveSpan = "string",
MessageDisplay = "string",
Query = "string",
ShowDateColumn = false,
ShowMessageColumn = false,
Sort = new Datadog.Inputs.DashboardWidgetLogStreamDefinitionSortArgs
{
Column = "string",
Order = "string",
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
ManageStatusDefinition = new Datadog.Inputs.DashboardWidgetManageStatusDefinitionArgs
{
Query = "string",
ColorPreference = "string",
DisplayFormat = "string",
HideZeroCounts = false,
ShowLastTriggered = false,
ShowPriority = false,
Sort = "string",
SummaryType = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
NoteDefinition = new Datadog.Inputs.DashboardWidgetNoteDefinitionArgs
{
Content = "string",
BackgroundColor = "string",
FontSize = "string",
HasPadding = false,
ShowTick = false,
TextAlign = "string",
TickEdge = "string",
TickPos = "string",
VerticalAlign = "string",
},
PowerpackDefinition = new Datadog.Inputs.DashboardWidgetPowerpackDefinitionArgs
{
PowerpackId = "string",
BackgroundColor = "string",
BannerImg = "string",
ShowTitle = false,
TemplateVariables = new Datadog.Inputs.DashboardWidgetPowerpackDefinitionTemplateVariablesArgs
{
ControlledByPowerpacks = new[]
{
new Datadog.Inputs.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArgs
{
Name = "string",
Values = new[]
{
"string",
},
Prefix = "string",
},
},
ControlledExternallies = new[]
{
new Datadog.Inputs.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArgs
{
Name = "string",
Values = new[]
{
"string",
},
Prefix = "string",
},
},
},
Title = "string",
},
QueryTableDefinition = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
HasSearchBar = "string",
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestArgs
{
Aggregator = "string",
Alias = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ApmStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs
{
Env = "string",
Name = "string",
PrimaryTag = "string",
RowType = "string",
Service = "string",
Columns = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs
{
Name = "string",
Alias = "string",
CellDisplayMode = "string",
Order = "string",
},
},
Resource = "string",
},
CellDisplayModes = new[]
{
"string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
CellDisplayModeOptions = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs
{
TrendType = "string",
YScale = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
Limit = 0,
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Order = "string",
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
TextFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatArgs
{
TextFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs
{
Match = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs
{
Type = "string",
Value = "string",
},
CustomBgColor = "string",
CustomFgColor = "string",
Palette = "string",
Replace = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs
{
Type = "string",
With = "string",
Substring = "string",
},
},
},
},
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
QueryValueDefinition = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionArgs
{
Autoscale = false,
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
CustomUnit = "string",
LiveSpan = "string",
Precision = 0,
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
TextAlign = "string",
TimeseriesBackground = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs
{
Type = "string",
Yaxis = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
RunWorkflowDefinition = new Datadog.Inputs.DashboardWidgetRunWorkflowDefinitionArgs
{
WorkflowId = "string",
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetRunWorkflowDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Inputs = new[]
{
new Datadog.Inputs.DashboardWidgetRunWorkflowDefinitionInputArgs
{
Name = "string",
Value = "string",
},
},
LiveSpan = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
ScatterplotDefinition = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionArgs
{
ColorByGroups = new[]
{
"string",
},
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Request = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestArgs
{
ScatterplotTables = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs
{
Dimension = "string",
FormulaExpression = "string",
Alias = "string",
},
},
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
},
},
Xes = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestXArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
Ys = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestYArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Xaxis = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionXaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
Yaxis = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
ServiceLevelObjectiveDefinition = new Datadog.Inputs.DashboardWidgetServiceLevelObjectiveDefinitionArgs
{
SloId = "string",
TimeWindows = new[]
{
"string",
},
ViewMode = "string",
ViewType = "string",
AdditionalQueryFilters = "string",
GlobalTimeTarget = "string",
ShowErrorBudget = false,
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
ServicemapDefinition = new Datadog.Inputs.DashboardWidgetServicemapDefinitionArgs
{
Filters = new[]
{
"string",
},
Service = "string",
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetServicemapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
SloListDefinition = new Datadog.Inputs.DashboardWidgetSloListDefinitionArgs
{
Request = new Datadog.Inputs.DashboardWidgetSloListDefinitionRequestArgs
{
Query = new Datadog.Inputs.DashboardWidgetSloListDefinitionRequestQueryArgs
{
QueryString = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetSloListDefinitionRequestQuerySortArgs
{
Column = "string",
Order = "string",
},
},
RequestType = "string",
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
SplitGraphDefinition = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionArgs
{
Size = "string",
SourceWidgetDefinition = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionArgs
{
ChangeDefinition = new Datadog.Inputs.DashboardWidgetChangeDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ChangeType = "string",
CompareTo = "string",
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
IncreaseGood = false,
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
OrderBy = "string",
OrderDir = "string",
ProcessQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ShowPresent = false,
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
GeomapDefinition = new Datadog.Inputs.DashboardWidgetGeomapDefinitionArgs
{
View = new Datadog.Inputs.DashboardWidgetGeomapDefinitionViewArgs
{
Focus = "string",
},
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
Style = new Datadog.Inputs.DashboardWidgetGeomapDefinitionStyleArgs
{
Palette = "string",
PaletteFlip = false,
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
QueryTableDefinition = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
HasSearchBar = "string",
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestArgs
{
Aggregator = "string",
Alias = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ApmStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs
{
Env = "string",
Name = "string",
PrimaryTag = "string",
RowType = "string",
Service = "string",
Columns = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs
{
Name = "string",
Alias = "string",
CellDisplayMode = "string",
Order = "string",
},
},
Resource = "string",
},
CellDisplayModes = new[]
{
"string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
CellDisplayModeOptions = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs
{
TrendType = "string",
YScale = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
Limit = 0,
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Order = "string",
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
TextFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatArgs
{
TextFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs
{
Match = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs
{
Type = "string",
Value = "string",
},
CustomBgColor = "string",
CustomFgColor = "string",
Palette = "string",
Replace = new Datadog.Inputs.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs
{
Type = "string",
With = "string",
Substring = "string",
},
},
},
},
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
QueryValueDefinition = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionArgs
{
Autoscale = false,
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
CustomUnit = "string",
LiveSpan = "string",
Precision = 0,
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
TextAlign = "string",
TimeseriesBackground = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs
{
Type = "string",
Yaxis = new Datadog.Inputs.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
ScatterplotDefinition = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionArgs
{
ColorByGroups = new[]
{
"string",
},
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Request = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestArgs
{
ScatterplotTables = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs
{
Dimension = "string",
FormulaExpression = "string",
Alias = "string",
},
},
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
},
},
Xes = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestXArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
Ys = new[]
{
new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestYArgs
{
Aggregator = "string",
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Xaxis = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionXaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
Yaxis = new Datadog.Inputs.DashboardWidgetScatterplotDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
SunburstDefinition = new Datadog.Inputs.DashboardWidgetSunburstDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
HideTotal = false,
LegendInline = new Datadog.Inputs.DashboardWidgetSunburstDefinitionLegendInlineArgs
{
Type = "string",
HidePercent = false,
HideValue = false,
},
LegendTable = new Datadog.Inputs.DashboardWidgetSunburstDefinitionLegendTableArgs
{
Type = "string",
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
NetworkQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TimeseriesDefinition = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Events = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionEventArgs
{
Q = "string",
TagsExecution = "string",
},
},
LegendColumns = new[]
{
"string",
},
LegendLayout = "string",
LegendSize = "string",
LiveSpan = "string",
Markers = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionMarkerArgs
{
Value = "string",
DisplayType = "string",
Label = "string",
},
},
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
DisplayType = "string",
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Metadatas = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestMetadataArgs
{
Expression = "string",
AliasName = "string",
},
},
NetworkQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
OnRightYaxis = false,
ProcessQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestStyleArgs
{
LineType = "string",
LineWidth = "string",
Palette = "string",
},
},
},
RightYaxis = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRightYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
ShowLegend = false,
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Yaxis = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
ToplistDefinition = new Datadog.Inputs.DashboardWidgetToplistDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
Styles = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionStyleArgs
{
Displays = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionStyleDisplayArgs
{
Type = "string",
},
},
Palette = "string",
Scaling = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TreemapDefinition = new Datadog.Inputs.DashboardWidgetTreemapDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
},
},
Title = "string",
},
},
SplitConfig = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigArgs
{
Sort = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigSortArgs
{
Order = "string",
Compute = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeArgs
{
Metric = "string",
Aggregation = "string",
},
},
SplitDimensions = new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsArgs
{
OneGraphPer = "string",
},
Limit = 0,
StaticSplits = new[]
{
new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitArgs
{
SplitVectors = new[]
{
new Datadog.Inputs.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitSplitVectorArgs
{
TagKey = "string",
TagValues = new[]
{
"string",
},
},
},
},
},
},
HasUniformYAxes = false,
LiveSpan = "string",
Title = "string",
},
SunburstDefinition = new Datadog.Inputs.DashboardWidgetSunburstDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
HideTotal = false,
LegendInline = new Datadog.Inputs.DashboardWidgetSunburstDefinitionLegendInlineArgs
{
Type = "string",
HidePercent = false,
HideValue = false,
},
LegendTable = new Datadog.Inputs.DashboardWidgetSunburstDefinitionLegendTableArgs
{
Type = "string",
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
NetworkQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetSunburstDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TimeseriesDefinition = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Events = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionEventArgs
{
Q = "string",
TagsExecution = "string",
},
},
LegendColumns = new[]
{
"string",
},
LegendLayout = "string",
LegendSize = "string",
LiveSpan = "string",
Markers = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionMarkerArgs
{
Value = "string",
DisplayType = "string",
Label = "string",
},
},
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
DisplayType = "string",
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Metadatas = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestMetadataArgs
{
Expression = "string",
AliasName = "string",
},
},
NetworkQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
OnRightYaxis = false,
ProcessQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRequestStyleArgs
{
LineType = "string",
LineWidth = "string",
Palette = "string",
},
},
},
RightYaxis = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionRightYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
ShowLegend = false,
Title = "string",
TitleAlign = "string",
TitleSize = "string",
Yaxis = new Datadog.Inputs.DashboardWidgetTimeseriesDefinitionYaxisArgs
{
IncludeZero = false,
Label = "string",
Max = "string",
Min = "string",
Scale = "string",
},
},
ToplistDefinition = new Datadog.Inputs.DashboardWidgetToplistDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
LiveSpan = "string",
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestArgs
{
ApmQuery = new Datadog.Inputs.DashboardWidgetApmQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetApmQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetApmQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetApmQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
AuditQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
LogQuery = new Datadog.Inputs.DashboardWidgetLogQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetLogQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetLogQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetLogQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestProcessQueryArgs
{
Metric = "string",
FilterBies = new[]
{
"string",
},
Limit = 0,
SearchBy = "string",
},
Q = "string",
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
RumQuery = new Datadog.Inputs.DashboardWidgetRumQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetRumQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetRumQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetRumQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
SecurityQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryArgs
{
Index = "string",
ComputeQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryComputeQueryArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryGroupByArgs
{
Facet = "string",
Limit = 0,
SortQuery = new Datadog.Inputs.DashboardWidgetSecurityQueryGroupBySortQueryArgs
{
Aggregation = "string",
Order = "string",
Facet = "string",
},
},
},
MultiComputes = new[]
{
new Datadog.Inputs.DashboardWidgetSecurityQueryMultiComputeArgs
{
Aggregation = "string",
Facet = "string",
Interval = 0,
},
},
SearchQuery = "string",
},
Style = new Datadog.Inputs.DashboardWidgetToplistDefinitionRequestStyleArgs
{
Palette = "string",
},
},
},
Styles = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionStyleArgs
{
Displays = new[]
{
new Datadog.Inputs.DashboardWidgetToplistDefinitionStyleDisplayArgs
{
Type = "string",
},
},
Palette = "string",
Scaling = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TopologyMapDefinition = new Datadog.Inputs.DashboardWidgetTopologyMapDefinitionArgs
{
CustomLinks = new[]
{
new Datadog.Inputs.DashboardWidgetTopologyMapDefinitionCustomLinkArgs
{
IsHidden = false,
Label = "string",
Link = "string",
OverrideLabel = "string",
},
},
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTopologyMapDefinitionRequestArgs
{
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTopologyMapDefinitionRequestQueryArgs
{
DataSource = "string",
Filters = new[]
{
"string",
},
Service = "string",
},
},
RequestType = "string",
},
},
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TraceServiceDefinition = new Datadog.Inputs.DashboardWidgetTraceServiceDefinitionArgs
{
Service = "string",
Env = "string",
SpanName = "string",
ShowErrors = false,
ShowBreakdown = false,
ShowDistribution = false,
DisplayFormat = "string",
ShowHits = false,
ShowLatency = false,
ShowResourceList = false,
SizeFormat = "string",
LiveSpan = "string",
Title = "string",
TitleAlign = "string",
TitleSize = "string",
},
TreemapDefinition = new Datadog.Inputs.DashboardWidgetTreemapDefinitionArgs
{
Requests = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestArgs
{
Formulas = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaArgs
{
FormulaExpression = "string",
Alias = "string",
CellDisplayMode = "string",
ConditionalFormats = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs
{
Comparator = "string",
Palette = "string",
Value = 0,
CustomBgColor = "string",
CustomFgColor = "string",
HideValue = false,
ImageUrl = "string",
Metric = "string",
Timeframe = "string",
},
},
Limit = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs
{
Count = 0,
Order = "string",
},
NumberFormat = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs
{
Unit = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs
{
Canonical = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
{
UnitName = "string",
PerUnitName = "string",
},
Custom = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs
{
Label = "string",
},
},
UnitScale = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs
{
UnitName = "string",
},
},
Style = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs
{
Palette = "string",
PaletteIndex = 0,
},
},
},
Queries = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryArgs
{
ApmDependencyStatsQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
OperationName = "string",
ResourceName = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
IsUpstream = false,
PrimaryTagName = "string",
PrimaryTagValue = "string",
},
ApmResourceStatsQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs
{
DataSource = "string",
Env = "string",
Name = "string",
Service = "string",
Stat = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
"string",
},
OperationName = "string",
PrimaryTagName = "string",
PrimaryTagValue = "string",
ResourceName = "string",
},
CloudCostQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs
{
DataSource = "string",
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
},
EventQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs
{
Computes = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs
{
Aggregation = "string",
Interval = 0,
Metric = "string",
},
},
DataSource = "string",
Name = "string",
CrossOrgUuids = "string",
GroupBies = new[]
{
new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs
{
Facet = "string",
Limit = 0,
Sort = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs
{
Aggregation = "string",
Metric = "string",
Order = "string",
},
},
},
Indexes = new[]
{
"string",
},
Search = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs
{
Query = "string",
},
Storage = "string",
},
MetricQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs
{
Name = "string",
Query = "string",
Aggregator = "string",
CrossOrgUuids = "string",
DataSource = "string",
},
ProcessQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs
{
DataSource = "string",
Metric = "string",
Name = "string",
Aggregator = "string",
CrossOrgUuids = "string",
IsNormalizedCpu = false,
Limit = 0,
Sort = "string",
TagFilters = new[]
{
"string",
},
TextFilter = "string",
},
SloQuery = new Datadog.Inputs.DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs
{
DataSource = "string",
Measure = "string",
SloId = "string",
AdditionalQueryFilters = "string",
CrossOrgUuids = "string",
GroupMode = "string",
Name = "string",
SloQueryType = "string",
},
},
},
},
},
Title = "string",
},
WidgetLayout = new Datadog.Inputs.DashboardWidgetWidgetLayoutArgs
{
Height = 0,
Width = 0,
X = 0,
Y = 0,
IsColumnBreak = false,
},
},
},
});
example, err := datadog.NewDashboard(ctx, "dashboardResource", &datadog.DashboardArgs{
LayoutType: pulumi.String("string"),
Title: pulumi.String("string"),
RestrictedRoles: pulumi.StringArray{
pulumi.String("string"),
},
NotifyLists: pulumi.StringArray{
pulumi.String("string"),
},
ReflowType: pulumi.String("string"),
DashboardLists: pulumi.IntArray{
pulumi.Int(0),
},
Tags: pulumi.StringArray{
pulumi.String("string"),
},
TemplateVariablePresets: datadog.DashboardTemplateVariablePresetArray{
&datadog.DashboardTemplateVariablePresetArgs{
Name: pulumi.String("string"),
TemplateVariables: datadog.DashboardTemplateVariablePresetTemplateVariableArray{
&datadog.DashboardTemplateVariablePresetTemplateVariableArgs{
Name: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
},
TemplateVariables: datadog.DashboardTemplateVariableArray{
&datadog.DashboardTemplateVariableArgs{
Name: pulumi.String("string"),
AvailableValues: pulumi.StringArray{
pulumi.String("string"),
},
Defaults: pulumi.StringArray{
pulumi.String("string"),
},
Prefix: pulumi.String("string"),
},
},
Description: pulumi.String("string"),
Url: pulumi.String("string"),
Widgets: datadog.DashboardWidgetArray{
&datadog.DashboardWidgetArgs{
AlertGraphDefinition: &datadog.DashboardWidgetAlertGraphDefinitionArgs{
AlertId: pulumi.String("string"),
VizType: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
AlertValueDefinition: &datadog.DashboardWidgetAlertValueDefinitionArgs{
AlertId: pulumi.String("string"),
Precision: pulumi.Int(0),
TextAlign: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Unit: pulumi.String("string"),
},
ChangeDefinition: &datadog.DashboardWidgetChangeDefinitionArgs{
CustomLinks: datadog.DashboardWidgetChangeDefinitionCustomLinkArray{
&datadog.DashboardWidgetChangeDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetChangeDefinitionRequestArray{
&datadog.DashboardWidgetChangeDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ChangeType: pulumi.String("string"),
CompareTo: pulumi.String("string"),
Formulas: datadog.DashboardWidgetChangeDefinitionRequestFormulaArray{
&datadog.DashboardWidgetChangeDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetChangeDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetChangeDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
IncreaseGood: pulumi.Bool(false),
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
OrderBy: pulumi.String("string"),
OrderDir: pulumi.String("string"),
ProcessQuery: &datadog.DashboardWidgetChangeDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetChangeDefinitionRequestQueryArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ShowPresent: pulumi.Bool(false),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
CheckStatusDefinition: &datadog.DashboardWidgetCheckStatusDefinitionArgs{
Check: pulumi.String("string"),
Grouping: pulumi.String("string"),
Group: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
LiveSpan: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
DistributionDefinition: &datadog.DashboardWidgetDistributionDefinitionArgs{
LegendSize: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetDistributionDefinitionRequestArray{
&datadog.DashboardWidgetDistributionDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ApmStatsQuery: &datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryArgs{
Env: pulumi.String("string"),
Name: pulumi.String("string"),
PrimaryTag: pulumi.String("string"),
RowType: pulumi.String("string"),
Service: pulumi.String("string"),
Columns: datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnArray{
&datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnArgs{
Name: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
Resource: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetDistributionDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetDistributionDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
ShowLegend: pulumi.Bool(false),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Xaxis: &datadog.DashboardWidgetDistributionDefinitionXaxisArgs{
IncludeZero: pulumi.Bool(false),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
Yaxis: &datadog.DashboardWidgetDistributionDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
EventStreamDefinition: &datadog.DashboardWidgetEventStreamDefinitionArgs{
Query: pulumi.String("string"),
EventSize: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
TagsExecution: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
EventTimelineDefinition: &datadog.DashboardWidgetEventTimelineDefinitionArgs{
Query: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
TagsExecution: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
FreeTextDefinition: &datadog.DashboardWidgetFreeTextDefinitionArgs{
Text: pulumi.String("string"),
Color: pulumi.String("string"),
FontSize: pulumi.String("string"),
TextAlign: pulumi.String("string"),
},
GeomapDefinition: &datadog.DashboardWidgetGeomapDefinitionArgs{
View: &datadog.DashboardWidgetGeomapDefinitionViewArgs{
Focus: pulumi.String("string"),
},
CustomLinks: datadog.DashboardWidgetGeomapDefinitionCustomLinkArray{
&datadog.DashboardWidgetGeomapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetGeomapDefinitionRequestArray{
&datadog.DashboardWidgetGeomapDefinitionRequestArgs{
Formulas: datadog.DashboardWidgetGeomapDefinitionRequestFormulaArray{
&datadog.DashboardWidgetGeomapDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetGeomapDefinitionRequestQueryArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
Style: &datadog.DashboardWidgetGeomapDefinitionStyleArgs{
Palette: pulumi.String("string"),
PaletteFlip: pulumi.Bool(false),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
GroupDefinition: &datadog.DashboardWidgetGroupDefinitionArgs{
LayoutType: pulumi.String("string"),
BackgroundColor: pulumi.String("string"),
BannerImg: pulumi.String("string"),
ShowTitle: pulumi.Bool(false),
Title: pulumi.String("string"),
Widgets: datadog.DashboardWidgetGroupDefinitionWidgetArray{
&datadog.DashboardWidgetGroupDefinitionWidgetArgs{
AlertGraphDefinition: &datadog.DashboardWidgetAlertGraphDefinitionArgs{
AlertId: pulumi.String("string"),
VizType: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
AlertValueDefinition: &datadog.DashboardWidgetAlertValueDefinitionArgs{
AlertId: pulumi.String("string"),
Precision: pulumi.Int(0),
TextAlign: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Unit: pulumi.String("string"),
},
ChangeDefinition: &datadog.DashboardWidgetChangeDefinitionArgs{
CustomLinks: datadog.DashboardWidgetChangeDefinitionCustomLinkArray{
&datadog.DashboardWidgetChangeDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetChangeDefinitionRequestArray{
&datadog.DashboardWidgetChangeDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ChangeType: pulumi.String("string"),
CompareTo: pulumi.String("string"),
Formulas: datadog.DashboardWidgetChangeDefinitionRequestFormulaArray{
&datadog.DashboardWidgetChangeDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetChangeDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetChangeDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
IncreaseGood: pulumi.Bool(false),
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
OrderBy: pulumi.String("string"),
OrderDir: pulumi.String("string"),
ProcessQuery: &datadog.DashboardWidgetChangeDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetChangeDefinitionRequestQueryArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ShowPresent: pulumi.Bool(false),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
CheckStatusDefinition: &datadog.DashboardWidgetCheckStatusDefinitionArgs{
Check: pulumi.String("string"),
Grouping: pulumi.String("string"),
Group: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
LiveSpan: pulumi.String("string"),
Tags: pulumi.StringArray{
pulumi.String("string"),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
DistributionDefinition: &datadog.DashboardWidgetDistributionDefinitionArgs{
LegendSize: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetDistributionDefinitionRequestArray{
&datadog.DashboardWidgetDistributionDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ApmStatsQuery: &datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryArgs{
Env: pulumi.String("string"),
Name: pulumi.String("string"),
PrimaryTag: pulumi.String("string"),
RowType: pulumi.String("string"),
Service: pulumi.String("string"),
Columns: datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnArray{
&datadog.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnArgs{
Name: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
Resource: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetDistributionDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetDistributionDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
ShowLegend: pulumi.Bool(false),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Xaxis: &datadog.DashboardWidgetDistributionDefinitionXaxisArgs{
IncludeZero: pulumi.Bool(false),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
Yaxis: &datadog.DashboardWidgetDistributionDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
EventStreamDefinition: &datadog.DashboardWidgetEventStreamDefinitionArgs{
Query: pulumi.String("string"),
EventSize: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
TagsExecution: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
EventTimelineDefinition: &datadog.DashboardWidgetEventTimelineDefinitionArgs{
Query: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
TagsExecution: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
FreeTextDefinition: &datadog.DashboardWidgetFreeTextDefinitionArgs{
Text: pulumi.String("string"),
Color: pulumi.String("string"),
FontSize: pulumi.String("string"),
TextAlign: pulumi.String("string"),
},
GeomapDefinition: &datadog.DashboardWidgetGeomapDefinitionArgs{
View: &datadog.DashboardWidgetGeomapDefinitionViewArgs{
Focus: pulumi.String("string"),
},
CustomLinks: datadog.DashboardWidgetGeomapDefinitionCustomLinkArray{
&datadog.DashboardWidgetGeomapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetGeomapDefinitionRequestArray{
&datadog.DashboardWidgetGeomapDefinitionRequestArgs{
Formulas: datadog.DashboardWidgetGeomapDefinitionRequestFormulaArray{
&datadog.DashboardWidgetGeomapDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetGeomapDefinitionRequestQueryArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
Style: &datadog.DashboardWidgetGeomapDefinitionStyleArgs{
Palette: pulumi.String("string"),
PaletteFlip: pulumi.Bool(false),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
HeatmapDefinition: &datadog.DashboardWidgetHeatmapDefinitionArgs{
CustomLinks: datadog.DashboardWidgetHeatmapDefinitionCustomLinkArray{
&datadog.DashboardWidgetHeatmapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Events: datadog.DashboardWidgetHeatmapDefinitionEventArray{
&datadog.DashboardWidgetHeatmapDefinitionEventArgs{
Q: pulumi.String("string"),
TagsExecution: pulumi.String("string"),
},
},
LegendSize: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetHeatmapDefinitionRequestArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Formulas: datadog.DashboardWidgetHeatmapDefinitionRequestFormulaArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetHeatmapDefinitionRequestQueryArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetHeatmapDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
ShowLegend: pulumi.Bool(false),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Yaxis: &datadog.DashboardWidgetHeatmapDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
HostmapDefinition: &datadog.DashboardWidgetHostmapDefinitionArgs{
CustomLinks: datadog.DashboardWidgetHostmapDefinitionCustomLinkArray{
&datadog.DashboardWidgetHostmapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Groups: pulumi.StringArray{
pulumi.String("string"),
},
NoGroupHosts: pulumi.Bool(false),
NoMetricHosts: pulumi.Bool(false),
NodeType: pulumi.String("string"),
Request: &datadog.DashboardWidgetHostmapDefinitionRequestArgs{
Fills: datadog.DashboardWidgetHostmapDefinitionRequestFillArray{
&datadog.DashboardWidgetHostmapDefinitionRequestFillArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetHostmapDefinitionRequestFillProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
Sizes: datadog.DashboardWidgetHostmapDefinitionRequestSizeArray{
&datadog.DashboardWidgetHostmapDefinitionRequestSizeArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
},
Scopes: pulumi.StringArray{
pulumi.String("string"),
},
Style: &datadog.DashboardWidgetHostmapDefinitionStyleArgs{
FillMax: pulumi.String("string"),
FillMin: pulumi.String("string"),
Palette: pulumi.String("string"),
PaletteFlip: pulumi.Bool(false),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
Id: pulumi.Int(0),
IframeDefinition: &datadog.DashboardWidgetIframeDefinitionArgs{
Url: pulumi.String("string"),
},
ImageDefinition: &datadog.DashboardWidgetImageDefinitionArgs{
Url: pulumi.String("string"),
HasBackground: pulumi.Bool(false),
HasBorder: pulumi.Bool(false),
HorizontalAlign: pulumi.String("string"),
Margin: pulumi.String("string"),
Sizing: pulumi.String("string"),
UrlDarkTheme: pulumi.String("string"),
VerticalAlign: pulumi.String("string"),
},
ListStreamDefinition: &datadog.DashboardWidgetListStreamDefinitionArgs{
Requests: datadog.DashboardWidgetListStreamDefinitionRequestArray{
&datadog.DashboardWidgetListStreamDefinitionRequestArgs{
Columns: datadog.DashboardWidgetListStreamDefinitionRequestColumnArray{
&datadog.DashboardWidgetListStreamDefinitionRequestColumnArgs{
Field: pulumi.String("string"),
Width: pulumi.String("string"),
},
},
Query: &datadog.DashboardWidgetListStreamDefinitionRequestQueryArgs{
DataSource: pulumi.String("string"),
ClusteringPatternFieldPath: pulumi.String("string"),
EventSize: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetListStreamDefinitionRequestQueryGroupByArray{
&datadog.DashboardWidgetListStreamDefinitionRequestQueryGroupByArgs{
Facet: pulumi.String("string"),
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
QueryString: pulumi.String("string"),
Sort: &datadog.DashboardWidgetListStreamDefinitionRequestQuerySortArgs{
Column: pulumi.String("string"),
Order: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
ResponseFormat: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
LogStreamDefinition: &datadog.DashboardWidgetLogStreamDefinitionArgs{
Columns: pulumi.StringArray{
pulumi.String("string"),
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
LiveSpan: pulumi.String("string"),
MessageDisplay: pulumi.String("string"),
Query: pulumi.String("string"),
ShowDateColumn: pulumi.Bool(false),
ShowMessageColumn: pulumi.Bool(false),
Sort: &datadog.DashboardWidgetLogStreamDefinitionSortArgs{
Column: pulumi.String("string"),
Order: pulumi.String("string"),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
ManageStatusDefinition: &datadog.DashboardWidgetManageStatusDefinitionArgs{
Query: pulumi.String("string"),
ColorPreference: pulumi.String("string"),
DisplayFormat: pulumi.String("string"),
HideZeroCounts: pulumi.Bool(false),
ShowLastTriggered: pulumi.Bool(false),
ShowPriority: pulumi.Bool(false),
Sort: pulumi.String("string"),
SummaryType: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
NoteDefinition: &datadog.DashboardWidgetNoteDefinitionArgs{
Content: pulumi.String("string"),
BackgroundColor: pulumi.String("string"),
FontSize: pulumi.String("string"),
HasPadding: pulumi.Bool(false),
ShowTick: pulumi.Bool(false),
TextAlign: pulumi.String("string"),
TickEdge: pulumi.String("string"),
TickPos: pulumi.String("string"),
VerticalAlign: pulumi.String("string"),
},
PowerpackDefinition: &datadog.DashboardWidgetPowerpackDefinitionArgs{
PowerpackId: pulumi.String("string"),
BackgroundColor: pulumi.String("string"),
BannerImg: pulumi.String("string"),
ShowTitle: pulumi.Bool(false),
TemplateVariables: &datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesArgs{
ControlledByPowerpacks: datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArray{
&datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArgs{
Name: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
Prefix: pulumi.String("string"),
},
},
ControlledExternallies: datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArray{
&datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArgs{
Name: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
Prefix: pulumi.String("string"),
},
},
},
Title: pulumi.String("string"),
},
QueryTableDefinition: &datadog.DashboardWidgetQueryTableDefinitionArgs{
CustomLinks: datadog.DashboardWidgetQueryTableDefinitionCustomLinkArray{
&datadog.DashboardWidgetQueryTableDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
HasSearchBar: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetQueryTableDefinitionRequestArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestArgs{
Aggregator: pulumi.String("string"),
Alias: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ApmStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs{
Env: pulumi.String("string"),
Name: pulumi.String("string"),
PrimaryTag: pulumi.String("string"),
RowType: pulumi.String("string"),
Service: pulumi.String("string"),
Columns: datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs{
Name: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
Resource: pulumi.String("string"),
},
CellDisplayModes: pulumi.StringArray{
pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetQueryTableDefinitionRequestFormulaArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
CellDisplayModeOptions: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs{
TrendType: pulumi.String("string"),
YScale: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
Limit: pulumi.Int(0),
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Order: pulumi.String("string"),
ProcessQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetQueryTableDefinitionRequestQueryArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
TextFormats: datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatArgs{
TextFormats: datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs{
Match: &datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs{
Type: pulumi.String("string"),
Value: pulumi.String("string"),
},
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
Palette: pulumi.String("string"),
Replace: &datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs{
Type: pulumi.String("string"),
With: pulumi.String("string"),
Substring: pulumi.String("string"),
},
},
},
},
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
QueryValueDefinition: &datadog.DashboardWidgetQueryValueDefinitionArgs{
Autoscale: pulumi.Bool(false),
CustomLinks: datadog.DashboardWidgetQueryValueDefinitionCustomLinkArray{
&datadog.DashboardWidgetQueryValueDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
CustomUnit: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Precision: pulumi.Int(0),
Requests: datadog.DashboardWidgetQueryValueDefinitionRequestArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetQueryValueDefinitionRequestFormulaArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetQueryValueDefinitionRequestQueryArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
TextAlign: pulumi.String("string"),
TimeseriesBackground: &datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs{
Type: pulumi.String("string"),
Yaxis: &datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
RunWorkflowDefinition: &datadog.DashboardWidgetRunWorkflowDefinitionArgs{
WorkflowId: pulumi.String("string"),
CustomLinks: datadog.DashboardWidgetRunWorkflowDefinitionCustomLinkArray{
&datadog.DashboardWidgetRunWorkflowDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Inputs: datadog.DashboardWidgetRunWorkflowDefinitionInputTypeArray{
&datadog.DashboardWidgetRunWorkflowDefinitionInputTypeArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
ScatterplotDefinition: &datadog.DashboardWidgetScatterplotDefinitionArgs{
ColorByGroups: pulumi.StringArray{
pulumi.String("string"),
},
CustomLinks: datadog.DashboardWidgetScatterplotDefinitionCustomLinkArray{
&datadog.DashboardWidgetScatterplotDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Request: &datadog.DashboardWidgetScatterplotDefinitionRequestArgs{
ScatterplotTables: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs{
Formulas: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs{
Dimension: pulumi.String("string"),
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
},
},
Queries: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs{
Computes: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
},
},
Xes: datadog.DashboardWidgetScatterplotDefinitionRequestXArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestXArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
Ys: datadog.DashboardWidgetScatterplotDefinitionRequestYArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestYArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Xaxis: &datadog.DashboardWidgetScatterplotDefinitionXaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
Yaxis: &datadog.DashboardWidgetScatterplotDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
ServiceLevelObjectiveDefinition: &datadog.DashboardWidgetServiceLevelObjectiveDefinitionArgs{
SloId: pulumi.String("string"),
TimeWindows: pulumi.StringArray{
pulumi.String("string"),
},
ViewMode: pulumi.String("string"),
ViewType: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
GlobalTimeTarget: pulumi.String("string"),
ShowErrorBudget: pulumi.Bool(false),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
ServicemapDefinition: &datadog.DashboardWidgetServicemapDefinitionArgs{
Filters: pulumi.StringArray{
pulumi.String("string"),
},
Service: pulumi.String("string"),
CustomLinks: datadog.DashboardWidgetServicemapDefinitionCustomLinkArray{
&datadog.DashboardWidgetServicemapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
SloListDefinition: &datadog.DashboardWidgetSloListDefinitionArgs{
Request: &datadog.DashboardWidgetSloListDefinitionRequestArgs{
Query: &datadog.DashboardWidgetSloListDefinitionRequestQueryArgs{
QueryString: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetSloListDefinitionRequestQuerySortArgs{
Column: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
RequestType: pulumi.String("string"),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
SplitGraphDefinition: &datadog.DashboardWidgetSplitGraphDefinitionArgs{
Size: pulumi.String("string"),
SourceWidgetDefinition: &datadog.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionArgs{
ChangeDefinition: &datadog.DashboardWidgetChangeDefinitionArgs{
CustomLinks: datadog.DashboardWidgetChangeDefinitionCustomLinkArray{
&datadog.DashboardWidgetChangeDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetChangeDefinitionRequestArray{
&datadog.DashboardWidgetChangeDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ChangeType: pulumi.String("string"),
CompareTo: pulumi.String("string"),
Formulas: datadog.DashboardWidgetChangeDefinitionRequestFormulaArray{
&datadog.DashboardWidgetChangeDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetChangeDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetChangeDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
IncreaseGood: pulumi.Bool(false),
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
OrderBy: pulumi.String("string"),
OrderDir: pulumi.String("string"),
ProcessQuery: &datadog.DashboardWidgetChangeDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetChangeDefinitionRequestQueryArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ShowPresent: pulumi.Bool(false),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
GeomapDefinition: &datadog.DashboardWidgetGeomapDefinitionArgs{
View: &datadog.DashboardWidgetGeomapDefinitionViewArgs{
Focus: pulumi.String("string"),
},
CustomLinks: datadog.DashboardWidgetGeomapDefinitionCustomLinkArray{
&datadog.DashboardWidgetGeomapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetGeomapDefinitionRequestArray{
&datadog.DashboardWidgetGeomapDefinitionRequestArgs{
Formulas: datadog.DashboardWidgetGeomapDefinitionRequestFormulaArray{
&datadog.DashboardWidgetGeomapDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetGeomapDefinitionRequestQueryArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
Style: &datadog.DashboardWidgetGeomapDefinitionStyleArgs{
Palette: pulumi.String("string"),
PaletteFlip: pulumi.Bool(false),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
QueryTableDefinition: &datadog.DashboardWidgetQueryTableDefinitionArgs{
CustomLinks: datadog.DashboardWidgetQueryTableDefinitionCustomLinkArray{
&datadog.DashboardWidgetQueryTableDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
HasSearchBar: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetQueryTableDefinitionRequestArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestArgs{
Aggregator: pulumi.String("string"),
Alias: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ApmStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs{
Env: pulumi.String("string"),
Name: pulumi.String("string"),
PrimaryTag: pulumi.String("string"),
RowType: pulumi.String("string"),
Service: pulumi.String("string"),
Columns: datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs{
Name: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
Resource: pulumi.String("string"),
},
CellDisplayModes: pulumi.StringArray{
pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetQueryTableDefinitionRequestFormulaArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
CellDisplayModeOptions: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs{
TrendType: pulumi.String("string"),
YScale: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
Limit: pulumi.Int(0),
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Order: pulumi.String("string"),
ProcessQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetQueryTableDefinitionRequestQueryArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
TextFormats: datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatArgs{
TextFormats: datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs{
Match: &datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs{
Type: pulumi.String("string"),
Value: pulumi.String("string"),
},
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
Palette: pulumi.String("string"),
Replace: &datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs{
Type: pulumi.String("string"),
With: pulumi.String("string"),
Substring: pulumi.String("string"),
},
},
},
},
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
QueryValueDefinition: &datadog.DashboardWidgetQueryValueDefinitionArgs{
Autoscale: pulumi.Bool(false),
CustomLinks: datadog.DashboardWidgetQueryValueDefinitionCustomLinkArray{
&datadog.DashboardWidgetQueryValueDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
CustomUnit: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Precision: pulumi.Int(0),
Requests: datadog.DashboardWidgetQueryValueDefinitionRequestArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetQueryValueDefinitionRequestFormulaArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetQueryValueDefinitionRequestQueryArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
TextAlign: pulumi.String("string"),
TimeseriesBackground: &datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs{
Type: pulumi.String("string"),
Yaxis: &datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
ScatterplotDefinition: &datadog.DashboardWidgetScatterplotDefinitionArgs{
ColorByGroups: pulumi.StringArray{
pulumi.String("string"),
},
CustomLinks: datadog.DashboardWidgetScatterplotDefinitionCustomLinkArray{
&datadog.DashboardWidgetScatterplotDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Request: &datadog.DashboardWidgetScatterplotDefinitionRequestArgs{
ScatterplotTables: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs{
Formulas: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs{
Dimension: pulumi.String("string"),
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
},
},
Queries: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs{
Computes: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
},
},
Xes: datadog.DashboardWidgetScatterplotDefinitionRequestXArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestXArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
Ys: datadog.DashboardWidgetScatterplotDefinitionRequestYArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestYArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Xaxis: &datadog.DashboardWidgetScatterplotDefinitionXaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
Yaxis: &datadog.DashboardWidgetScatterplotDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
SunburstDefinition: &datadog.DashboardWidgetSunburstDefinitionArgs{
CustomLinks: datadog.DashboardWidgetSunburstDefinitionCustomLinkArray{
&datadog.DashboardWidgetSunburstDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
HideTotal: pulumi.Bool(false),
LegendInline: &datadog.DashboardWidgetSunburstDefinitionLegendInlineArgs{
Type: pulumi.String("string"),
HidePercent: pulumi.Bool(false),
HideValue: pulumi.Bool(false),
},
LegendTable: &datadog.DashboardWidgetSunburstDefinitionLegendTableArgs{
Type: pulumi.String("string"),
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetSunburstDefinitionRequestArray{
&datadog.DashboardWidgetSunburstDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Formulas: datadog.DashboardWidgetSunburstDefinitionRequestFormulaArray{
&datadog.DashboardWidgetSunburstDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
NetworkQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetSunburstDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetSunburstDefinitionRequestQueryArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetSunburstDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TimeseriesDefinition: &datadog.DashboardWidgetTimeseriesDefinitionArgs{
CustomLinks: datadog.DashboardWidgetTimeseriesDefinitionCustomLinkArray{
&datadog.DashboardWidgetTimeseriesDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Events: datadog.DashboardWidgetTimeseriesDefinitionEventArray{
&datadog.DashboardWidgetTimeseriesDefinitionEventArgs{
Q: pulumi.String("string"),
TagsExecution: pulumi.String("string"),
},
},
LegendColumns: pulumi.StringArray{
pulumi.String("string"),
},
LegendLayout: pulumi.String("string"),
LegendSize: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Markers: datadog.DashboardWidgetTimeseriesDefinitionMarkerArray{
&datadog.DashboardWidgetTimeseriesDefinitionMarkerArgs{
Value: pulumi.String("string"),
DisplayType: pulumi.String("string"),
Label: pulumi.String("string"),
},
},
Requests: datadog.DashboardWidgetTimeseriesDefinitionRequestArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
DisplayType: pulumi.String("string"),
Formulas: datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Metadatas: datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataArgs{
Expression: pulumi.String("string"),
AliasName: pulumi.String("string"),
},
},
NetworkQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
OnRightYaxis: pulumi.Bool(false),
ProcessQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetTimeseriesDefinitionRequestStyleArgs{
LineType: pulumi.String("string"),
LineWidth: pulumi.String("string"),
Palette: pulumi.String("string"),
},
},
},
RightYaxis: &datadog.DashboardWidgetTimeseriesDefinitionRightYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
ShowLegend: pulumi.Bool(false),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Yaxis: &datadog.DashboardWidgetTimeseriesDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
ToplistDefinition: &datadog.DashboardWidgetToplistDefinitionArgs{
CustomLinks: datadog.DashboardWidgetToplistDefinitionCustomLinkArray{
&datadog.DashboardWidgetToplistDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetToplistDefinitionRequestArray{
&datadog.DashboardWidgetToplistDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetToplistDefinitionRequestFormulaArray{
&datadog.DashboardWidgetToplistDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetToplistDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetToplistDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetToplistDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetToplistDefinitionRequestQueryArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetToplistDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
Styles: datadog.DashboardWidgetToplistDefinitionStyleArray{
&datadog.DashboardWidgetToplistDefinitionStyleArgs{
Displays: datadog.DashboardWidgetToplistDefinitionStyleDisplayArray{
&datadog.DashboardWidgetToplistDefinitionStyleDisplayArgs{
Type: pulumi.String("string"),
},
},
Palette: pulumi.String("string"),
Scaling: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TreemapDefinition: &datadog.DashboardWidgetTreemapDefinitionArgs{
Requests: datadog.DashboardWidgetTreemapDefinitionRequestArray{
&datadog.DashboardWidgetTreemapDefinitionRequestArgs{
Formulas: datadog.DashboardWidgetTreemapDefinitionRequestFormulaArray{
&datadog.DashboardWidgetTreemapDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
Queries: datadog.DashboardWidgetTreemapDefinitionRequestQueryArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
},
},
Title: pulumi.String("string"),
},
},
SplitConfig: &datadog.DashboardWidgetSplitGraphDefinitionSplitConfigArgs{
Sort: &datadog.DashboardWidgetSplitGraphDefinitionSplitConfigSortArgs{
Order: pulumi.String("string"),
Compute: &datadog.DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeArgs{
Metric: pulumi.String("string"),
Aggregation: pulumi.String("string"),
},
},
SplitDimensions: &datadog.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsArgs{
OneGraphPer: pulumi.String("string"),
},
Limit: pulumi.Int(0),
StaticSplits: datadog.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitArray{
&datadog.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitArgs{
SplitVectors: datadog.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitSplitVectorArray{
&datadog.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitSplitVectorArgs{
TagKey: pulumi.String("string"),
TagValues: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
},
},
HasUniformYAxes: pulumi.Bool(false),
LiveSpan: pulumi.String("string"),
Title: pulumi.String("string"),
},
SunburstDefinition: &datadog.DashboardWidgetSunburstDefinitionArgs{
CustomLinks: datadog.DashboardWidgetSunburstDefinitionCustomLinkArray{
&datadog.DashboardWidgetSunburstDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
HideTotal: pulumi.Bool(false),
LegendInline: &datadog.DashboardWidgetSunburstDefinitionLegendInlineArgs{
Type: pulumi.String("string"),
HidePercent: pulumi.Bool(false),
HideValue: pulumi.Bool(false),
},
LegendTable: &datadog.DashboardWidgetSunburstDefinitionLegendTableArgs{
Type: pulumi.String("string"),
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetSunburstDefinitionRequestArray{
&datadog.DashboardWidgetSunburstDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Formulas: datadog.DashboardWidgetSunburstDefinitionRequestFormulaArray{
&datadog.DashboardWidgetSunburstDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
NetworkQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetSunburstDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetSunburstDefinitionRequestQueryArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetSunburstDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TimeseriesDefinition: &datadog.DashboardWidgetTimeseriesDefinitionArgs{
CustomLinks: datadog.DashboardWidgetTimeseriesDefinitionCustomLinkArray{
&datadog.DashboardWidgetTimeseriesDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Events: datadog.DashboardWidgetTimeseriesDefinitionEventArray{
&datadog.DashboardWidgetTimeseriesDefinitionEventArgs{
Q: pulumi.String("string"),
TagsExecution: pulumi.String("string"),
},
},
LegendColumns: pulumi.StringArray{
pulumi.String("string"),
},
LegendLayout: pulumi.String("string"),
LegendSize: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Markers: datadog.DashboardWidgetTimeseriesDefinitionMarkerArray{
&datadog.DashboardWidgetTimeseriesDefinitionMarkerArgs{
Value: pulumi.String("string"),
DisplayType: pulumi.String("string"),
Label: pulumi.String("string"),
},
},
Requests: datadog.DashboardWidgetTimeseriesDefinitionRequestArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
DisplayType: pulumi.String("string"),
Formulas: datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Metadatas: datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataArgs{
Expression: pulumi.String("string"),
AliasName: pulumi.String("string"),
},
},
NetworkQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
OnRightYaxis: pulumi.Bool(false),
ProcessQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetTimeseriesDefinitionRequestStyleArgs{
LineType: pulumi.String("string"),
LineWidth: pulumi.String("string"),
Palette: pulumi.String("string"),
},
},
},
RightYaxis: &datadog.DashboardWidgetTimeseriesDefinitionRightYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
ShowLegend: pulumi.Bool(false),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Yaxis: &datadog.DashboardWidgetTimeseriesDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
ToplistDefinition: &datadog.DashboardWidgetToplistDefinitionArgs{
CustomLinks: datadog.DashboardWidgetToplistDefinitionCustomLinkArray{
&datadog.DashboardWidgetToplistDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetToplistDefinitionRequestArray{
&datadog.DashboardWidgetToplistDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetToplistDefinitionRequestFormulaArray{
&datadog.DashboardWidgetToplistDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetToplistDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetToplistDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetToplistDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetToplistDefinitionRequestQueryArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetToplistDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
Styles: datadog.DashboardWidgetToplistDefinitionStyleArray{
&datadog.DashboardWidgetToplistDefinitionStyleArgs{
Displays: datadog.DashboardWidgetToplistDefinitionStyleDisplayArray{
&datadog.DashboardWidgetToplistDefinitionStyleDisplayArgs{
Type: pulumi.String("string"),
},
},
Palette: pulumi.String("string"),
Scaling: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TopologyMapDefinition: &datadog.DashboardWidgetTopologyMapDefinitionArgs{
CustomLinks: datadog.DashboardWidgetTopologyMapDefinitionCustomLinkArray{
&datadog.DashboardWidgetTopologyMapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Requests: datadog.DashboardWidgetTopologyMapDefinitionRequestArray{
&datadog.DashboardWidgetTopologyMapDefinitionRequestArgs{
Queries: datadog.DashboardWidgetTopologyMapDefinitionRequestQueryArray{
&datadog.DashboardWidgetTopologyMapDefinitionRequestQueryArgs{
DataSource: pulumi.String("string"),
Filters: pulumi.StringArray{
pulumi.String("string"),
},
Service: pulumi.String("string"),
},
},
RequestType: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TraceServiceDefinition: &datadog.DashboardWidgetTraceServiceDefinitionArgs{
Service: pulumi.String("string"),
Env: pulumi.String("string"),
SpanName: pulumi.String("string"),
ShowErrors: pulumi.Bool(false),
ShowBreakdown: pulumi.Bool(false),
ShowDistribution: pulumi.Bool(false),
DisplayFormat: pulumi.String("string"),
ShowHits: pulumi.Bool(false),
ShowLatency: pulumi.Bool(false),
ShowResourceList: pulumi.Bool(false),
SizeFormat: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TreemapDefinition: &datadog.DashboardWidgetTreemapDefinitionArgs{
Requests: datadog.DashboardWidgetTreemapDefinitionRequestArray{
&datadog.DashboardWidgetTreemapDefinitionRequestArgs{
Formulas: datadog.DashboardWidgetTreemapDefinitionRequestFormulaArray{
&datadog.DashboardWidgetTreemapDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
Queries: datadog.DashboardWidgetTreemapDefinitionRequestQueryArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
},
},
Title: pulumi.String("string"),
},
WidgetLayout: &datadog.DashboardWidgetGroupDefinitionWidgetWidgetLayoutArgs{
Height: pulumi.Int(0),
Width: pulumi.Int(0),
X: pulumi.Int(0),
Y: pulumi.Int(0),
IsColumnBreak: pulumi.Bool(false),
},
},
},
},
HeatmapDefinition: &datadog.DashboardWidgetHeatmapDefinitionArgs{
CustomLinks: datadog.DashboardWidgetHeatmapDefinitionCustomLinkArray{
&datadog.DashboardWidgetHeatmapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Events: datadog.DashboardWidgetHeatmapDefinitionEventArray{
&datadog.DashboardWidgetHeatmapDefinitionEventArgs{
Q: pulumi.String("string"),
TagsExecution: pulumi.String("string"),
},
},
LegendSize: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetHeatmapDefinitionRequestArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Formulas: datadog.DashboardWidgetHeatmapDefinitionRequestFormulaArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetHeatmapDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetHeatmapDefinitionRequestQueryArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetHeatmapDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetHeatmapDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
ShowLegend: pulumi.Bool(false),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Yaxis: &datadog.DashboardWidgetHeatmapDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
HostmapDefinition: &datadog.DashboardWidgetHostmapDefinitionArgs{
CustomLinks: datadog.DashboardWidgetHostmapDefinitionCustomLinkArray{
&datadog.DashboardWidgetHostmapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Groups: pulumi.StringArray{
pulumi.String("string"),
},
NoGroupHosts: pulumi.Bool(false),
NoMetricHosts: pulumi.Bool(false),
NodeType: pulumi.String("string"),
Request: &datadog.DashboardWidgetHostmapDefinitionRequestArgs{
Fills: datadog.DashboardWidgetHostmapDefinitionRequestFillArray{
&datadog.DashboardWidgetHostmapDefinitionRequestFillArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetHostmapDefinitionRequestFillProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
Sizes: datadog.DashboardWidgetHostmapDefinitionRequestSizeArray{
&datadog.DashboardWidgetHostmapDefinitionRequestSizeArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
},
Scopes: pulumi.StringArray{
pulumi.String("string"),
},
Style: &datadog.DashboardWidgetHostmapDefinitionStyleArgs{
FillMax: pulumi.String("string"),
FillMin: pulumi.String("string"),
Palette: pulumi.String("string"),
PaletteFlip: pulumi.Bool(false),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
Id: pulumi.Int(0),
IframeDefinition: &datadog.DashboardWidgetIframeDefinitionArgs{
Url: pulumi.String("string"),
},
ImageDefinition: &datadog.DashboardWidgetImageDefinitionArgs{
Url: pulumi.String("string"),
HasBackground: pulumi.Bool(false),
HasBorder: pulumi.Bool(false),
HorizontalAlign: pulumi.String("string"),
Margin: pulumi.String("string"),
Sizing: pulumi.String("string"),
UrlDarkTheme: pulumi.String("string"),
VerticalAlign: pulumi.String("string"),
},
ListStreamDefinition: &datadog.DashboardWidgetListStreamDefinitionArgs{
Requests: datadog.DashboardWidgetListStreamDefinitionRequestArray{
&datadog.DashboardWidgetListStreamDefinitionRequestArgs{
Columns: datadog.DashboardWidgetListStreamDefinitionRequestColumnArray{
&datadog.DashboardWidgetListStreamDefinitionRequestColumnArgs{
Field: pulumi.String("string"),
Width: pulumi.String("string"),
},
},
Query: &datadog.DashboardWidgetListStreamDefinitionRequestQueryArgs{
DataSource: pulumi.String("string"),
ClusteringPatternFieldPath: pulumi.String("string"),
EventSize: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetListStreamDefinitionRequestQueryGroupByArray{
&datadog.DashboardWidgetListStreamDefinitionRequestQueryGroupByArgs{
Facet: pulumi.String("string"),
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
QueryString: pulumi.String("string"),
Sort: &datadog.DashboardWidgetListStreamDefinitionRequestQuerySortArgs{
Column: pulumi.String("string"),
Order: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
ResponseFormat: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
LogStreamDefinition: &datadog.DashboardWidgetLogStreamDefinitionArgs{
Columns: pulumi.StringArray{
pulumi.String("string"),
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
LiveSpan: pulumi.String("string"),
MessageDisplay: pulumi.String("string"),
Query: pulumi.String("string"),
ShowDateColumn: pulumi.Bool(false),
ShowMessageColumn: pulumi.Bool(false),
Sort: &datadog.DashboardWidgetLogStreamDefinitionSortArgs{
Column: pulumi.String("string"),
Order: pulumi.String("string"),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
ManageStatusDefinition: &datadog.DashboardWidgetManageStatusDefinitionArgs{
Query: pulumi.String("string"),
ColorPreference: pulumi.String("string"),
DisplayFormat: pulumi.String("string"),
HideZeroCounts: pulumi.Bool(false),
ShowLastTriggered: pulumi.Bool(false),
ShowPriority: pulumi.Bool(false),
Sort: pulumi.String("string"),
SummaryType: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
NoteDefinition: &datadog.DashboardWidgetNoteDefinitionArgs{
Content: pulumi.String("string"),
BackgroundColor: pulumi.String("string"),
FontSize: pulumi.String("string"),
HasPadding: pulumi.Bool(false),
ShowTick: pulumi.Bool(false),
TextAlign: pulumi.String("string"),
TickEdge: pulumi.String("string"),
TickPos: pulumi.String("string"),
VerticalAlign: pulumi.String("string"),
},
PowerpackDefinition: &datadog.DashboardWidgetPowerpackDefinitionArgs{
PowerpackId: pulumi.String("string"),
BackgroundColor: pulumi.String("string"),
BannerImg: pulumi.String("string"),
ShowTitle: pulumi.Bool(false),
TemplateVariables: &datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesArgs{
ControlledByPowerpacks: datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArray{
&datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArgs{
Name: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
Prefix: pulumi.String("string"),
},
},
ControlledExternallies: datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArray{
&datadog.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArgs{
Name: pulumi.String("string"),
Values: pulumi.StringArray{
pulumi.String("string"),
},
Prefix: pulumi.String("string"),
},
},
},
Title: pulumi.String("string"),
},
QueryTableDefinition: &datadog.DashboardWidgetQueryTableDefinitionArgs{
CustomLinks: datadog.DashboardWidgetQueryTableDefinitionCustomLinkArray{
&datadog.DashboardWidgetQueryTableDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
HasSearchBar: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetQueryTableDefinitionRequestArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestArgs{
Aggregator: pulumi.String("string"),
Alias: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ApmStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs{
Env: pulumi.String("string"),
Name: pulumi.String("string"),
PrimaryTag: pulumi.String("string"),
RowType: pulumi.String("string"),
Service: pulumi.String("string"),
Columns: datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs{
Name: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
Resource: pulumi.String("string"),
},
CellDisplayModes: pulumi.StringArray{
pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetQueryTableDefinitionRequestFormulaArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
CellDisplayModeOptions: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs{
TrendType: pulumi.String("string"),
YScale: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
Limit: pulumi.Int(0),
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Order: pulumi.String("string"),
ProcessQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetQueryTableDefinitionRequestQueryArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
TextFormats: datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatArgs{
TextFormats: datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs{
Match: &datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs{
Type: pulumi.String("string"),
Value: pulumi.String("string"),
},
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
Palette: pulumi.String("string"),
Replace: &datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs{
Type: pulumi.String("string"),
With: pulumi.String("string"),
Substring: pulumi.String("string"),
},
},
},
},
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
QueryValueDefinition: &datadog.DashboardWidgetQueryValueDefinitionArgs{
Autoscale: pulumi.Bool(false),
CustomLinks: datadog.DashboardWidgetQueryValueDefinitionCustomLinkArray{
&datadog.DashboardWidgetQueryValueDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
CustomUnit: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Precision: pulumi.Int(0),
Requests: datadog.DashboardWidgetQueryValueDefinitionRequestArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetQueryValueDefinitionRequestFormulaArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetQueryValueDefinitionRequestQueryArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
TextAlign: pulumi.String("string"),
TimeseriesBackground: &datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs{
Type: pulumi.String("string"),
Yaxis: &datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
RunWorkflowDefinition: &datadog.DashboardWidgetRunWorkflowDefinitionArgs{
WorkflowId: pulumi.String("string"),
CustomLinks: datadog.DashboardWidgetRunWorkflowDefinitionCustomLinkArray{
&datadog.DashboardWidgetRunWorkflowDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Inputs: datadog.DashboardWidgetRunWorkflowDefinitionInputTypeArray{
&datadog.DashboardWidgetRunWorkflowDefinitionInputTypeArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
ScatterplotDefinition: &datadog.DashboardWidgetScatterplotDefinitionArgs{
ColorByGroups: pulumi.StringArray{
pulumi.String("string"),
},
CustomLinks: datadog.DashboardWidgetScatterplotDefinitionCustomLinkArray{
&datadog.DashboardWidgetScatterplotDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Request: &datadog.DashboardWidgetScatterplotDefinitionRequestArgs{
ScatterplotTables: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs{
Formulas: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs{
Dimension: pulumi.String("string"),
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
},
},
Queries: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs{
Computes: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
},
},
Xes: datadog.DashboardWidgetScatterplotDefinitionRequestXArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestXArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
Ys: datadog.DashboardWidgetScatterplotDefinitionRequestYArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestYArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Xaxis: &datadog.DashboardWidgetScatterplotDefinitionXaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
Yaxis: &datadog.DashboardWidgetScatterplotDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
ServiceLevelObjectiveDefinition: &datadog.DashboardWidgetServiceLevelObjectiveDefinitionArgs{
SloId: pulumi.String("string"),
TimeWindows: pulumi.StringArray{
pulumi.String("string"),
},
ViewMode: pulumi.String("string"),
ViewType: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
GlobalTimeTarget: pulumi.String("string"),
ShowErrorBudget: pulumi.Bool(false),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
ServicemapDefinition: &datadog.DashboardWidgetServicemapDefinitionArgs{
Filters: pulumi.StringArray{
pulumi.String("string"),
},
Service: pulumi.String("string"),
CustomLinks: datadog.DashboardWidgetServicemapDefinitionCustomLinkArray{
&datadog.DashboardWidgetServicemapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
SloListDefinition: &datadog.DashboardWidgetSloListDefinitionArgs{
Request: &datadog.DashboardWidgetSloListDefinitionRequestArgs{
Query: &datadog.DashboardWidgetSloListDefinitionRequestQueryArgs{
QueryString: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetSloListDefinitionRequestQuerySortArgs{
Column: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
RequestType: pulumi.String("string"),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
SplitGraphDefinition: &datadog.DashboardWidgetSplitGraphDefinitionArgs{
Size: pulumi.String("string"),
SourceWidgetDefinition: &datadog.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionArgs{
ChangeDefinition: &datadog.DashboardWidgetChangeDefinitionArgs{
CustomLinks: datadog.DashboardWidgetChangeDefinitionCustomLinkArray{
&datadog.DashboardWidgetChangeDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetChangeDefinitionRequestArray{
&datadog.DashboardWidgetChangeDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ChangeType: pulumi.String("string"),
CompareTo: pulumi.String("string"),
Formulas: datadog.DashboardWidgetChangeDefinitionRequestFormulaArray{
&datadog.DashboardWidgetChangeDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetChangeDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetChangeDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
IncreaseGood: pulumi.Bool(false),
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
OrderBy: pulumi.String("string"),
OrderDir: pulumi.String("string"),
ProcessQuery: &datadog.DashboardWidgetChangeDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetChangeDefinitionRequestQueryArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ShowPresent: pulumi.Bool(false),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
GeomapDefinition: &datadog.DashboardWidgetGeomapDefinitionArgs{
View: &datadog.DashboardWidgetGeomapDefinitionViewArgs{
Focus: pulumi.String("string"),
},
CustomLinks: datadog.DashboardWidgetGeomapDefinitionCustomLinkArray{
&datadog.DashboardWidgetGeomapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetGeomapDefinitionRequestArray{
&datadog.DashboardWidgetGeomapDefinitionRequestArgs{
Formulas: datadog.DashboardWidgetGeomapDefinitionRequestFormulaArray{
&datadog.DashboardWidgetGeomapDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetGeomapDefinitionRequestQueryArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
Style: &datadog.DashboardWidgetGeomapDefinitionStyleArgs{
Palette: pulumi.String("string"),
PaletteFlip: pulumi.Bool(false),
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
QueryTableDefinition: &datadog.DashboardWidgetQueryTableDefinitionArgs{
CustomLinks: datadog.DashboardWidgetQueryTableDefinitionCustomLinkArray{
&datadog.DashboardWidgetQueryTableDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
HasSearchBar: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetQueryTableDefinitionRequestArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestArgs{
Aggregator: pulumi.String("string"),
Alias: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ApmStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs{
Env: pulumi.String("string"),
Name: pulumi.String("string"),
PrimaryTag: pulumi.String("string"),
RowType: pulumi.String("string"),
Service: pulumi.String("string"),
Columns: datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs{
Name: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
Resource: pulumi.String("string"),
},
CellDisplayModes: pulumi.StringArray{
pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetQueryTableDefinitionRequestFormulaArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
CellDisplayModeOptions: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs{
TrendType: pulumi.String("string"),
YScale: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
Limit: pulumi.Int(0),
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Order: pulumi.String("string"),
ProcessQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetQueryTableDefinitionRequestQueryArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
TextFormats: datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatArgs{
TextFormats: datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArray{
&datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs{
Match: &datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs{
Type: pulumi.String("string"),
Value: pulumi.String("string"),
},
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
Palette: pulumi.String("string"),
Replace: &datadog.DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs{
Type: pulumi.String("string"),
With: pulumi.String("string"),
Substring: pulumi.String("string"),
},
},
},
},
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
QueryValueDefinition: &datadog.DashboardWidgetQueryValueDefinitionArgs{
Autoscale: pulumi.Bool(false),
CustomLinks: datadog.DashboardWidgetQueryValueDefinitionCustomLinkArray{
&datadog.DashboardWidgetQueryValueDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
CustomUnit: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Precision: pulumi.Int(0),
Requests: datadog.DashboardWidgetQueryValueDefinitionRequestArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetQueryValueDefinitionRequestFormulaArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetQueryValueDefinitionRequestQueryArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
TextAlign: pulumi.String("string"),
TimeseriesBackground: &datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs{
Type: pulumi.String("string"),
Yaxis: &datadog.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
ScatterplotDefinition: &datadog.DashboardWidgetScatterplotDefinitionArgs{
ColorByGroups: pulumi.StringArray{
pulumi.String("string"),
},
CustomLinks: datadog.DashboardWidgetScatterplotDefinitionCustomLinkArray{
&datadog.DashboardWidgetScatterplotDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Request: &datadog.DashboardWidgetScatterplotDefinitionRequestArgs{
ScatterplotTables: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs{
Formulas: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs{
Dimension: pulumi.String("string"),
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
},
},
Queries: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs{
Computes: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
},
},
Xes: datadog.DashboardWidgetScatterplotDefinitionRequestXArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestXArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
Ys: datadog.DashboardWidgetScatterplotDefinitionRequestYArray{
&datadog.DashboardWidgetScatterplotDefinitionRequestYArgs{
Aggregator: pulumi.String("string"),
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Xaxis: &datadog.DashboardWidgetScatterplotDefinitionXaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
Yaxis: &datadog.DashboardWidgetScatterplotDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
SunburstDefinition: &datadog.DashboardWidgetSunburstDefinitionArgs{
CustomLinks: datadog.DashboardWidgetSunburstDefinitionCustomLinkArray{
&datadog.DashboardWidgetSunburstDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
HideTotal: pulumi.Bool(false),
LegendInline: &datadog.DashboardWidgetSunburstDefinitionLegendInlineArgs{
Type: pulumi.String("string"),
HidePercent: pulumi.Bool(false),
HideValue: pulumi.Bool(false),
},
LegendTable: &datadog.DashboardWidgetSunburstDefinitionLegendTableArgs{
Type: pulumi.String("string"),
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetSunburstDefinitionRequestArray{
&datadog.DashboardWidgetSunburstDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Formulas: datadog.DashboardWidgetSunburstDefinitionRequestFormulaArray{
&datadog.DashboardWidgetSunburstDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
NetworkQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetSunburstDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetSunburstDefinitionRequestQueryArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetSunburstDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TimeseriesDefinition: &datadog.DashboardWidgetTimeseriesDefinitionArgs{
CustomLinks: datadog.DashboardWidgetTimeseriesDefinitionCustomLinkArray{
&datadog.DashboardWidgetTimeseriesDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Events: datadog.DashboardWidgetTimeseriesDefinitionEventArray{
&datadog.DashboardWidgetTimeseriesDefinitionEventArgs{
Q: pulumi.String("string"),
TagsExecution: pulumi.String("string"),
},
},
LegendColumns: pulumi.StringArray{
pulumi.String("string"),
},
LegendLayout: pulumi.String("string"),
LegendSize: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Markers: datadog.DashboardWidgetTimeseriesDefinitionMarkerArray{
&datadog.DashboardWidgetTimeseriesDefinitionMarkerArgs{
Value: pulumi.String("string"),
DisplayType: pulumi.String("string"),
Label: pulumi.String("string"),
},
},
Requests: datadog.DashboardWidgetTimeseriesDefinitionRequestArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
DisplayType: pulumi.String("string"),
Formulas: datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Metadatas: datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataArgs{
Expression: pulumi.String("string"),
AliasName: pulumi.String("string"),
},
},
NetworkQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
OnRightYaxis: pulumi.Bool(false),
ProcessQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetTimeseriesDefinitionRequestStyleArgs{
LineType: pulumi.String("string"),
LineWidth: pulumi.String("string"),
Palette: pulumi.String("string"),
},
},
},
RightYaxis: &datadog.DashboardWidgetTimeseriesDefinitionRightYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
ShowLegend: pulumi.Bool(false),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Yaxis: &datadog.DashboardWidgetTimeseriesDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
ToplistDefinition: &datadog.DashboardWidgetToplistDefinitionArgs{
CustomLinks: datadog.DashboardWidgetToplistDefinitionCustomLinkArray{
&datadog.DashboardWidgetToplistDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetToplistDefinitionRequestArray{
&datadog.DashboardWidgetToplistDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetToplistDefinitionRequestFormulaArray{
&datadog.DashboardWidgetToplistDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetToplistDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetToplistDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetToplistDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetToplistDefinitionRequestQueryArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetToplistDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
Styles: datadog.DashboardWidgetToplistDefinitionStyleArray{
&datadog.DashboardWidgetToplistDefinitionStyleArgs{
Displays: datadog.DashboardWidgetToplistDefinitionStyleDisplayArray{
&datadog.DashboardWidgetToplistDefinitionStyleDisplayArgs{
Type: pulumi.String("string"),
},
},
Palette: pulumi.String("string"),
Scaling: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TreemapDefinition: &datadog.DashboardWidgetTreemapDefinitionArgs{
Requests: datadog.DashboardWidgetTreemapDefinitionRequestArray{
&datadog.DashboardWidgetTreemapDefinitionRequestArgs{
Formulas: datadog.DashboardWidgetTreemapDefinitionRequestFormulaArray{
&datadog.DashboardWidgetTreemapDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
Queries: datadog.DashboardWidgetTreemapDefinitionRequestQueryArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
},
},
Title: pulumi.String("string"),
},
},
SplitConfig: &datadog.DashboardWidgetSplitGraphDefinitionSplitConfigArgs{
Sort: &datadog.DashboardWidgetSplitGraphDefinitionSplitConfigSortArgs{
Order: pulumi.String("string"),
Compute: &datadog.DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeArgs{
Metric: pulumi.String("string"),
Aggregation: pulumi.String("string"),
},
},
SplitDimensions: &datadog.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsArgs{
OneGraphPer: pulumi.String("string"),
},
Limit: pulumi.Int(0),
StaticSplits: datadog.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitArray{
&datadog.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitArgs{
SplitVectors: datadog.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitSplitVectorArray{
&datadog.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitSplitVectorArgs{
TagKey: pulumi.String("string"),
TagValues: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
},
},
HasUniformYAxes: pulumi.Bool(false),
LiveSpan: pulumi.String("string"),
Title: pulumi.String("string"),
},
SunburstDefinition: &datadog.DashboardWidgetSunburstDefinitionArgs{
CustomLinks: datadog.DashboardWidgetSunburstDefinitionCustomLinkArray{
&datadog.DashboardWidgetSunburstDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
HideTotal: pulumi.Bool(false),
LegendInline: &datadog.DashboardWidgetSunburstDefinitionLegendInlineArgs{
Type: pulumi.String("string"),
HidePercent: pulumi.Bool(false),
HideValue: pulumi.Bool(false),
},
LegendTable: &datadog.DashboardWidgetSunburstDefinitionLegendTableArgs{
Type: pulumi.String("string"),
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetSunburstDefinitionRequestArray{
&datadog.DashboardWidgetSunburstDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Formulas: datadog.DashboardWidgetSunburstDefinitionRequestFormulaArray{
&datadog.DashboardWidgetSunburstDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
NetworkQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetSunburstDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetSunburstDefinitionRequestQueryArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetSunburstDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TimeseriesDefinition: &datadog.DashboardWidgetTimeseriesDefinitionArgs{
CustomLinks: datadog.DashboardWidgetTimeseriesDefinitionCustomLinkArray{
&datadog.DashboardWidgetTimeseriesDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Events: datadog.DashboardWidgetTimeseriesDefinitionEventArray{
&datadog.DashboardWidgetTimeseriesDefinitionEventArgs{
Q: pulumi.String("string"),
TagsExecution: pulumi.String("string"),
},
},
LegendColumns: pulumi.StringArray{
pulumi.String("string"),
},
LegendLayout: pulumi.String("string"),
LegendSize: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Markers: datadog.DashboardWidgetTimeseriesDefinitionMarkerArray{
&datadog.DashboardWidgetTimeseriesDefinitionMarkerArgs{
Value: pulumi.String("string"),
DisplayType: pulumi.String("string"),
Label: pulumi.String("string"),
},
},
Requests: datadog.DashboardWidgetTimeseriesDefinitionRequestArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
DisplayType: pulumi.String("string"),
Formulas: datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Metadatas: datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestMetadataArgs{
Expression: pulumi.String("string"),
AliasName: pulumi.String("string"),
},
},
NetworkQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
OnRightYaxis: pulumi.Bool(false),
ProcessQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetTimeseriesDefinitionRequestStyleArgs{
LineType: pulumi.String("string"),
LineWidth: pulumi.String("string"),
Palette: pulumi.String("string"),
},
},
},
RightYaxis: &datadog.DashboardWidgetTimeseriesDefinitionRightYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
ShowLegend: pulumi.Bool(false),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
Yaxis: &datadog.DashboardWidgetTimeseriesDefinitionYaxisArgs{
IncludeZero: pulumi.Bool(false),
Label: pulumi.String("string"),
Max: pulumi.String("string"),
Min: pulumi.String("string"),
Scale: pulumi.String("string"),
},
},
ToplistDefinition: &datadog.DashboardWidgetToplistDefinitionArgs{
CustomLinks: datadog.DashboardWidgetToplistDefinitionCustomLinkArray{
&datadog.DashboardWidgetToplistDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
LiveSpan: pulumi.String("string"),
Requests: datadog.DashboardWidgetToplistDefinitionRequestArray{
&datadog.DashboardWidgetToplistDefinitionRequestArgs{
ApmQuery: &datadog.DashboardWidgetApmQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetApmQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetApmQueryGroupByArray{
&datadog.DashboardWidgetApmQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetApmQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetApmQueryMultiComputeArray{
&datadog.DashboardWidgetApmQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
AuditQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArray{
&datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArray{
&datadog.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ConditionalFormats: datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatArray{
&datadog.DashboardWidgetToplistDefinitionRequestConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Formulas: datadog.DashboardWidgetToplistDefinitionRequestFormulaArray{
&datadog.DashboardWidgetToplistDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetToplistDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetToplistDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
LogQuery: &datadog.DashboardWidgetLogQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetLogQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetLogQueryGroupByArray{
&datadog.DashboardWidgetLogQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetLogQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetLogQueryMultiComputeArray{
&datadog.DashboardWidgetLogQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetToplistDefinitionRequestProcessQueryArgs{
Metric: pulumi.String("string"),
FilterBies: pulumi.StringArray{
pulumi.String("string"),
},
Limit: pulumi.Int(0),
SearchBy: pulumi.String("string"),
},
Q: pulumi.String("string"),
Queries: datadog.DashboardWidgetToplistDefinitionRequestQueryArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
RumQuery: &datadog.DashboardWidgetRumQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetRumQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetRumQueryGroupByArray{
&datadog.DashboardWidgetRumQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetRumQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetRumQueryMultiComputeArray{
&datadog.DashboardWidgetRumQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
SecurityQuery: &datadog.DashboardWidgetSecurityQueryArgs{
Index: pulumi.String("string"),
ComputeQuery: &datadog.DashboardWidgetSecurityQueryComputeQueryArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
GroupBies: datadog.DashboardWidgetSecurityQueryGroupByArray{
&datadog.DashboardWidgetSecurityQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
SortQuery: &datadog.DashboardWidgetSecurityQueryGroupBySortQueryArgs{
Aggregation: pulumi.String("string"),
Order: pulumi.String("string"),
Facet: pulumi.String("string"),
},
},
},
MultiComputes: datadog.DashboardWidgetSecurityQueryMultiComputeArray{
&datadog.DashboardWidgetSecurityQueryMultiComputeArgs{
Aggregation: pulumi.String("string"),
Facet: pulumi.String("string"),
Interval: pulumi.Int(0),
},
},
SearchQuery: pulumi.String("string"),
},
Style: &datadog.DashboardWidgetToplistDefinitionRequestStyleArgs{
Palette: pulumi.String("string"),
},
},
},
Styles: datadog.DashboardWidgetToplistDefinitionStyleArray{
&datadog.DashboardWidgetToplistDefinitionStyleArgs{
Displays: datadog.DashboardWidgetToplistDefinitionStyleDisplayArray{
&datadog.DashboardWidgetToplistDefinitionStyleDisplayArgs{
Type: pulumi.String("string"),
},
},
Palette: pulumi.String("string"),
Scaling: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TopologyMapDefinition: &datadog.DashboardWidgetTopologyMapDefinitionArgs{
CustomLinks: datadog.DashboardWidgetTopologyMapDefinitionCustomLinkArray{
&datadog.DashboardWidgetTopologyMapDefinitionCustomLinkArgs{
IsHidden: pulumi.Bool(false),
Label: pulumi.String("string"),
Link: pulumi.String("string"),
OverrideLabel: pulumi.String("string"),
},
},
Requests: datadog.DashboardWidgetTopologyMapDefinitionRequestArray{
&datadog.DashboardWidgetTopologyMapDefinitionRequestArgs{
Queries: datadog.DashboardWidgetTopologyMapDefinitionRequestQueryArray{
&datadog.DashboardWidgetTopologyMapDefinitionRequestQueryArgs{
DataSource: pulumi.String("string"),
Filters: pulumi.StringArray{
pulumi.String("string"),
},
Service: pulumi.String("string"),
},
},
RequestType: pulumi.String("string"),
},
},
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TraceServiceDefinition: &datadog.DashboardWidgetTraceServiceDefinitionArgs{
Service: pulumi.String("string"),
Env: pulumi.String("string"),
SpanName: pulumi.String("string"),
ShowErrors: pulumi.Bool(false),
ShowBreakdown: pulumi.Bool(false),
ShowDistribution: pulumi.Bool(false),
DisplayFormat: pulumi.String("string"),
ShowHits: pulumi.Bool(false),
ShowLatency: pulumi.Bool(false),
ShowResourceList: pulumi.Bool(false),
SizeFormat: pulumi.String("string"),
LiveSpan: pulumi.String("string"),
Title: pulumi.String("string"),
TitleAlign: pulumi.String("string"),
TitleSize: pulumi.String("string"),
},
TreemapDefinition: &datadog.DashboardWidgetTreemapDefinitionArgs{
Requests: datadog.DashboardWidgetTreemapDefinitionRequestArray{
&datadog.DashboardWidgetTreemapDefinitionRequestArgs{
Formulas: datadog.DashboardWidgetTreemapDefinitionRequestFormulaArray{
&datadog.DashboardWidgetTreemapDefinitionRequestFormulaArgs{
FormulaExpression: pulumi.String("string"),
Alias: pulumi.String("string"),
CellDisplayMode: pulumi.String("string"),
ConditionalFormats: datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArray{
&datadog.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs{
Comparator: pulumi.String("string"),
Palette: pulumi.String("string"),
Value: pulumi.Float64(0),
CustomBgColor: pulumi.String("string"),
CustomFgColor: pulumi.String("string"),
HideValue: pulumi.Bool(false),
ImageUrl: pulumi.String("string"),
Metric: pulumi.String("string"),
Timeframe: pulumi.String("string"),
},
},
Limit: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs{
Count: pulumi.Int(0),
Order: pulumi.String("string"),
},
NumberFormat: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs{
Unit: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs{
Canonical: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs{
UnitName: pulumi.String("string"),
PerUnitName: pulumi.String("string"),
},
Custom: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs{
Label: pulumi.String("string"),
},
},
UnitScale: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs{
UnitName: pulumi.String("string"),
},
},
Style: &datadog.DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs{
Palette: pulumi.String("string"),
PaletteIndex: pulumi.Int(0),
},
},
},
Queries: datadog.DashboardWidgetTreemapDefinitionRequestQueryArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryArgs{
ApmDependencyStatsQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
OperationName: pulumi.String("string"),
ResourceName: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsUpstream: pulumi.Bool(false),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
},
ApmResourceStatsQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs{
DataSource: pulumi.String("string"),
Env: pulumi.String("string"),
Name: pulumi.String("string"),
Service: pulumi.String("string"),
Stat: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: pulumi.StringArray{
pulumi.String("string"),
},
OperationName: pulumi.String("string"),
PrimaryTagName: pulumi.String("string"),
PrimaryTagValue: pulumi.String("string"),
ResourceName: pulumi.String("string"),
},
CloudCostQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs{
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
},
EventQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs{
Computes: datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs{
Aggregation: pulumi.String("string"),
Interval: pulumi.Int(0),
Metric: pulumi.String("string"),
},
},
DataSource: pulumi.String("string"),
Name: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupBies: datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArray{
&datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs{
Facet: pulumi.String("string"),
Limit: pulumi.Int(0),
Sort: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs{
Aggregation: pulumi.String("string"),
Metric: pulumi.String("string"),
Order: pulumi.String("string"),
},
},
},
Indexes: pulumi.StringArray{
pulumi.String("string"),
},
Search: &datadog.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs{
Query: pulumi.String("string"),
},
Storage: pulumi.String("string"),
},
MetricQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs{
Name: pulumi.String("string"),
Query: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
DataSource: pulumi.String("string"),
},
ProcessQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs{
DataSource: pulumi.String("string"),
Metric: pulumi.String("string"),
Name: pulumi.String("string"),
Aggregator: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
IsNormalizedCpu: pulumi.Bool(false),
Limit: pulumi.Int(0),
Sort: pulumi.String("string"),
TagFilters: pulumi.StringArray{
pulumi.String("string"),
},
TextFilter: pulumi.String("string"),
},
SloQuery: &datadog.DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs{
DataSource: pulumi.String("string"),
Measure: pulumi.String("string"),
SloId: pulumi.String("string"),
AdditionalQueryFilters: pulumi.String("string"),
CrossOrgUuids: pulumi.String("string"),
GroupMode: pulumi.String("string"),
Name: pulumi.String("string"),
SloQueryType: pulumi.String("string"),
},
},
},
},
},
Title: pulumi.String("string"),
},
WidgetLayout: &datadog.DashboardWidgetWidgetLayoutArgs{
Height: pulumi.Int(0),
Width: pulumi.Int(0),
X: pulumi.Int(0),
Y: pulumi.Int(0),
IsColumnBreak: pulumi.Bool(false),
},
},
},
})
var dashboardResource = new Dashboard("dashboardResource", DashboardArgs.builder()
.layoutType("string")
.title("string")
.restrictedRoles("string")
.notifyLists("string")
.reflowType("string")
.dashboardLists(0)
.tags("string")
.templateVariablePresets(DashboardTemplateVariablePresetArgs.builder()
.name("string")
.templateVariables(DashboardTemplateVariablePresetTemplateVariableArgs.builder()
.name("string")
.values("string")
.build())
.build())
.templateVariables(DashboardTemplateVariableArgs.builder()
.name("string")
.availableValues("string")
.defaults("string")
.prefix("string")
.build())
.description("string")
.url("string")
.widgets(DashboardWidgetArgs.builder()
.alertGraphDefinition(DashboardWidgetAlertGraphDefinitionArgs.builder()
.alertId("string")
.vizType("string")
.liveSpan("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.alertValueDefinition(DashboardWidgetAlertValueDefinitionArgs.builder()
.alertId("string")
.precision(0)
.textAlign("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.unit("string")
.build())
.changeDefinition(DashboardWidgetChangeDefinitionArgs.builder()
.customLinks(DashboardWidgetChangeDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetChangeDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.changeType("string")
.compareTo("string")
.formulas(DashboardWidgetChangeDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetChangeDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetChangeDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.increaseGood(false)
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.orderBy("string")
.orderDir("string")
.processQuery(DashboardWidgetChangeDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetChangeDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.showPresent(false)
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.checkStatusDefinition(DashboardWidgetCheckStatusDefinitionArgs.builder()
.check("string")
.grouping("string")
.group("string")
.groupBies("string")
.liveSpan("string")
.tags("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.distributionDefinition(DashboardWidgetDistributionDefinitionArgs.builder()
.legendSize("string")
.liveSpan("string")
.requests(DashboardWidgetDistributionDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.apmStatsQuery(DashboardWidgetDistributionDefinitionRequestApmStatsQueryArgs.builder()
.env("string")
.name("string")
.primaryTag("string")
.rowType("string")
.service("string")
.columns(DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnArgs.builder()
.name("string")
.alias("string")
.cellDisplayMode("string")
.order("string")
.build())
.resource("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetDistributionDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetDistributionDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.showLegend(false)
.title("string")
.titleAlign("string")
.titleSize("string")
.xaxis(DashboardWidgetDistributionDefinitionXaxisArgs.builder()
.includeZero(false)
.max("string")
.min("string")
.scale("string")
.build())
.yaxis(DashboardWidgetDistributionDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.eventStreamDefinition(DashboardWidgetEventStreamDefinitionArgs.builder()
.query("string")
.eventSize("string")
.liveSpan("string")
.tagsExecution("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.eventTimelineDefinition(DashboardWidgetEventTimelineDefinitionArgs.builder()
.query("string")
.liveSpan("string")
.tagsExecution("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.freeTextDefinition(DashboardWidgetFreeTextDefinitionArgs.builder()
.text("string")
.color("string")
.fontSize("string")
.textAlign("string")
.build())
.geomapDefinition(DashboardWidgetGeomapDefinitionArgs.builder()
.view(DashboardWidgetGeomapDefinitionViewArgs.builder()
.focus("string")
.build())
.customLinks(DashboardWidgetGeomapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetGeomapDefinitionRequestArgs.builder()
.formulas(DashboardWidgetGeomapDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.q("string")
.queries(DashboardWidgetGeomapDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.style(DashboardWidgetGeomapDefinitionStyleArgs.builder()
.palette("string")
.paletteFlip(false)
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.groupDefinition(DashboardWidgetGroupDefinitionArgs.builder()
.layoutType("string")
.backgroundColor("string")
.bannerImg("string")
.showTitle(false)
.title("string")
.widgets(DashboardWidgetGroupDefinitionWidgetArgs.builder()
.alertGraphDefinition(DashboardWidgetAlertGraphDefinitionArgs.builder()
.alertId("string")
.vizType("string")
.liveSpan("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.alertValueDefinition(DashboardWidgetAlertValueDefinitionArgs.builder()
.alertId("string")
.precision(0)
.textAlign("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.unit("string")
.build())
.changeDefinition(DashboardWidgetChangeDefinitionArgs.builder()
.customLinks(DashboardWidgetChangeDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetChangeDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.changeType("string")
.compareTo("string")
.formulas(DashboardWidgetChangeDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetChangeDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetChangeDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.increaseGood(false)
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.orderBy("string")
.orderDir("string")
.processQuery(DashboardWidgetChangeDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetChangeDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.showPresent(false)
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.checkStatusDefinition(DashboardWidgetCheckStatusDefinitionArgs.builder()
.check("string")
.grouping("string")
.group("string")
.groupBies("string")
.liveSpan("string")
.tags("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.distributionDefinition(DashboardWidgetDistributionDefinitionArgs.builder()
.legendSize("string")
.liveSpan("string")
.requests(DashboardWidgetDistributionDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.apmStatsQuery(DashboardWidgetDistributionDefinitionRequestApmStatsQueryArgs.builder()
.env("string")
.name("string")
.primaryTag("string")
.rowType("string")
.service("string")
.columns(DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnArgs.builder()
.name("string")
.alias("string")
.cellDisplayMode("string")
.order("string")
.build())
.resource("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetDistributionDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetDistributionDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.showLegend(false)
.title("string")
.titleAlign("string")
.titleSize("string")
.xaxis(DashboardWidgetDistributionDefinitionXaxisArgs.builder()
.includeZero(false)
.max("string")
.min("string")
.scale("string")
.build())
.yaxis(DashboardWidgetDistributionDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.eventStreamDefinition(DashboardWidgetEventStreamDefinitionArgs.builder()
.query("string")
.eventSize("string")
.liveSpan("string")
.tagsExecution("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.eventTimelineDefinition(DashboardWidgetEventTimelineDefinitionArgs.builder()
.query("string")
.liveSpan("string")
.tagsExecution("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.freeTextDefinition(DashboardWidgetFreeTextDefinitionArgs.builder()
.text("string")
.color("string")
.fontSize("string")
.textAlign("string")
.build())
.geomapDefinition(DashboardWidgetGeomapDefinitionArgs.builder()
.view(DashboardWidgetGeomapDefinitionViewArgs.builder()
.focus("string")
.build())
.customLinks(DashboardWidgetGeomapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetGeomapDefinitionRequestArgs.builder()
.formulas(DashboardWidgetGeomapDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.q("string")
.queries(DashboardWidgetGeomapDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.style(DashboardWidgetGeomapDefinitionStyleArgs.builder()
.palette("string")
.paletteFlip(false)
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.heatmapDefinition(DashboardWidgetHeatmapDefinitionArgs.builder()
.customLinks(DashboardWidgetHeatmapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.events(DashboardWidgetHeatmapDefinitionEventArgs.builder()
.q("string")
.tagsExecution("string")
.build())
.legendSize("string")
.liveSpan("string")
.requests(DashboardWidgetHeatmapDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.formulas(DashboardWidgetHeatmapDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetHeatmapDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetHeatmapDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetHeatmapDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetHeatmapDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetHeatmapDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetHeatmapDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetHeatmapDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.showLegend(false)
.title("string")
.titleAlign("string")
.titleSize("string")
.yaxis(DashboardWidgetHeatmapDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.hostmapDefinition(DashboardWidgetHostmapDefinitionArgs.builder()
.customLinks(DashboardWidgetHostmapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.groups("string")
.noGroupHosts(false)
.noMetricHosts(false)
.nodeType("string")
.request(DashboardWidgetHostmapDefinitionRequestArgs.builder()
.fills(DashboardWidgetHostmapDefinitionRequestFillArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetHostmapDefinitionRequestFillProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.sizes(DashboardWidgetHostmapDefinitionRequestSizeArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetHostmapDefinitionRequestSizeProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.build())
.scopes("string")
.style(DashboardWidgetHostmapDefinitionStyleArgs.builder()
.fillMax("string")
.fillMin("string")
.palette("string")
.paletteFlip(false)
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.id(0)
.iframeDefinition(DashboardWidgetIframeDefinitionArgs.builder()
.url("string")
.build())
.imageDefinition(DashboardWidgetImageDefinitionArgs.builder()
.url("string")
.hasBackground(false)
.hasBorder(false)
.horizontalAlign("string")
.margin("string")
.sizing("string")
.urlDarkTheme("string")
.verticalAlign("string")
.build())
.listStreamDefinition(DashboardWidgetListStreamDefinitionArgs.builder()
.requests(DashboardWidgetListStreamDefinitionRequestArgs.builder()
.columns(DashboardWidgetListStreamDefinitionRequestColumnArgs.builder()
.field("string")
.width("string")
.build())
.query(DashboardWidgetListStreamDefinitionRequestQueryArgs.builder()
.dataSource("string")
.clusteringPatternFieldPath("string")
.eventSize("string")
.groupBies(DashboardWidgetListStreamDefinitionRequestQueryGroupByArgs.builder()
.facet("string")
.build())
.indexes("string")
.queryString("string")
.sort(DashboardWidgetListStreamDefinitionRequestQuerySortArgs.builder()
.column("string")
.order("string")
.build())
.storage("string")
.build())
.responseFormat("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.logStreamDefinition(DashboardWidgetLogStreamDefinitionArgs.builder()
.columns("string")
.indexes("string")
.liveSpan("string")
.messageDisplay("string")
.query("string")
.showDateColumn(false)
.showMessageColumn(false)
.sort(DashboardWidgetLogStreamDefinitionSortArgs.builder()
.column("string")
.order("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.manageStatusDefinition(DashboardWidgetManageStatusDefinitionArgs.builder()
.query("string")
.colorPreference("string")
.displayFormat("string")
.hideZeroCounts(false)
.showLastTriggered(false)
.showPriority(false)
.sort("string")
.summaryType("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.noteDefinition(DashboardWidgetNoteDefinitionArgs.builder()
.content("string")
.backgroundColor("string")
.fontSize("string")
.hasPadding(false)
.showTick(false)
.textAlign("string")
.tickEdge("string")
.tickPos("string")
.verticalAlign("string")
.build())
.powerpackDefinition(DashboardWidgetPowerpackDefinitionArgs.builder()
.powerpackId("string")
.backgroundColor("string")
.bannerImg("string")
.showTitle(false)
.templateVariables(DashboardWidgetPowerpackDefinitionTemplateVariablesArgs.builder()
.controlledByPowerpacks(DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArgs.builder()
.name("string")
.values("string")
.prefix("string")
.build())
.controlledExternallies(DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArgs.builder()
.name("string")
.values("string")
.prefix("string")
.build())
.build())
.title("string")
.build())
.queryTableDefinition(DashboardWidgetQueryTableDefinitionArgs.builder()
.customLinks(DashboardWidgetQueryTableDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.hasSearchBar("string")
.liveSpan("string")
.requests(DashboardWidgetQueryTableDefinitionRequestArgs.builder()
.aggregator("string")
.alias("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.apmStatsQuery(DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs.builder()
.env("string")
.name("string")
.primaryTag("string")
.rowType("string")
.service("string")
.columns(DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs.builder()
.name("string")
.alias("string")
.cellDisplayMode("string")
.order("string")
.build())
.resource("string")
.build())
.cellDisplayModes("string")
.conditionalFormats(DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetQueryTableDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.cellDisplayModeOptions(DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs.builder()
.trendType("string")
.yScale("string")
.build())
.conditionalFormats(DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.limit(0)
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.order("string")
.processQuery(DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetQueryTableDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.textFormats(DashboardWidgetQueryTableDefinitionRequestTextFormatArgs.builder()
.textFormats(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs.builder()
.match(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs.builder()
.type("string")
.value("string")
.build())
.customBgColor("string")
.customFgColor("string")
.palette("string")
.replace(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs.builder()
.type("string")
.with("string")
.substring("string")
.build())
.build())
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.queryValueDefinition(DashboardWidgetQueryValueDefinitionArgs.builder()
.autoscale(false)
.customLinks(DashboardWidgetQueryValueDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.customUnit("string")
.liveSpan("string")
.precision(0)
.requests(DashboardWidgetQueryValueDefinitionRequestArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.conditionalFormats(DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetQueryValueDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetQueryValueDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.textAlign("string")
.timeseriesBackground(DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs.builder()
.type("string")
.yaxis(DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.runWorkflowDefinition(DashboardWidgetRunWorkflowDefinitionArgs.builder()
.workflowId("string")
.customLinks(DashboardWidgetRunWorkflowDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.inputs(DashboardWidgetRunWorkflowDefinitionInputArgs.builder()
.name("string")
.value("string")
.build())
.liveSpan("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.scatterplotDefinition(DashboardWidgetScatterplotDefinitionArgs.builder()
.colorByGroups("string")
.customLinks(DashboardWidgetScatterplotDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.request(DashboardWidgetScatterplotDefinitionRequestArgs.builder()
.scatterplotTables(DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs.builder()
.formulas(DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs.builder()
.dimension("string")
.formulaExpression("string")
.alias("string")
.build())
.queries(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs.builder()
.computes(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.build())
.xes(DashboardWidgetScatterplotDefinitionRequestXArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.ys(DashboardWidgetScatterplotDefinitionRequestYArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.xaxis(DashboardWidgetScatterplotDefinitionXaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.yaxis(DashboardWidgetScatterplotDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.serviceLevelObjectiveDefinition(DashboardWidgetServiceLevelObjectiveDefinitionArgs.builder()
.sloId("string")
.timeWindows("string")
.viewMode("string")
.viewType("string")
.additionalQueryFilters("string")
.globalTimeTarget("string")
.showErrorBudget(false)
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.servicemapDefinition(DashboardWidgetServicemapDefinitionArgs.builder()
.filters("string")
.service("string")
.customLinks(DashboardWidgetServicemapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.sloListDefinition(DashboardWidgetSloListDefinitionArgs.builder()
.request(DashboardWidgetSloListDefinitionRequestArgs.builder()
.query(DashboardWidgetSloListDefinitionRequestQueryArgs.builder()
.queryString("string")
.limit(0)
.sort(DashboardWidgetSloListDefinitionRequestQuerySortArgs.builder()
.column("string")
.order("string")
.build())
.build())
.requestType("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.splitGraphDefinition(DashboardWidgetSplitGraphDefinitionArgs.builder()
.size("string")
.sourceWidgetDefinition(DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionArgs.builder()
.changeDefinition(DashboardWidgetChangeDefinitionArgs.builder()
.customLinks(DashboardWidgetChangeDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetChangeDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.changeType("string")
.compareTo("string")
.formulas(DashboardWidgetChangeDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetChangeDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetChangeDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.increaseGood(false)
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.orderBy("string")
.orderDir("string")
.processQuery(DashboardWidgetChangeDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetChangeDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.showPresent(false)
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.geomapDefinition(DashboardWidgetGeomapDefinitionArgs.builder()
.view(DashboardWidgetGeomapDefinitionViewArgs.builder()
.focus("string")
.build())
.customLinks(DashboardWidgetGeomapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetGeomapDefinitionRequestArgs.builder()
.formulas(DashboardWidgetGeomapDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.q("string")
.queries(DashboardWidgetGeomapDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.style(DashboardWidgetGeomapDefinitionStyleArgs.builder()
.palette("string")
.paletteFlip(false)
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.queryTableDefinition(DashboardWidgetQueryTableDefinitionArgs.builder()
.customLinks(DashboardWidgetQueryTableDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.hasSearchBar("string")
.liveSpan("string")
.requests(DashboardWidgetQueryTableDefinitionRequestArgs.builder()
.aggregator("string")
.alias("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.apmStatsQuery(DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs.builder()
.env("string")
.name("string")
.primaryTag("string")
.rowType("string")
.service("string")
.columns(DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs.builder()
.name("string")
.alias("string")
.cellDisplayMode("string")
.order("string")
.build())
.resource("string")
.build())
.cellDisplayModes("string")
.conditionalFormats(DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetQueryTableDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.cellDisplayModeOptions(DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs.builder()
.trendType("string")
.yScale("string")
.build())
.conditionalFormats(DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.limit(0)
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.order("string")
.processQuery(DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetQueryTableDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.textFormats(DashboardWidgetQueryTableDefinitionRequestTextFormatArgs.builder()
.textFormats(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs.builder()
.match(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs.builder()
.type("string")
.value("string")
.build())
.customBgColor("string")
.customFgColor("string")
.palette("string")
.replace(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs.builder()
.type("string")
.with("string")
.substring("string")
.build())
.build())
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.queryValueDefinition(DashboardWidgetQueryValueDefinitionArgs.builder()
.autoscale(false)
.customLinks(DashboardWidgetQueryValueDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.customUnit("string")
.liveSpan("string")
.precision(0)
.requests(DashboardWidgetQueryValueDefinitionRequestArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.conditionalFormats(DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetQueryValueDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetQueryValueDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.textAlign("string")
.timeseriesBackground(DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs.builder()
.type("string")
.yaxis(DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.scatterplotDefinition(DashboardWidgetScatterplotDefinitionArgs.builder()
.colorByGroups("string")
.customLinks(DashboardWidgetScatterplotDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.request(DashboardWidgetScatterplotDefinitionRequestArgs.builder()
.scatterplotTables(DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs.builder()
.formulas(DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs.builder()
.dimension("string")
.formulaExpression("string")
.alias("string")
.build())
.queries(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs.builder()
.computes(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.build())
.xes(DashboardWidgetScatterplotDefinitionRequestXArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.ys(DashboardWidgetScatterplotDefinitionRequestYArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.xaxis(DashboardWidgetScatterplotDefinitionXaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.yaxis(DashboardWidgetScatterplotDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.sunburstDefinition(DashboardWidgetSunburstDefinitionArgs.builder()
.customLinks(DashboardWidgetSunburstDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.hideTotal(false)
.legendInline(DashboardWidgetSunburstDefinitionLegendInlineArgs.builder()
.type("string")
.hidePercent(false)
.hideValue(false)
.build())
.legendTable(DashboardWidgetSunburstDefinitionLegendTableArgs.builder()
.type("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetSunburstDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.formulas(DashboardWidgetSunburstDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.networkQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetSunburstDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetSunburstDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetSunburstDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.customLinks(DashboardWidgetTimeseriesDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.events(DashboardWidgetTimeseriesDefinitionEventArgs.builder()
.q("string")
.tagsExecution("string")
.build())
.legendColumns("string")
.legendLayout("string")
.legendSize("string")
.liveSpan("string")
.markers(DashboardWidgetTimeseriesDefinitionMarkerArgs.builder()
.value("string")
.displayType("string")
.label("string")
.build())
.requests(DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.displayType("string")
.formulas(DashboardWidgetTimeseriesDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.metadatas(DashboardWidgetTimeseriesDefinitionRequestMetadataArgs.builder()
.expression("string")
.aliasName("string")
.build())
.networkQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.onRightYaxis(false)
.processQuery(DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetTimeseriesDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetTimeseriesDefinitionRequestStyleArgs.builder()
.lineType("string")
.lineWidth("string")
.palette("string")
.build())
.build())
.rightYaxis(DashboardWidgetTimeseriesDefinitionRightYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.showLegend(false)
.title("string")
.titleAlign("string")
.titleSize("string")
.yaxis(DashboardWidgetTimeseriesDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.toplistDefinition(DashboardWidgetToplistDefinitionArgs.builder()
.customLinks(DashboardWidgetToplistDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetToplistDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetToplistDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.conditionalFormats(DashboardWidgetToplistDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetToplistDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetToplistDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetToplistDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetToplistDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetToplistDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetToplistDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.styles(DashboardWidgetToplistDefinitionStyleArgs.builder()
.displays(DashboardWidgetToplistDefinitionStyleDisplayArgs.builder()
.type("string")
.build())
.palette("string")
.scaling("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.treemapDefinition(DashboardWidgetTreemapDefinitionArgs.builder()
.requests(DashboardWidgetTreemapDefinitionRequestArgs.builder()
.formulas(DashboardWidgetTreemapDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.queries(DashboardWidgetTreemapDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.build())
.title("string")
.build())
.build())
.splitConfig(DashboardWidgetSplitGraphDefinitionSplitConfigArgs.builder()
.sort(DashboardWidgetSplitGraphDefinitionSplitConfigSortArgs.builder()
.order("string")
.compute(DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeArgs.builder()
.metric("string")
.aggregation("string")
.build())
.build())
.splitDimensions(DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsArgs.builder()
.oneGraphPer("string")
.build())
.limit(0)
.staticSplits(DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitArgs.builder()
.splitVectors(DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitSplitVectorArgs.builder()
.tagKey("string")
.tagValues("string")
.build())
.build())
.build())
.hasUniformYAxes(false)
.liveSpan("string")
.title("string")
.build())
.sunburstDefinition(DashboardWidgetSunburstDefinitionArgs.builder()
.customLinks(DashboardWidgetSunburstDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.hideTotal(false)
.legendInline(DashboardWidgetSunburstDefinitionLegendInlineArgs.builder()
.type("string")
.hidePercent(false)
.hideValue(false)
.build())
.legendTable(DashboardWidgetSunburstDefinitionLegendTableArgs.builder()
.type("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetSunburstDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.formulas(DashboardWidgetSunburstDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.networkQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetSunburstDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetSunburstDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetSunburstDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.customLinks(DashboardWidgetTimeseriesDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.events(DashboardWidgetTimeseriesDefinitionEventArgs.builder()
.q("string")
.tagsExecution("string")
.build())
.legendColumns("string")
.legendLayout("string")
.legendSize("string")
.liveSpan("string")
.markers(DashboardWidgetTimeseriesDefinitionMarkerArgs.builder()
.value("string")
.displayType("string")
.label("string")
.build())
.requests(DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.displayType("string")
.formulas(DashboardWidgetTimeseriesDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.metadatas(DashboardWidgetTimeseriesDefinitionRequestMetadataArgs.builder()
.expression("string")
.aliasName("string")
.build())
.networkQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.onRightYaxis(false)
.processQuery(DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetTimeseriesDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetTimeseriesDefinitionRequestStyleArgs.builder()
.lineType("string")
.lineWidth("string")
.palette("string")
.build())
.build())
.rightYaxis(DashboardWidgetTimeseriesDefinitionRightYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.showLegend(false)
.title("string")
.titleAlign("string")
.titleSize("string")
.yaxis(DashboardWidgetTimeseriesDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.toplistDefinition(DashboardWidgetToplistDefinitionArgs.builder()
.customLinks(DashboardWidgetToplistDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetToplistDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetToplistDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.conditionalFormats(DashboardWidgetToplistDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetToplistDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetToplistDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetToplistDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetToplistDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetToplistDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetToplistDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.styles(DashboardWidgetToplistDefinitionStyleArgs.builder()
.displays(DashboardWidgetToplistDefinitionStyleDisplayArgs.builder()
.type("string")
.build())
.palette("string")
.scaling("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.topologyMapDefinition(DashboardWidgetTopologyMapDefinitionArgs.builder()
.customLinks(DashboardWidgetTopologyMapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.requests(DashboardWidgetTopologyMapDefinitionRequestArgs.builder()
.queries(DashboardWidgetTopologyMapDefinitionRequestQueryArgs.builder()
.dataSource("string")
.filters("string")
.service("string")
.build())
.requestType("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.traceServiceDefinition(DashboardWidgetTraceServiceDefinitionArgs.builder()
.service("string")
.env("string")
.spanName("string")
.showErrors(false)
.showBreakdown(false)
.showDistribution(false)
.displayFormat("string")
.showHits(false)
.showLatency(false)
.showResourceList(false)
.sizeFormat("string")
.liveSpan("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.treemapDefinition(DashboardWidgetTreemapDefinitionArgs.builder()
.requests(DashboardWidgetTreemapDefinitionRequestArgs.builder()
.formulas(DashboardWidgetTreemapDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.queries(DashboardWidgetTreemapDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.build())
.title("string")
.build())
.widgetLayout(DashboardWidgetGroupDefinitionWidgetWidgetLayoutArgs.builder()
.height(0)
.width(0)
.x(0)
.y(0)
.isColumnBreak(false)
.build())
.build())
.build())
.heatmapDefinition(DashboardWidgetHeatmapDefinitionArgs.builder()
.customLinks(DashboardWidgetHeatmapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.events(DashboardWidgetHeatmapDefinitionEventArgs.builder()
.q("string")
.tagsExecution("string")
.build())
.legendSize("string")
.liveSpan("string")
.requests(DashboardWidgetHeatmapDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.formulas(DashboardWidgetHeatmapDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetHeatmapDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetHeatmapDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetHeatmapDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetHeatmapDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetHeatmapDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetHeatmapDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetHeatmapDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.showLegend(false)
.title("string")
.titleAlign("string")
.titleSize("string")
.yaxis(DashboardWidgetHeatmapDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.hostmapDefinition(DashboardWidgetHostmapDefinitionArgs.builder()
.customLinks(DashboardWidgetHostmapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.groups("string")
.noGroupHosts(false)
.noMetricHosts(false)
.nodeType("string")
.request(DashboardWidgetHostmapDefinitionRequestArgs.builder()
.fills(DashboardWidgetHostmapDefinitionRequestFillArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetHostmapDefinitionRequestFillProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.sizes(DashboardWidgetHostmapDefinitionRequestSizeArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetHostmapDefinitionRequestSizeProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.build())
.scopes("string")
.style(DashboardWidgetHostmapDefinitionStyleArgs.builder()
.fillMax("string")
.fillMin("string")
.palette("string")
.paletteFlip(false)
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.id(0)
.iframeDefinition(DashboardWidgetIframeDefinitionArgs.builder()
.url("string")
.build())
.imageDefinition(DashboardWidgetImageDefinitionArgs.builder()
.url("string")
.hasBackground(false)
.hasBorder(false)
.horizontalAlign("string")
.margin("string")
.sizing("string")
.urlDarkTheme("string")
.verticalAlign("string")
.build())
.listStreamDefinition(DashboardWidgetListStreamDefinitionArgs.builder()
.requests(DashboardWidgetListStreamDefinitionRequestArgs.builder()
.columns(DashboardWidgetListStreamDefinitionRequestColumnArgs.builder()
.field("string")
.width("string")
.build())
.query(DashboardWidgetListStreamDefinitionRequestQueryArgs.builder()
.dataSource("string")
.clusteringPatternFieldPath("string")
.eventSize("string")
.groupBies(DashboardWidgetListStreamDefinitionRequestQueryGroupByArgs.builder()
.facet("string")
.build())
.indexes("string")
.queryString("string")
.sort(DashboardWidgetListStreamDefinitionRequestQuerySortArgs.builder()
.column("string")
.order("string")
.build())
.storage("string")
.build())
.responseFormat("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.logStreamDefinition(DashboardWidgetLogStreamDefinitionArgs.builder()
.columns("string")
.indexes("string")
.liveSpan("string")
.messageDisplay("string")
.query("string")
.showDateColumn(false)
.showMessageColumn(false)
.sort(DashboardWidgetLogStreamDefinitionSortArgs.builder()
.column("string")
.order("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.manageStatusDefinition(DashboardWidgetManageStatusDefinitionArgs.builder()
.query("string")
.colorPreference("string")
.displayFormat("string")
.hideZeroCounts(false)
.showLastTriggered(false)
.showPriority(false)
.sort("string")
.summaryType("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.noteDefinition(DashboardWidgetNoteDefinitionArgs.builder()
.content("string")
.backgroundColor("string")
.fontSize("string")
.hasPadding(false)
.showTick(false)
.textAlign("string")
.tickEdge("string")
.tickPos("string")
.verticalAlign("string")
.build())
.powerpackDefinition(DashboardWidgetPowerpackDefinitionArgs.builder()
.powerpackId("string")
.backgroundColor("string")
.bannerImg("string")
.showTitle(false)
.templateVariables(DashboardWidgetPowerpackDefinitionTemplateVariablesArgs.builder()
.controlledByPowerpacks(DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArgs.builder()
.name("string")
.values("string")
.prefix("string")
.build())
.controlledExternallies(DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArgs.builder()
.name("string")
.values("string")
.prefix("string")
.build())
.build())
.title("string")
.build())
.queryTableDefinition(DashboardWidgetQueryTableDefinitionArgs.builder()
.customLinks(DashboardWidgetQueryTableDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.hasSearchBar("string")
.liveSpan("string")
.requests(DashboardWidgetQueryTableDefinitionRequestArgs.builder()
.aggregator("string")
.alias("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.apmStatsQuery(DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs.builder()
.env("string")
.name("string")
.primaryTag("string")
.rowType("string")
.service("string")
.columns(DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs.builder()
.name("string")
.alias("string")
.cellDisplayMode("string")
.order("string")
.build())
.resource("string")
.build())
.cellDisplayModes("string")
.conditionalFormats(DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetQueryTableDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.cellDisplayModeOptions(DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs.builder()
.trendType("string")
.yScale("string")
.build())
.conditionalFormats(DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.limit(0)
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.order("string")
.processQuery(DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetQueryTableDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.textFormats(DashboardWidgetQueryTableDefinitionRequestTextFormatArgs.builder()
.textFormats(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs.builder()
.match(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs.builder()
.type("string")
.value("string")
.build())
.customBgColor("string")
.customFgColor("string")
.palette("string")
.replace(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs.builder()
.type("string")
.with("string")
.substring("string")
.build())
.build())
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.queryValueDefinition(DashboardWidgetQueryValueDefinitionArgs.builder()
.autoscale(false)
.customLinks(DashboardWidgetQueryValueDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.customUnit("string")
.liveSpan("string")
.precision(0)
.requests(DashboardWidgetQueryValueDefinitionRequestArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.conditionalFormats(DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetQueryValueDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetQueryValueDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.textAlign("string")
.timeseriesBackground(DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs.builder()
.type("string")
.yaxis(DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.runWorkflowDefinition(DashboardWidgetRunWorkflowDefinitionArgs.builder()
.workflowId("string")
.customLinks(DashboardWidgetRunWorkflowDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.inputs(DashboardWidgetRunWorkflowDefinitionInputArgs.builder()
.name("string")
.value("string")
.build())
.liveSpan("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.scatterplotDefinition(DashboardWidgetScatterplotDefinitionArgs.builder()
.colorByGroups("string")
.customLinks(DashboardWidgetScatterplotDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.request(DashboardWidgetScatterplotDefinitionRequestArgs.builder()
.scatterplotTables(DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs.builder()
.formulas(DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs.builder()
.dimension("string")
.formulaExpression("string")
.alias("string")
.build())
.queries(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs.builder()
.computes(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.build())
.xes(DashboardWidgetScatterplotDefinitionRequestXArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.ys(DashboardWidgetScatterplotDefinitionRequestYArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.xaxis(DashboardWidgetScatterplotDefinitionXaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.yaxis(DashboardWidgetScatterplotDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.serviceLevelObjectiveDefinition(DashboardWidgetServiceLevelObjectiveDefinitionArgs.builder()
.sloId("string")
.timeWindows("string")
.viewMode("string")
.viewType("string")
.additionalQueryFilters("string")
.globalTimeTarget("string")
.showErrorBudget(false)
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.servicemapDefinition(DashboardWidgetServicemapDefinitionArgs.builder()
.filters("string")
.service("string")
.customLinks(DashboardWidgetServicemapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.sloListDefinition(DashboardWidgetSloListDefinitionArgs.builder()
.request(DashboardWidgetSloListDefinitionRequestArgs.builder()
.query(DashboardWidgetSloListDefinitionRequestQueryArgs.builder()
.queryString("string")
.limit(0)
.sort(DashboardWidgetSloListDefinitionRequestQuerySortArgs.builder()
.column("string")
.order("string")
.build())
.build())
.requestType("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.splitGraphDefinition(DashboardWidgetSplitGraphDefinitionArgs.builder()
.size("string")
.sourceWidgetDefinition(DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionArgs.builder()
.changeDefinition(DashboardWidgetChangeDefinitionArgs.builder()
.customLinks(DashboardWidgetChangeDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetChangeDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.changeType("string")
.compareTo("string")
.formulas(DashboardWidgetChangeDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetChangeDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetChangeDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.increaseGood(false)
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.orderBy("string")
.orderDir("string")
.processQuery(DashboardWidgetChangeDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetChangeDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.showPresent(false)
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.geomapDefinition(DashboardWidgetGeomapDefinitionArgs.builder()
.view(DashboardWidgetGeomapDefinitionViewArgs.builder()
.focus("string")
.build())
.customLinks(DashboardWidgetGeomapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetGeomapDefinitionRequestArgs.builder()
.formulas(DashboardWidgetGeomapDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.q("string")
.queries(DashboardWidgetGeomapDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.style(DashboardWidgetGeomapDefinitionStyleArgs.builder()
.palette("string")
.paletteFlip(false)
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.queryTableDefinition(DashboardWidgetQueryTableDefinitionArgs.builder()
.customLinks(DashboardWidgetQueryTableDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.hasSearchBar("string")
.liveSpan("string")
.requests(DashboardWidgetQueryTableDefinitionRequestArgs.builder()
.aggregator("string")
.alias("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.apmStatsQuery(DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs.builder()
.env("string")
.name("string")
.primaryTag("string")
.rowType("string")
.service("string")
.columns(DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs.builder()
.name("string")
.alias("string")
.cellDisplayMode("string")
.order("string")
.build())
.resource("string")
.build())
.cellDisplayModes("string")
.conditionalFormats(DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetQueryTableDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.cellDisplayModeOptions(DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs.builder()
.trendType("string")
.yScale("string")
.build())
.conditionalFormats(DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.limit(0)
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.order("string")
.processQuery(DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetQueryTableDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.textFormats(DashboardWidgetQueryTableDefinitionRequestTextFormatArgs.builder()
.textFormats(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs.builder()
.match(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs.builder()
.type("string")
.value("string")
.build())
.customBgColor("string")
.customFgColor("string")
.palette("string")
.replace(DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs.builder()
.type("string")
.with("string")
.substring("string")
.build())
.build())
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.queryValueDefinition(DashboardWidgetQueryValueDefinitionArgs.builder()
.autoscale(false)
.customLinks(DashboardWidgetQueryValueDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.customUnit("string")
.liveSpan("string")
.precision(0)
.requests(DashboardWidgetQueryValueDefinitionRequestArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.conditionalFormats(DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetQueryValueDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetQueryValueDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.textAlign("string")
.timeseriesBackground(DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs.builder()
.type("string")
.yaxis(DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.scatterplotDefinition(DashboardWidgetScatterplotDefinitionArgs.builder()
.colorByGroups("string")
.customLinks(DashboardWidgetScatterplotDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.request(DashboardWidgetScatterplotDefinitionRequestArgs.builder()
.scatterplotTables(DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs.builder()
.formulas(DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs.builder()
.dimension("string")
.formulaExpression("string")
.alias("string")
.build())
.queries(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs.builder()
.computes(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.build())
.xes(DashboardWidgetScatterplotDefinitionRequestXArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.ys(DashboardWidgetScatterplotDefinitionRequestYArgs.builder()
.aggregator("string")
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.xaxis(DashboardWidgetScatterplotDefinitionXaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.yaxis(DashboardWidgetScatterplotDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.sunburstDefinition(DashboardWidgetSunburstDefinitionArgs.builder()
.customLinks(DashboardWidgetSunburstDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.hideTotal(false)
.legendInline(DashboardWidgetSunburstDefinitionLegendInlineArgs.builder()
.type("string")
.hidePercent(false)
.hideValue(false)
.build())
.legendTable(DashboardWidgetSunburstDefinitionLegendTableArgs.builder()
.type("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetSunburstDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.formulas(DashboardWidgetSunburstDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.networkQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetSunburstDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetSunburstDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetSunburstDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.customLinks(DashboardWidgetTimeseriesDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.events(DashboardWidgetTimeseriesDefinitionEventArgs.builder()
.q("string")
.tagsExecution("string")
.build())
.legendColumns("string")
.legendLayout("string")
.legendSize("string")
.liveSpan("string")
.markers(DashboardWidgetTimeseriesDefinitionMarkerArgs.builder()
.value("string")
.displayType("string")
.label("string")
.build())
.requests(DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.displayType("string")
.formulas(DashboardWidgetTimeseriesDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.metadatas(DashboardWidgetTimeseriesDefinitionRequestMetadataArgs.builder()
.expression("string")
.aliasName("string")
.build())
.networkQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.onRightYaxis(false)
.processQuery(DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetTimeseriesDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetTimeseriesDefinitionRequestStyleArgs.builder()
.lineType("string")
.lineWidth("string")
.palette("string")
.build())
.build())
.rightYaxis(DashboardWidgetTimeseriesDefinitionRightYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.showLegend(false)
.title("string")
.titleAlign("string")
.titleSize("string")
.yaxis(DashboardWidgetTimeseriesDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.toplistDefinition(DashboardWidgetToplistDefinitionArgs.builder()
.customLinks(DashboardWidgetToplistDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetToplistDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetToplistDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.conditionalFormats(DashboardWidgetToplistDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetToplistDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetToplistDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetToplistDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetToplistDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetToplistDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetToplistDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.styles(DashboardWidgetToplistDefinitionStyleArgs.builder()
.displays(DashboardWidgetToplistDefinitionStyleDisplayArgs.builder()
.type("string")
.build())
.palette("string")
.scaling("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.treemapDefinition(DashboardWidgetTreemapDefinitionArgs.builder()
.requests(DashboardWidgetTreemapDefinitionRequestArgs.builder()
.formulas(DashboardWidgetTreemapDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.queries(DashboardWidgetTreemapDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.build())
.title("string")
.build())
.build())
.splitConfig(DashboardWidgetSplitGraphDefinitionSplitConfigArgs.builder()
.sort(DashboardWidgetSplitGraphDefinitionSplitConfigSortArgs.builder()
.order("string")
.compute(DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeArgs.builder()
.metric("string")
.aggregation("string")
.build())
.build())
.splitDimensions(DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsArgs.builder()
.oneGraphPer("string")
.build())
.limit(0)
.staticSplits(DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitArgs.builder()
.splitVectors(DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitSplitVectorArgs.builder()
.tagKey("string")
.tagValues("string")
.build())
.build())
.build())
.hasUniformYAxes(false)
.liveSpan("string")
.title("string")
.build())
.sunburstDefinition(DashboardWidgetSunburstDefinitionArgs.builder()
.customLinks(DashboardWidgetSunburstDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.hideTotal(false)
.legendInline(DashboardWidgetSunburstDefinitionLegendInlineArgs.builder()
.type("string")
.hidePercent(false)
.hideValue(false)
.build())
.legendTable(DashboardWidgetSunburstDefinitionLegendTableArgs.builder()
.type("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetSunburstDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.formulas(DashboardWidgetSunburstDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.networkQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetSunburstDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetSunburstDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetSunburstDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.timeseriesDefinition(DashboardWidgetTimeseriesDefinitionArgs.builder()
.customLinks(DashboardWidgetTimeseriesDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.events(DashboardWidgetTimeseriesDefinitionEventArgs.builder()
.q("string")
.tagsExecution("string")
.build())
.legendColumns("string")
.legendLayout("string")
.legendSize("string")
.liveSpan("string")
.markers(DashboardWidgetTimeseriesDefinitionMarkerArgs.builder()
.value("string")
.displayType("string")
.label("string")
.build())
.requests(DashboardWidgetTimeseriesDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.displayType("string")
.formulas(DashboardWidgetTimeseriesDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.metadatas(DashboardWidgetTimeseriesDefinitionRequestMetadataArgs.builder()
.expression("string")
.aliasName("string")
.build())
.networkQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.onRightYaxis(false)
.processQuery(DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetTimeseriesDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetTimeseriesDefinitionRequestStyleArgs.builder()
.lineType("string")
.lineWidth("string")
.palette("string")
.build())
.build())
.rightYaxis(DashboardWidgetTimeseriesDefinitionRightYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.showLegend(false)
.title("string")
.titleAlign("string")
.titleSize("string")
.yaxis(DashboardWidgetTimeseriesDefinitionYaxisArgs.builder()
.includeZero(false)
.label("string")
.max("string")
.min("string")
.scale("string")
.build())
.build())
.toplistDefinition(DashboardWidgetToplistDefinitionArgs.builder()
.customLinks(DashboardWidgetToplistDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.liveSpan("string")
.requests(DashboardWidgetToplistDefinitionRequestArgs.builder()
.apmQuery(DashboardWidgetApmQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetApmQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetApmQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetApmQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetApmQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.auditQuery(DashboardWidgetToplistDefinitionRequestAuditQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.conditionalFormats(DashboardWidgetToplistDefinitionRequestConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.formulas(DashboardWidgetToplistDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetToplistDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetToplistDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.logQuery(DashboardWidgetLogQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetLogQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetLogQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetLogQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetLogQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.processQuery(DashboardWidgetToplistDefinitionRequestProcessQueryArgs.builder()
.metric("string")
.filterBies("string")
.limit(0)
.searchBy("string")
.build())
.q("string")
.queries(DashboardWidgetToplistDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.rumQuery(DashboardWidgetRumQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetRumQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetRumQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetRumQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetRumQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.securityQuery(DashboardWidgetSecurityQueryArgs.builder()
.index("string")
.computeQuery(DashboardWidgetSecurityQueryComputeQueryArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.groupBies(DashboardWidgetSecurityQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sortQuery(DashboardWidgetSecurityQueryGroupBySortQueryArgs.builder()
.aggregation("string")
.order("string")
.facet("string")
.build())
.build())
.multiComputes(DashboardWidgetSecurityQueryMultiComputeArgs.builder()
.aggregation("string")
.facet("string")
.interval(0)
.build())
.searchQuery("string")
.build())
.style(DashboardWidgetToplistDefinitionRequestStyleArgs.builder()
.palette("string")
.build())
.build())
.styles(DashboardWidgetToplistDefinitionStyleArgs.builder()
.displays(DashboardWidgetToplistDefinitionStyleDisplayArgs.builder()
.type("string")
.build())
.palette("string")
.scaling("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.topologyMapDefinition(DashboardWidgetTopologyMapDefinitionArgs.builder()
.customLinks(DashboardWidgetTopologyMapDefinitionCustomLinkArgs.builder()
.isHidden(false)
.label("string")
.link("string")
.overrideLabel("string")
.build())
.requests(DashboardWidgetTopologyMapDefinitionRequestArgs.builder()
.queries(DashboardWidgetTopologyMapDefinitionRequestQueryArgs.builder()
.dataSource("string")
.filters("string")
.service("string")
.build())
.requestType("string")
.build())
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.traceServiceDefinition(DashboardWidgetTraceServiceDefinitionArgs.builder()
.service("string")
.env("string")
.spanName("string")
.showErrors(false)
.showBreakdown(false)
.showDistribution(false)
.displayFormat("string")
.showHits(false)
.showLatency(false)
.showResourceList(false)
.sizeFormat("string")
.liveSpan("string")
.title("string")
.titleAlign("string")
.titleSize("string")
.build())
.treemapDefinition(DashboardWidgetTreemapDefinitionArgs.builder()
.requests(DashboardWidgetTreemapDefinitionRequestArgs.builder()
.formulas(DashboardWidgetTreemapDefinitionRequestFormulaArgs.builder()
.formulaExpression("string")
.alias("string")
.cellDisplayMode("string")
.conditionalFormats(DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs.builder()
.comparator("string")
.palette("string")
.value(0)
.customBgColor("string")
.customFgColor("string")
.hideValue(false)
.imageUrl("string")
.metric("string")
.timeframe("string")
.build())
.limit(DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs.builder()
.count(0)
.order("string")
.build())
.numberFormat(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs.builder()
.unit(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs.builder()
.canonical(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs.builder()
.unitName("string")
.perUnitName("string")
.build())
.custom(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs.builder()
.label("string")
.build())
.build())
.unitScale(DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs.builder()
.unitName("string")
.build())
.build())
.style(DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs.builder()
.palette("string")
.paletteIndex(0)
.build())
.build())
.queries(DashboardWidgetTreemapDefinitionRequestQueryArgs.builder()
.apmDependencyStatsQuery(DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.operationName("string")
.resourceName("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.isUpstream(false)
.primaryTagName("string")
.primaryTagValue("string")
.build())
.apmResourceStatsQuery(DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs.builder()
.dataSource("string")
.env("string")
.name("string")
.service("string")
.stat("string")
.crossOrgUuids("string")
.groupBies("string")
.operationName("string")
.primaryTagName("string")
.primaryTagValue("string")
.resourceName("string")
.build())
.cloudCostQuery(DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs.builder()
.dataSource("string")
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.build())
.eventQuery(DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs.builder()
.computes(DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs.builder()
.aggregation("string")
.interval(0)
.metric("string")
.build())
.dataSource("string")
.name("string")
.crossOrgUuids("string")
.groupBies(DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs.builder()
.facet("string")
.limit(0)
.sort(DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs.builder()
.aggregation("string")
.metric("string")
.order("string")
.build())
.build())
.indexes("string")
.search(DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs.builder()
.query("string")
.build())
.storage("string")
.build())
.metricQuery(DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs.builder()
.name("string")
.query("string")
.aggregator("string")
.crossOrgUuids("string")
.dataSource("string")
.build())
.processQuery(DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs.builder()
.dataSource("string")
.metric("string")
.name("string")
.aggregator("string")
.crossOrgUuids("string")
.isNormalizedCpu(false)
.limit(0)
.sort("string")
.tagFilters("string")
.textFilter("string")
.build())
.sloQuery(DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs.builder()
.dataSource("string")
.measure("string")
.sloId("string")
.additionalQueryFilters("string")
.crossOrgUuids("string")
.groupMode("string")
.name("string")
.sloQueryType("string")
.build())
.build())
.build())
.title("string")
.build())
.widgetLayout(DashboardWidgetWidgetLayoutArgs.builder()
.height(0)
.width(0)
.x(0)
.y(0)
.isColumnBreak(false)
.build())
.build())
.build());
dashboard_resource = datadog.Dashboard("dashboardResource",
layout_type="string",
title="string",
restricted_roles=["string"],
notify_lists=["string"],
reflow_type="string",
dashboard_lists=[0],
tags=["string"],
template_variable_presets=[{
"name": "string",
"template_variables": [{
"name": "string",
"values": ["string"],
}],
}],
template_variables=[{
"name": "string",
"available_values": ["string"],
"defaults": ["string"],
"prefix": "string",
}],
description="string",
url="string",
widgets=[{
"alert_graph_definition": {
"alert_id": "string",
"viz_type": "string",
"live_span": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"alert_value_definition": {
"alert_id": "string",
"precision": 0,
"text_align": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
"unit": "string",
},
"change_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"change_type": "string",
"compare_to": "string",
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"increase_good": False,
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"order_by": "string",
"order_dir": "string",
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"show_present": False,
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"check_status_definition": {
"check": "string",
"grouping": "string",
"group": "string",
"group_bies": ["string"],
"live_span": "string",
"tags": ["string"],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"distribution_definition": {
"legend_size": "string",
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"apm_stats_query": {
"env": "string",
"name": "string",
"primary_tag": "string",
"row_type": "string",
"service": "string",
"columns": [{
"name": "string",
"alias": "string",
"cell_display_mode": "string",
"order": "string",
}],
"resource": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"show_legend": False,
"title": "string",
"title_align": "string",
"title_size": "string",
"xaxis": {
"include_zero": False,
"max": "string",
"min": "string",
"scale": "string",
},
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"event_stream_definition": {
"query": "string",
"event_size": "string",
"live_span": "string",
"tags_execution": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"event_timeline_definition": {
"query": "string",
"live_span": "string",
"tags_execution": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"free_text_definition": {
"text": "string",
"color": "string",
"font_size": "string",
"text_align": "string",
},
"geomap_definition": {
"view": {
"focus": "string",
},
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"style": {
"palette": "string",
"palette_flip": False,
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"group_definition": {
"layout_type": "string",
"background_color": "string",
"banner_img": "string",
"show_title": False,
"title": "string",
"widgets": [{
"alert_graph_definition": {
"alert_id": "string",
"viz_type": "string",
"live_span": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"alert_value_definition": {
"alert_id": "string",
"precision": 0,
"text_align": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
"unit": "string",
},
"change_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"change_type": "string",
"compare_to": "string",
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"increase_good": False,
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"order_by": "string",
"order_dir": "string",
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"show_present": False,
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"check_status_definition": {
"check": "string",
"grouping": "string",
"group": "string",
"group_bies": ["string"],
"live_span": "string",
"tags": ["string"],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"distribution_definition": {
"legend_size": "string",
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"apm_stats_query": {
"env": "string",
"name": "string",
"primary_tag": "string",
"row_type": "string",
"service": "string",
"columns": [{
"name": "string",
"alias": "string",
"cell_display_mode": "string",
"order": "string",
}],
"resource": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"show_legend": False,
"title": "string",
"title_align": "string",
"title_size": "string",
"xaxis": {
"include_zero": False,
"max": "string",
"min": "string",
"scale": "string",
},
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"event_stream_definition": {
"query": "string",
"event_size": "string",
"live_span": "string",
"tags_execution": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"event_timeline_definition": {
"query": "string",
"live_span": "string",
"tags_execution": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"free_text_definition": {
"text": "string",
"color": "string",
"font_size": "string",
"text_align": "string",
},
"geomap_definition": {
"view": {
"focus": "string",
},
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"style": {
"palette": "string",
"palette_flip": False,
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"heatmap_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"events": [{
"q": "string",
"tags_execution": "string",
}],
"legend_size": "string",
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"show_legend": False,
"title": "string",
"title_align": "string",
"title_size": "string",
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"hostmap_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"groups": ["string"],
"no_group_hosts": False,
"no_metric_hosts": False,
"node_type": "string",
"request": {
"fills": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"sizes": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
},
"scopes": ["string"],
"style": {
"fill_max": "string",
"fill_min": "string",
"palette": "string",
"palette_flip": False,
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"id": 0,
"iframe_definition": {
"url": "string",
},
"image_definition": {
"url": "string",
"has_background": False,
"has_border": False,
"horizontal_align": "string",
"margin": "string",
"sizing": "string",
"url_dark_theme": "string",
"vertical_align": "string",
},
"list_stream_definition": {
"requests": [{
"columns": [{
"field": "string",
"width": "string",
}],
"query": {
"data_source": "string",
"clustering_pattern_field_path": "string",
"event_size": "string",
"group_bies": [{
"facet": "string",
}],
"indexes": ["string"],
"query_string": "string",
"sort": {
"column": "string",
"order": "string",
},
"storage": "string",
},
"response_format": "string",
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"log_stream_definition": {
"columns": ["string"],
"indexes": ["string"],
"live_span": "string",
"message_display": "string",
"query": "string",
"show_date_column": False,
"show_message_column": False,
"sort": {
"column": "string",
"order": "string",
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"manage_status_definition": {
"query": "string",
"color_preference": "string",
"display_format": "string",
"hide_zero_counts": False,
"show_last_triggered": False,
"show_priority": False,
"sort": "string",
"summary_type": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"note_definition": {
"content": "string",
"background_color": "string",
"font_size": "string",
"has_padding": False,
"show_tick": False,
"text_align": "string",
"tick_edge": "string",
"tick_pos": "string",
"vertical_align": "string",
},
"powerpack_definition": {
"powerpack_id": "string",
"background_color": "string",
"banner_img": "string",
"show_title": False,
"template_variables": {
"controlled_by_powerpacks": [{
"name": "string",
"values": ["string"],
"prefix": "string",
}],
"controlled_externallies": [{
"name": "string",
"values": ["string"],
"prefix": "string",
}],
},
"title": "string",
},
"query_table_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"has_search_bar": "string",
"live_span": "string",
"requests": [{
"aggregator": "string",
"alias": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"apm_stats_query": {
"env": "string",
"name": "string",
"primary_tag": "string",
"row_type": "string",
"service": "string",
"columns": [{
"name": "string",
"alias": "string",
"cell_display_mode": "string",
"order": "string",
}],
"resource": "string",
},
"cell_display_modes": ["string"],
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"cell_display_mode_options": {
"trend_type": "string",
"y_scale": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"limit": 0,
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"order": "string",
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"text_formats": [{
"text_formats": [{
"match": {
"type": "string",
"value": "string",
},
"custom_bg_color": "string",
"custom_fg_color": "string",
"palette": "string",
"replace": {
"type": "string",
"with_": "string",
"substring": "string",
},
}],
}],
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"query_value_definition": {
"autoscale": False,
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"custom_unit": "string",
"live_span": "string",
"precision": 0,
"requests": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"text_align": "string",
"timeseries_background": {
"type": "string",
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"run_workflow_definition": {
"workflow_id": "string",
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"inputs": [{
"name": "string",
"value": "string",
}],
"live_span": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"scatterplot_definition": {
"color_by_groups": ["string"],
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"request": {
"scatterplot_tables": [{
"formulas": [{
"dimension": "string",
"formula_expression": "string",
"alias": "string",
}],
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
}],
"xes": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"ys": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
},
"title": "string",
"title_align": "string",
"title_size": "string",
"xaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"service_level_objective_definition": {
"slo_id": "string",
"time_windows": ["string"],
"view_mode": "string",
"view_type": "string",
"additional_query_filters": "string",
"global_time_target": "string",
"show_error_budget": False,
"title": "string",
"title_align": "string",
"title_size": "string",
},
"servicemap_definition": {
"filters": ["string"],
"service": "string",
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"slo_list_definition": {
"request": {
"query": {
"query_string": "string",
"limit": 0,
"sort": {
"column": "string",
"order": "string",
},
},
"request_type": "string",
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"split_graph_definition": {
"size": "string",
"source_widget_definition": {
"change_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"change_type": "string",
"compare_to": "string",
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"increase_good": False,
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"order_by": "string",
"order_dir": "string",
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"show_present": False,
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"geomap_definition": {
"view": {
"focus": "string",
},
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"style": {
"palette": "string",
"palette_flip": False,
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"query_table_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"has_search_bar": "string",
"live_span": "string",
"requests": [{
"aggregator": "string",
"alias": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"apm_stats_query": {
"env": "string",
"name": "string",
"primary_tag": "string",
"row_type": "string",
"service": "string",
"columns": [{
"name": "string",
"alias": "string",
"cell_display_mode": "string",
"order": "string",
}],
"resource": "string",
},
"cell_display_modes": ["string"],
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"cell_display_mode_options": {
"trend_type": "string",
"y_scale": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"limit": 0,
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"order": "string",
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"text_formats": [{
"text_formats": [{
"match": {
"type": "string",
"value": "string",
},
"custom_bg_color": "string",
"custom_fg_color": "string",
"palette": "string",
"replace": {
"type": "string",
"with_": "string",
"substring": "string",
},
}],
}],
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"query_value_definition": {
"autoscale": False,
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"custom_unit": "string",
"live_span": "string",
"precision": 0,
"requests": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"text_align": "string",
"timeseries_background": {
"type": "string",
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"scatterplot_definition": {
"color_by_groups": ["string"],
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"request": {
"scatterplot_tables": [{
"formulas": [{
"dimension": "string",
"formula_expression": "string",
"alias": "string",
}],
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
}],
"xes": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"ys": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
},
"title": "string",
"title_align": "string",
"title_size": "string",
"xaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"sunburst_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"hide_total": False,
"legend_inline": {
"type": "string",
"hide_percent": False,
"hide_value": False,
},
"legend_table": {
"type": "string",
},
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"network_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"timeseries_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"events": [{
"q": "string",
"tags_execution": "string",
}],
"legend_columns": ["string"],
"legend_layout": "string",
"legend_size": "string",
"live_span": "string",
"markers": [{
"value": "string",
"display_type": "string",
"label": "string",
}],
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"display_type": "string",
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"metadatas": [{
"expression": "string",
"alias_name": "string",
}],
"network_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"on_right_yaxis": False,
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"line_type": "string",
"line_width": "string",
"palette": "string",
},
}],
"right_yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
"show_legend": False,
"title": "string",
"title_align": "string",
"title_size": "string",
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"toplist_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"styles": [{
"displays": [{
"type": "string",
}],
"palette": "string",
"scaling": "string",
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"treemap_definition": {
"requests": [{
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
}],
"title": "string",
},
},
"split_config": {
"sort": {
"order": "string",
"compute": {
"metric": "string",
"aggregation": "string",
},
},
"split_dimensions": {
"one_graph_per": "string",
},
"limit": 0,
"static_splits": [{
"split_vectors": [{
"tag_key": "string",
"tag_values": ["string"],
}],
}],
},
"has_uniform_y_axes": False,
"live_span": "string",
"title": "string",
},
"sunburst_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"hide_total": False,
"legend_inline": {
"type": "string",
"hide_percent": False,
"hide_value": False,
},
"legend_table": {
"type": "string",
},
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"network_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"timeseries_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"events": [{
"q": "string",
"tags_execution": "string",
}],
"legend_columns": ["string"],
"legend_layout": "string",
"legend_size": "string",
"live_span": "string",
"markers": [{
"value": "string",
"display_type": "string",
"label": "string",
}],
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"display_type": "string",
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"metadatas": [{
"expression": "string",
"alias_name": "string",
}],
"network_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"on_right_yaxis": False,
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"line_type": "string",
"line_width": "string",
"palette": "string",
},
}],
"right_yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
"show_legend": False,
"title": "string",
"title_align": "string",
"title_size": "string",
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"toplist_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"styles": [{
"displays": [{
"type": "string",
}],
"palette": "string",
"scaling": "string",
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"topology_map_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"requests": [{
"queries": [{
"data_source": "string",
"filters": ["string"],
"service": "string",
}],
"request_type": "string",
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"trace_service_definition": {
"service": "string",
"env": "string",
"span_name": "string",
"show_errors": False,
"show_breakdown": False,
"show_distribution": False,
"display_format": "string",
"show_hits": False,
"show_latency": False,
"show_resource_list": False,
"size_format": "string",
"live_span": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"treemap_definition": {
"requests": [{
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
}],
"title": "string",
},
"widget_layout": {
"height": 0,
"width": 0,
"x": 0,
"y": 0,
"is_column_break": False,
},
}],
},
"heatmap_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"events": [{
"q": "string",
"tags_execution": "string",
}],
"legend_size": "string",
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"show_legend": False,
"title": "string",
"title_align": "string",
"title_size": "string",
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"hostmap_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"groups": ["string"],
"no_group_hosts": False,
"no_metric_hosts": False,
"node_type": "string",
"request": {
"fills": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"sizes": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
},
"scopes": ["string"],
"style": {
"fill_max": "string",
"fill_min": "string",
"palette": "string",
"palette_flip": False,
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"id": 0,
"iframe_definition": {
"url": "string",
},
"image_definition": {
"url": "string",
"has_background": False,
"has_border": False,
"horizontal_align": "string",
"margin": "string",
"sizing": "string",
"url_dark_theme": "string",
"vertical_align": "string",
},
"list_stream_definition": {
"requests": [{
"columns": [{
"field": "string",
"width": "string",
}],
"query": {
"data_source": "string",
"clustering_pattern_field_path": "string",
"event_size": "string",
"group_bies": [{
"facet": "string",
}],
"indexes": ["string"],
"query_string": "string",
"sort": {
"column": "string",
"order": "string",
},
"storage": "string",
},
"response_format": "string",
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"log_stream_definition": {
"columns": ["string"],
"indexes": ["string"],
"live_span": "string",
"message_display": "string",
"query": "string",
"show_date_column": False,
"show_message_column": False,
"sort": {
"column": "string",
"order": "string",
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"manage_status_definition": {
"query": "string",
"color_preference": "string",
"display_format": "string",
"hide_zero_counts": False,
"show_last_triggered": False,
"show_priority": False,
"sort": "string",
"summary_type": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"note_definition": {
"content": "string",
"background_color": "string",
"font_size": "string",
"has_padding": False,
"show_tick": False,
"text_align": "string",
"tick_edge": "string",
"tick_pos": "string",
"vertical_align": "string",
},
"powerpack_definition": {
"powerpack_id": "string",
"background_color": "string",
"banner_img": "string",
"show_title": False,
"template_variables": {
"controlled_by_powerpacks": [{
"name": "string",
"values": ["string"],
"prefix": "string",
}],
"controlled_externallies": [{
"name": "string",
"values": ["string"],
"prefix": "string",
}],
},
"title": "string",
},
"query_table_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"has_search_bar": "string",
"live_span": "string",
"requests": [{
"aggregator": "string",
"alias": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"apm_stats_query": {
"env": "string",
"name": "string",
"primary_tag": "string",
"row_type": "string",
"service": "string",
"columns": [{
"name": "string",
"alias": "string",
"cell_display_mode": "string",
"order": "string",
}],
"resource": "string",
},
"cell_display_modes": ["string"],
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"cell_display_mode_options": {
"trend_type": "string",
"y_scale": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"limit": 0,
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"order": "string",
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"text_formats": [{
"text_formats": [{
"match": {
"type": "string",
"value": "string",
},
"custom_bg_color": "string",
"custom_fg_color": "string",
"palette": "string",
"replace": {
"type": "string",
"with_": "string",
"substring": "string",
},
}],
}],
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"query_value_definition": {
"autoscale": False,
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"custom_unit": "string",
"live_span": "string",
"precision": 0,
"requests": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"text_align": "string",
"timeseries_background": {
"type": "string",
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"run_workflow_definition": {
"workflow_id": "string",
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"inputs": [{
"name": "string",
"value": "string",
}],
"live_span": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"scatterplot_definition": {
"color_by_groups": ["string"],
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"request": {
"scatterplot_tables": [{
"formulas": [{
"dimension": "string",
"formula_expression": "string",
"alias": "string",
}],
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
}],
"xes": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"ys": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
},
"title": "string",
"title_align": "string",
"title_size": "string",
"xaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"service_level_objective_definition": {
"slo_id": "string",
"time_windows": ["string"],
"view_mode": "string",
"view_type": "string",
"additional_query_filters": "string",
"global_time_target": "string",
"show_error_budget": False,
"title": "string",
"title_align": "string",
"title_size": "string",
},
"servicemap_definition": {
"filters": ["string"],
"service": "string",
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"slo_list_definition": {
"request": {
"query": {
"query_string": "string",
"limit": 0,
"sort": {
"column": "string",
"order": "string",
},
},
"request_type": "string",
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"split_graph_definition": {
"size": "string",
"source_widget_definition": {
"change_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"change_type": "string",
"compare_to": "string",
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"increase_good": False,
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"order_by": "string",
"order_dir": "string",
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"show_present": False,
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"geomap_definition": {
"view": {
"focus": "string",
},
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"style": {
"palette": "string",
"palette_flip": False,
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"query_table_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"has_search_bar": "string",
"live_span": "string",
"requests": [{
"aggregator": "string",
"alias": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"apm_stats_query": {
"env": "string",
"name": "string",
"primary_tag": "string",
"row_type": "string",
"service": "string",
"columns": [{
"name": "string",
"alias": "string",
"cell_display_mode": "string",
"order": "string",
}],
"resource": "string",
},
"cell_display_modes": ["string"],
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"cell_display_mode_options": {
"trend_type": "string",
"y_scale": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"limit": 0,
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"order": "string",
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"text_formats": [{
"text_formats": [{
"match": {
"type": "string",
"value": "string",
},
"custom_bg_color": "string",
"custom_fg_color": "string",
"palette": "string",
"replace": {
"type": "string",
"with_": "string",
"substring": "string",
},
}],
}],
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"query_value_definition": {
"autoscale": False,
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"custom_unit": "string",
"live_span": "string",
"precision": 0,
"requests": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"text_align": "string",
"timeseries_background": {
"type": "string",
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"title": "string",
"title_align": "string",
"title_size": "string",
},
"scatterplot_definition": {
"color_by_groups": ["string"],
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"request": {
"scatterplot_tables": [{
"formulas": [{
"dimension": "string",
"formula_expression": "string",
"alias": "string",
}],
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
}],
"xes": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
"ys": [{
"aggregator": "string",
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
}],
},
"title": "string",
"title_align": "string",
"title_size": "string",
"xaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"sunburst_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"hide_total": False,
"legend_inline": {
"type": "string",
"hide_percent": False,
"hide_value": False,
},
"legend_table": {
"type": "string",
},
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"network_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"timeseries_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"events": [{
"q": "string",
"tags_execution": "string",
}],
"legend_columns": ["string"],
"legend_layout": "string",
"legend_size": "string",
"live_span": "string",
"markers": [{
"value": "string",
"display_type": "string",
"label": "string",
}],
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"display_type": "string",
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"metadatas": [{
"expression": "string",
"alias_name": "string",
}],
"network_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"on_right_yaxis": False,
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"line_type": "string",
"line_width": "string",
"palette": "string",
},
}],
"right_yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
"show_legend": False,
"title": "string",
"title_align": "string",
"title_size": "string",
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"toplist_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"styles": [{
"displays": [{
"type": "string",
}],
"palette": "string",
"scaling": "string",
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"treemap_definition": {
"requests": [{
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
}],
"title": "string",
},
},
"split_config": {
"sort": {
"order": "string",
"compute": {
"metric": "string",
"aggregation": "string",
},
},
"split_dimensions": {
"one_graph_per": "string",
},
"limit": 0,
"static_splits": [{
"split_vectors": [{
"tag_key": "string",
"tag_values": ["string"],
}],
}],
},
"has_uniform_y_axes": False,
"live_span": "string",
"title": "string",
},
"sunburst_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"hide_total": False,
"legend_inline": {
"type": "string",
"hide_percent": False,
"hide_value": False,
},
"legend_table": {
"type": "string",
},
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"network_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"timeseries_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"events": [{
"q": "string",
"tags_execution": "string",
}],
"legend_columns": ["string"],
"legend_layout": "string",
"legend_size": "string",
"live_span": "string",
"markers": [{
"value": "string",
"display_type": "string",
"label": "string",
}],
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"display_type": "string",
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"metadatas": [{
"expression": "string",
"alias_name": "string",
}],
"network_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"on_right_yaxis": False,
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"line_type": "string",
"line_width": "string",
"palette": "string",
},
}],
"right_yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
"show_legend": False,
"title": "string",
"title_align": "string",
"title_size": "string",
"yaxis": {
"include_zero": False,
"label": "string",
"max": "string",
"min": "string",
"scale": "string",
},
},
"toplist_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"live_span": "string",
"requests": [{
"apm_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"audit_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"log_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"process_query": {
"metric": "string",
"filter_bies": ["string"],
"limit": 0,
"search_by": "string",
},
"q": "string",
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
"rum_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"security_query": {
"index": "string",
"compute_query": {
"aggregation": "string",
"facet": "string",
"interval": 0,
},
"group_bies": [{
"facet": "string",
"limit": 0,
"sort_query": {
"aggregation": "string",
"order": "string",
"facet": "string",
},
}],
"multi_computes": [{
"aggregation": "string",
"facet": "string",
"interval": 0,
}],
"search_query": "string",
},
"style": {
"palette": "string",
},
}],
"styles": [{
"displays": [{
"type": "string",
}],
"palette": "string",
"scaling": "string",
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"topology_map_definition": {
"custom_links": [{
"is_hidden": False,
"label": "string",
"link": "string",
"override_label": "string",
}],
"requests": [{
"queries": [{
"data_source": "string",
"filters": ["string"],
"service": "string",
}],
"request_type": "string",
}],
"title": "string",
"title_align": "string",
"title_size": "string",
},
"trace_service_definition": {
"service": "string",
"env": "string",
"span_name": "string",
"show_errors": False,
"show_breakdown": False,
"show_distribution": False,
"display_format": "string",
"show_hits": False,
"show_latency": False,
"show_resource_list": False,
"size_format": "string",
"live_span": "string",
"title": "string",
"title_align": "string",
"title_size": "string",
},
"treemap_definition": {
"requests": [{
"formulas": [{
"formula_expression": "string",
"alias": "string",
"cell_display_mode": "string",
"conditional_formats": [{
"comparator": "string",
"palette": "string",
"value": 0,
"custom_bg_color": "string",
"custom_fg_color": "string",
"hide_value": False,
"image_url": "string",
"metric": "string",
"timeframe": "string",
}],
"limit": {
"count": 0,
"order": "string",
},
"number_format": {
"unit": {
"canonical": {
"unit_name": "string",
"per_unit_name": "string",
},
"custom": {
"label": "string",
},
},
"unit_scale": {
"unit_name": "string",
},
},
"style": {
"palette": "string",
"palette_index": 0,
},
}],
"queries": [{
"apm_dependency_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"operation_name": "string",
"resource_name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"is_upstream": False,
"primary_tag_name": "string",
"primary_tag_value": "string",
},
"apm_resource_stats_query": {
"data_source": "string",
"env": "string",
"name": "string",
"service": "string",
"stat": "string",
"cross_org_uuids": "string",
"group_bies": ["string"],
"operation_name": "string",
"primary_tag_name": "string",
"primary_tag_value": "string",
"resource_name": "string",
},
"cloud_cost_query": {
"data_source": "string",
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
},
"event_query": {
"computes": [{
"aggregation": "string",
"interval": 0,
"metric": "string",
}],
"data_source": "string",
"name": "string",
"cross_org_uuids": "string",
"group_bies": [{
"facet": "string",
"limit": 0,
"sort": {
"aggregation": "string",
"metric": "string",
"order": "string",
},
}],
"indexes": ["string"],
"search": {
"query": "string",
},
"storage": "string",
},
"metric_query": {
"name": "string",
"query": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"data_source": "string",
},
"process_query": {
"data_source": "string",
"metric": "string",
"name": "string",
"aggregator": "string",
"cross_org_uuids": "string",
"is_normalized_cpu": False,
"limit": 0,
"sort": "string",
"tag_filters": ["string"],
"text_filter": "string",
},
"slo_query": {
"data_source": "string",
"measure": "string",
"slo_id": "string",
"additional_query_filters": "string",
"cross_org_uuids": "string",
"group_mode": "string",
"name": "string",
"slo_query_type": "string",
},
}],
}],
"title": "string",
},
"widget_layout": {
"height": 0,
"width": 0,
"x": 0,
"y": 0,
"is_column_break": False,
},
}])
const dashboardResource = new datadog.Dashboard("dashboardResource", {
layoutType: "string",
title: "string",
restrictedRoles: ["string"],
notifyLists: ["string"],
reflowType: "string",
dashboardLists: [0],
tags: ["string"],
templateVariablePresets: [{
name: "string",
templateVariables: [{
name: "string",
values: ["string"],
}],
}],
templateVariables: [{
name: "string",
availableValues: ["string"],
defaults: ["string"],
prefix: "string",
}],
description: "string",
url: "string",
widgets: [{
alertGraphDefinition: {
alertId: "string",
vizType: "string",
liveSpan: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
alertValueDefinition: {
alertId: "string",
precision: 0,
textAlign: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
unit: "string",
},
changeDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
changeType: "string",
compareTo: "string",
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
increaseGood: false,
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
orderBy: "string",
orderDir: "string",
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
showPresent: false,
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
checkStatusDefinition: {
check: "string",
grouping: "string",
group: "string",
groupBies: ["string"],
liveSpan: "string",
tags: ["string"],
title: "string",
titleAlign: "string",
titleSize: "string",
},
distributionDefinition: {
legendSize: "string",
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
apmStatsQuery: {
env: "string",
name: "string",
primaryTag: "string",
rowType: "string",
service: "string",
columns: [{
name: "string",
alias: "string",
cellDisplayMode: "string",
order: "string",
}],
resource: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
showLegend: false,
title: "string",
titleAlign: "string",
titleSize: "string",
xaxis: {
includeZero: false,
max: "string",
min: "string",
scale: "string",
},
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
eventStreamDefinition: {
query: "string",
eventSize: "string",
liveSpan: "string",
tagsExecution: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
eventTimelineDefinition: {
query: "string",
liveSpan: "string",
tagsExecution: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
freeTextDefinition: {
text: "string",
color: "string",
fontSize: "string",
textAlign: "string",
},
geomapDefinition: {
view: {
focus: "string",
},
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
style: {
palette: "string",
paletteFlip: false,
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
groupDefinition: {
layoutType: "string",
backgroundColor: "string",
bannerImg: "string",
showTitle: false,
title: "string",
widgets: [{
alertGraphDefinition: {
alertId: "string",
vizType: "string",
liveSpan: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
alertValueDefinition: {
alertId: "string",
precision: 0,
textAlign: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
unit: "string",
},
changeDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
changeType: "string",
compareTo: "string",
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
increaseGood: false,
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
orderBy: "string",
orderDir: "string",
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
showPresent: false,
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
checkStatusDefinition: {
check: "string",
grouping: "string",
group: "string",
groupBies: ["string"],
liveSpan: "string",
tags: ["string"],
title: "string",
titleAlign: "string",
titleSize: "string",
},
distributionDefinition: {
legendSize: "string",
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
apmStatsQuery: {
env: "string",
name: "string",
primaryTag: "string",
rowType: "string",
service: "string",
columns: [{
name: "string",
alias: "string",
cellDisplayMode: "string",
order: "string",
}],
resource: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
showLegend: false,
title: "string",
titleAlign: "string",
titleSize: "string",
xaxis: {
includeZero: false,
max: "string",
min: "string",
scale: "string",
},
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
eventStreamDefinition: {
query: "string",
eventSize: "string",
liveSpan: "string",
tagsExecution: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
eventTimelineDefinition: {
query: "string",
liveSpan: "string",
tagsExecution: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
freeTextDefinition: {
text: "string",
color: "string",
fontSize: "string",
textAlign: "string",
},
geomapDefinition: {
view: {
focus: "string",
},
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
style: {
palette: "string",
paletteFlip: false,
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
heatmapDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
events: [{
q: "string",
tagsExecution: "string",
}],
legendSize: "string",
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
showLegend: false,
title: "string",
titleAlign: "string",
titleSize: "string",
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
hostmapDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
groups: ["string"],
noGroupHosts: false,
noMetricHosts: false,
nodeType: "string",
request: {
fills: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
sizes: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
},
scopes: ["string"],
style: {
fillMax: "string",
fillMin: "string",
palette: "string",
paletteFlip: false,
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
id: 0,
iframeDefinition: {
url: "string",
},
imageDefinition: {
url: "string",
hasBackground: false,
hasBorder: false,
horizontalAlign: "string",
margin: "string",
sizing: "string",
urlDarkTheme: "string",
verticalAlign: "string",
},
listStreamDefinition: {
requests: [{
columns: [{
field: "string",
width: "string",
}],
query: {
dataSource: "string",
clusteringPatternFieldPath: "string",
eventSize: "string",
groupBies: [{
facet: "string",
}],
indexes: ["string"],
queryString: "string",
sort: {
column: "string",
order: "string",
},
storage: "string",
},
responseFormat: "string",
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
logStreamDefinition: {
columns: ["string"],
indexes: ["string"],
liveSpan: "string",
messageDisplay: "string",
query: "string",
showDateColumn: false,
showMessageColumn: false,
sort: {
column: "string",
order: "string",
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
manageStatusDefinition: {
query: "string",
colorPreference: "string",
displayFormat: "string",
hideZeroCounts: false,
showLastTriggered: false,
showPriority: false,
sort: "string",
summaryType: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
noteDefinition: {
content: "string",
backgroundColor: "string",
fontSize: "string",
hasPadding: false,
showTick: false,
textAlign: "string",
tickEdge: "string",
tickPos: "string",
verticalAlign: "string",
},
powerpackDefinition: {
powerpackId: "string",
backgroundColor: "string",
bannerImg: "string",
showTitle: false,
templateVariables: {
controlledByPowerpacks: [{
name: "string",
values: ["string"],
prefix: "string",
}],
controlledExternallies: [{
name: "string",
values: ["string"],
prefix: "string",
}],
},
title: "string",
},
queryTableDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
hasSearchBar: "string",
liveSpan: "string",
requests: [{
aggregator: "string",
alias: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
apmStatsQuery: {
env: "string",
name: "string",
primaryTag: "string",
rowType: "string",
service: "string",
columns: [{
name: "string",
alias: "string",
cellDisplayMode: "string",
order: "string",
}],
resource: "string",
},
cellDisplayModes: ["string"],
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
cellDisplayModeOptions: {
trendType: "string",
yScale: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
limit: 0,
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
order: "string",
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
textFormats: [{
textFormats: [{
match: {
type: "string",
value: "string",
},
customBgColor: "string",
customFgColor: "string",
palette: "string",
replace: {
type: "string",
"with": "string",
substring: "string",
},
}],
}],
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
queryValueDefinition: {
autoscale: false,
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
customUnit: "string",
liveSpan: "string",
precision: 0,
requests: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
textAlign: "string",
timeseriesBackground: {
type: "string",
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
runWorkflowDefinition: {
workflowId: "string",
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
inputs: [{
name: "string",
value: "string",
}],
liveSpan: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
scatterplotDefinition: {
colorByGroups: ["string"],
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
request: {
scatterplotTables: [{
formulas: [{
dimension: "string",
formulaExpression: "string",
alias: "string",
}],
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
}],
xes: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
ys: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
},
title: "string",
titleAlign: "string",
titleSize: "string",
xaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
serviceLevelObjectiveDefinition: {
sloId: "string",
timeWindows: ["string"],
viewMode: "string",
viewType: "string",
additionalQueryFilters: "string",
globalTimeTarget: "string",
showErrorBudget: false,
title: "string",
titleAlign: "string",
titleSize: "string",
},
servicemapDefinition: {
filters: ["string"],
service: "string",
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
sloListDefinition: {
request: {
query: {
queryString: "string",
limit: 0,
sort: {
column: "string",
order: "string",
},
},
requestType: "string",
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
splitGraphDefinition: {
size: "string",
sourceWidgetDefinition: {
changeDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
changeType: "string",
compareTo: "string",
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
increaseGood: false,
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
orderBy: "string",
orderDir: "string",
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
showPresent: false,
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
geomapDefinition: {
view: {
focus: "string",
},
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
style: {
palette: "string",
paletteFlip: false,
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
queryTableDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
hasSearchBar: "string",
liveSpan: "string",
requests: [{
aggregator: "string",
alias: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
apmStatsQuery: {
env: "string",
name: "string",
primaryTag: "string",
rowType: "string",
service: "string",
columns: [{
name: "string",
alias: "string",
cellDisplayMode: "string",
order: "string",
}],
resource: "string",
},
cellDisplayModes: ["string"],
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
cellDisplayModeOptions: {
trendType: "string",
yScale: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
limit: 0,
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
order: "string",
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
textFormats: [{
textFormats: [{
match: {
type: "string",
value: "string",
},
customBgColor: "string",
customFgColor: "string",
palette: "string",
replace: {
type: "string",
"with": "string",
substring: "string",
},
}],
}],
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
queryValueDefinition: {
autoscale: false,
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
customUnit: "string",
liveSpan: "string",
precision: 0,
requests: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
textAlign: "string",
timeseriesBackground: {
type: "string",
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
scatterplotDefinition: {
colorByGroups: ["string"],
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
request: {
scatterplotTables: [{
formulas: [{
dimension: "string",
formulaExpression: "string",
alias: "string",
}],
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
}],
xes: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
ys: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
},
title: "string",
titleAlign: "string",
titleSize: "string",
xaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
sunburstDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
hideTotal: false,
legendInline: {
type: "string",
hidePercent: false,
hideValue: false,
},
legendTable: {
type: "string",
},
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
networkQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
timeseriesDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
events: [{
q: "string",
tagsExecution: "string",
}],
legendColumns: ["string"],
legendLayout: "string",
legendSize: "string",
liveSpan: "string",
markers: [{
value: "string",
displayType: "string",
label: "string",
}],
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
displayType: "string",
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
metadatas: [{
expression: "string",
aliasName: "string",
}],
networkQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
onRightYaxis: false,
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
lineType: "string",
lineWidth: "string",
palette: "string",
},
}],
rightYaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
showLegend: false,
title: "string",
titleAlign: "string",
titleSize: "string",
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
toplistDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
styles: [{
displays: [{
type: "string",
}],
palette: "string",
scaling: "string",
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
treemapDefinition: {
requests: [{
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
}],
title: "string",
},
},
splitConfig: {
sort: {
order: "string",
compute: {
metric: "string",
aggregation: "string",
},
},
splitDimensions: {
oneGraphPer: "string",
},
limit: 0,
staticSplits: [{
splitVectors: [{
tagKey: "string",
tagValues: ["string"],
}],
}],
},
hasUniformYAxes: false,
liveSpan: "string",
title: "string",
},
sunburstDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
hideTotal: false,
legendInline: {
type: "string",
hidePercent: false,
hideValue: false,
},
legendTable: {
type: "string",
},
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
networkQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
timeseriesDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
events: [{
q: "string",
tagsExecution: "string",
}],
legendColumns: ["string"],
legendLayout: "string",
legendSize: "string",
liveSpan: "string",
markers: [{
value: "string",
displayType: "string",
label: "string",
}],
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
displayType: "string",
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
metadatas: [{
expression: "string",
aliasName: "string",
}],
networkQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
onRightYaxis: false,
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
lineType: "string",
lineWidth: "string",
palette: "string",
},
}],
rightYaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
showLegend: false,
title: "string",
titleAlign: "string",
titleSize: "string",
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
toplistDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
styles: [{
displays: [{
type: "string",
}],
palette: "string",
scaling: "string",
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
topologyMapDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
requests: [{
queries: [{
dataSource: "string",
filters: ["string"],
service: "string",
}],
requestType: "string",
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
traceServiceDefinition: {
service: "string",
env: "string",
spanName: "string",
showErrors: false,
showBreakdown: false,
showDistribution: false,
displayFormat: "string",
showHits: false,
showLatency: false,
showResourceList: false,
sizeFormat: "string",
liveSpan: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
treemapDefinition: {
requests: [{
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
}],
title: "string",
},
widgetLayout: {
height: 0,
width: 0,
x: 0,
y: 0,
isColumnBreak: false,
},
}],
},
heatmapDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
events: [{
q: "string",
tagsExecution: "string",
}],
legendSize: "string",
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
showLegend: false,
title: "string",
titleAlign: "string",
titleSize: "string",
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
hostmapDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
groups: ["string"],
noGroupHosts: false,
noMetricHosts: false,
nodeType: "string",
request: {
fills: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
sizes: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
},
scopes: ["string"],
style: {
fillMax: "string",
fillMin: "string",
palette: "string",
paletteFlip: false,
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
id: 0,
iframeDefinition: {
url: "string",
},
imageDefinition: {
url: "string",
hasBackground: false,
hasBorder: false,
horizontalAlign: "string",
margin: "string",
sizing: "string",
urlDarkTheme: "string",
verticalAlign: "string",
},
listStreamDefinition: {
requests: [{
columns: [{
field: "string",
width: "string",
}],
query: {
dataSource: "string",
clusteringPatternFieldPath: "string",
eventSize: "string",
groupBies: [{
facet: "string",
}],
indexes: ["string"],
queryString: "string",
sort: {
column: "string",
order: "string",
},
storage: "string",
},
responseFormat: "string",
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
logStreamDefinition: {
columns: ["string"],
indexes: ["string"],
liveSpan: "string",
messageDisplay: "string",
query: "string",
showDateColumn: false,
showMessageColumn: false,
sort: {
column: "string",
order: "string",
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
manageStatusDefinition: {
query: "string",
colorPreference: "string",
displayFormat: "string",
hideZeroCounts: false,
showLastTriggered: false,
showPriority: false,
sort: "string",
summaryType: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
noteDefinition: {
content: "string",
backgroundColor: "string",
fontSize: "string",
hasPadding: false,
showTick: false,
textAlign: "string",
tickEdge: "string",
tickPos: "string",
verticalAlign: "string",
},
powerpackDefinition: {
powerpackId: "string",
backgroundColor: "string",
bannerImg: "string",
showTitle: false,
templateVariables: {
controlledByPowerpacks: [{
name: "string",
values: ["string"],
prefix: "string",
}],
controlledExternallies: [{
name: "string",
values: ["string"],
prefix: "string",
}],
},
title: "string",
},
queryTableDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
hasSearchBar: "string",
liveSpan: "string",
requests: [{
aggregator: "string",
alias: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
apmStatsQuery: {
env: "string",
name: "string",
primaryTag: "string",
rowType: "string",
service: "string",
columns: [{
name: "string",
alias: "string",
cellDisplayMode: "string",
order: "string",
}],
resource: "string",
},
cellDisplayModes: ["string"],
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
cellDisplayModeOptions: {
trendType: "string",
yScale: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
limit: 0,
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
order: "string",
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
textFormats: [{
textFormats: [{
match: {
type: "string",
value: "string",
},
customBgColor: "string",
customFgColor: "string",
palette: "string",
replace: {
type: "string",
"with": "string",
substring: "string",
},
}],
}],
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
queryValueDefinition: {
autoscale: false,
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
customUnit: "string",
liveSpan: "string",
precision: 0,
requests: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
textAlign: "string",
timeseriesBackground: {
type: "string",
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
runWorkflowDefinition: {
workflowId: "string",
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
inputs: [{
name: "string",
value: "string",
}],
liveSpan: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
scatterplotDefinition: {
colorByGroups: ["string"],
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
request: {
scatterplotTables: [{
formulas: [{
dimension: "string",
formulaExpression: "string",
alias: "string",
}],
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
}],
xes: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
ys: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
},
title: "string",
titleAlign: "string",
titleSize: "string",
xaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
serviceLevelObjectiveDefinition: {
sloId: "string",
timeWindows: ["string"],
viewMode: "string",
viewType: "string",
additionalQueryFilters: "string",
globalTimeTarget: "string",
showErrorBudget: false,
title: "string",
titleAlign: "string",
titleSize: "string",
},
servicemapDefinition: {
filters: ["string"],
service: "string",
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
sloListDefinition: {
request: {
query: {
queryString: "string",
limit: 0,
sort: {
column: "string",
order: "string",
},
},
requestType: "string",
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
splitGraphDefinition: {
size: "string",
sourceWidgetDefinition: {
changeDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
changeType: "string",
compareTo: "string",
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
increaseGood: false,
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
orderBy: "string",
orderDir: "string",
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
showPresent: false,
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
geomapDefinition: {
view: {
focus: "string",
},
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
style: {
palette: "string",
paletteFlip: false,
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
queryTableDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
hasSearchBar: "string",
liveSpan: "string",
requests: [{
aggregator: "string",
alias: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
apmStatsQuery: {
env: "string",
name: "string",
primaryTag: "string",
rowType: "string",
service: "string",
columns: [{
name: "string",
alias: "string",
cellDisplayMode: "string",
order: "string",
}],
resource: "string",
},
cellDisplayModes: ["string"],
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
cellDisplayModeOptions: {
trendType: "string",
yScale: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
limit: 0,
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
order: "string",
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
textFormats: [{
textFormats: [{
match: {
type: "string",
value: "string",
},
customBgColor: "string",
customFgColor: "string",
palette: "string",
replace: {
type: "string",
"with": "string",
substring: "string",
},
}],
}],
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
queryValueDefinition: {
autoscale: false,
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
customUnit: "string",
liveSpan: "string",
precision: 0,
requests: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
textAlign: "string",
timeseriesBackground: {
type: "string",
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
title: "string",
titleAlign: "string",
titleSize: "string",
},
scatterplotDefinition: {
colorByGroups: ["string"],
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
request: {
scatterplotTables: [{
formulas: [{
dimension: "string",
formulaExpression: "string",
alias: "string",
}],
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
}],
xes: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
ys: [{
aggregator: "string",
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
}],
},
title: "string",
titleAlign: "string",
titleSize: "string",
xaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
sunburstDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
hideTotal: false,
legendInline: {
type: "string",
hidePercent: false,
hideValue: false,
},
legendTable: {
type: "string",
},
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
networkQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
timeseriesDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
events: [{
q: "string",
tagsExecution: "string",
}],
legendColumns: ["string"],
legendLayout: "string",
legendSize: "string",
liveSpan: "string",
markers: [{
value: "string",
displayType: "string",
label: "string",
}],
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
displayType: "string",
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
metadatas: [{
expression: "string",
aliasName: "string",
}],
networkQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
onRightYaxis: false,
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
lineType: "string",
lineWidth: "string",
palette: "string",
},
}],
rightYaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
showLegend: false,
title: "string",
titleAlign: "string",
titleSize: "string",
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
toplistDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
styles: [{
displays: [{
type: "string",
}],
palette: "string",
scaling: "string",
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
treemapDefinition: {
requests: [{
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
}],
title: "string",
},
},
splitConfig: {
sort: {
order: "string",
compute: {
metric: "string",
aggregation: "string",
},
},
splitDimensions: {
oneGraphPer: "string",
},
limit: 0,
staticSplits: [{
splitVectors: [{
tagKey: "string",
tagValues: ["string"],
}],
}],
},
hasUniformYAxes: false,
liveSpan: "string",
title: "string",
},
sunburstDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
hideTotal: false,
legendInline: {
type: "string",
hidePercent: false,
hideValue: false,
},
legendTable: {
type: "string",
},
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
networkQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
timeseriesDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
events: [{
q: "string",
tagsExecution: "string",
}],
legendColumns: ["string"],
legendLayout: "string",
legendSize: "string",
liveSpan: "string",
markers: [{
value: "string",
displayType: "string",
label: "string",
}],
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
displayType: "string",
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
metadatas: [{
expression: "string",
aliasName: "string",
}],
networkQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
onRightYaxis: false,
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
lineType: "string",
lineWidth: "string",
palette: "string",
},
}],
rightYaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
showLegend: false,
title: "string",
titleAlign: "string",
titleSize: "string",
yaxis: {
includeZero: false,
label: "string",
max: "string",
min: "string",
scale: "string",
},
},
toplistDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
liveSpan: "string",
requests: [{
apmQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
auditQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
logQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
processQuery: {
metric: "string",
filterBies: ["string"],
limit: 0,
searchBy: "string",
},
q: "string",
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
rumQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
securityQuery: {
index: "string",
computeQuery: {
aggregation: "string",
facet: "string",
interval: 0,
},
groupBies: [{
facet: "string",
limit: 0,
sortQuery: {
aggregation: "string",
order: "string",
facet: "string",
},
}],
multiComputes: [{
aggregation: "string",
facet: "string",
interval: 0,
}],
searchQuery: "string",
},
style: {
palette: "string",
},
}],
styles: [{
displays: [{
type: "string",
}],
palette: "string",
scaling: "string",
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
topologyMapDefinition: {
customLinks: [{
isHidden: false,
label: "string",
link: "string",
overrideLabel: "string",
}],
requests: [{
queries: [{
dataSource: "string",
filters: ["string"],
service: "string",
}],
requestType: "string",
}],
title: "string",
titleAlign: "string",
titleSize: "string",
},
traceServiceDefinition: {
service: "string",
env: "string",
spanName: "string",
showErrors: false,
showBreakdown: false,
showDistribution: false,
displayFormat: "string",
showHits: false,
showLatency: false,
showResourceList: false,
sizeFormat: "string",
liveSpan: "string",
title: "string",
titleAlign: "string",
titleSize: "string",
},
treemapDefinition: {
requests: [{
formulas: [{
formulaExpression: "string",
alias: "string",
cellDisplayMode: "string",
conditionalFormats: [{
comparator: "string",
palette: "string",
value: 0,
customBgColor: "string",
customFgColor: "string",
hideValue: false,
imageUrl: "string",
metric: "string",
timeframe: "string",
}],
limit: {
count: 0,
order: "string",
},
numberFormat: {
unit: {
canonical: {
unitName: "string",
perUnitName: "string",
},
custom: {
label: "string",
},
},
unitScale: {
unitName: "string",
},
},
style: {
palette: "string",
paletteIndex: 0,
},
}],
queries: [{
apmDependencyStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
operationName: "string",
resourceName: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
isUpstream: false,
primaryTagName: "string",
primaryTagValue: "string",
},
apmResourceStatsQuery: {
dataSource: "string",
env: "string",
name: "string",
service: "string",
stat: "string",
crossOrgUuids: "string",
groupBies: ["string"],
operationName: "string",
primaryTagName: "string",
primaryTagValue: "string",
resourceName: "string",
},
cloudCostQuery: {
dataSource: "string",
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
},
eventQuery: {
computes: [{
aggregation: "string",
interval: 0,
metric: "string",
}],
dataSource: "string",
name: "string",
crossOrgUuids: "string",
groupBies: [{
facet: "string",
limit: 0,
sort: {
aggregation: "string",
metric: "string",
order: "string",
},
}],
indexes: ["string"],
search: {
query: "string",
},
storage: "string",
},
metricQuery: {
name: "string",
query: "string",
aggregator: "string",
crossOrgUuids: "string",
dataSource: "string",
},
processQuery: {
dataSource: "string",
metric: "string",
name: "string",
aggregator: "string",
crossOrgUuids: "string",
isNormalizedCpu: false,
limit: 0,
sort: "string",
tagFilters: ["string"],
textFilter: "string",
},
sloQuery: {
dataSource: "string",
measure: "string",
sloId: "string",
additionalQueryFilters: "string",
crossOrgUuids: "string",
groupMode: "string",
name: "string",
sloQueryType: "string",
},
}],
}],
title: "string",
},
widgetLayout: {
height: 0,
width: 0,
x: 0,
y: 0,
isColumnBreak: false,
},
}],
});
type: datadog:Dashboard
properties:
dashboardLists:
- 0
description: string
layoutType: string
notifyLists:
- string
reflowType: string
restrictedRoles:
- string
tags:
- string
templateVariablePresets:
- name: string
templateVariables:
- name: string
values:
- string
templateVariables:
- availableValues:
- string
defaults:
- string
name: string
prefix: string
title: string
url: string
widgets:
- alertGraphDefinition:
alertId: string
liveSpan: string
title: string
titleAlign: string
titleSize: string
vizType: string
alertValueDefinition:
alertId: string
precision: 0
textAlign: string
title: string
titleAlign: string
titleSize: string
unit: string
changeDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
changeType: string
compareTo: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
increaseGood: false
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
orderBy: string
orderDir: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
showPresent: false
title: string
titleAlign: string
titleSize: string
checkStatusDefinition:
check: string
group: string
groupBies:
- string
grouping: string
liveSpan: string
tags:
- string
title: string
titleAlign: string
titleSize: string
distributionDefinition:
legendSize: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
apmStatsQuery:
columns:
- alias: string
cellDisplayMode: string
name: string
order: string
env: string
name: string
primaryTag: string
resource: string
rowType: string
service: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
showLegend: false
title: string
titleAlign: string
titleSize: string
xaxis:
includeZero: false
max: string
min: string
scale: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
eventStreamDefinition:
eventSize: string
liveSpan: string
query: string
tagsExecution: string
title: string
titleAlign: string
titleSize: string
eventTimelineDefinition:
liveSpan: string
query: string
tagsExecution: string
title: string
titleAlign: string
titleSize: string
freeTextDefinition:
color: string
fontSize: string
text: string
textAlign: string
geomapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
paletteFlip: false
title: string
titleAlign: string
titleSize: string
view:
focus: string
groupDefinition:
backgroundColor: string
bannerImg: string
layoutType: string
showTitle: false
title: string
widgets:
- alertGraphDefinition:
alertId: string
liveSpan: string
title: string
titleAlign: string
titleSize: string
vizType: string
alertValueDefinition:
alertId: string
precision: 0
textAlign: string
title: string
titleAlign: string
titleSize: string
unit: string
changeDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
changeType: string
compareTo: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
increaseGood: false
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
orderBy: string
orderDir: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
showPresent: false
title: string
titleAlign: string
titleSize: string
checkStatusDefinition:
check: string
group: string
groupBies:
- string
grouping: string
liveSpan: string
tags:
- string
title: string
titleAlign: string
titleSize: string
distributionDefinition:
legendSize: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
apmStatsQuery:
columns:
- alias: string
cellDisplayMode: string
name: string
order: string
env: string
name: string
primaryTag: string
resource: string
rowType: string
service: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
showLegend: false
title: string
titleAlign: string
titleSize: string
xaxis:
includeZero: false
max: string
min: string
scale: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
eventStreamDefinition:
eventSize: string
liveSpan: string
query: string
tagsExecution: string
title: string
titleAlign: string
titleSize: string
eventTimelineDefinition:
liveSpan: string
query: string
tagsExecution: string
title: string
titleAlign: string
titleSize: string
freeTextDefinition:
color: string
fontSize: string
text: string
textAlign: string
geomapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
paletteFlip: false
title: string
titleAlign: string
titleSize: string
view:
focus: string
heatmapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
events:
- q: string
tagsExecution: string
legendSize: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
showLegend: false
title: string
titleAlign: string
titleSize: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
hostmapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
groups:
- string
noGroupHosts: false
noMetricHosts: false
nodeType: string
request:
fills:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
sizes:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
scopes:
- string
style:
fillMax: string
fillMin: string
palette: string
paletteFlip: false
title: string
titleAlign: string
titleSize: string
id: 0
iframeDefinition:
url: string
imageDefinition:
hasBackground: false
hasBorder: false
horizontalAlign: string
margin: string
sizing: string
url: string
urlDarkTheme: string
verticalAlign: string
listStreamDefinition:
requests:
- columns:
- field: string
width: string
query:
clusteringPatternFieldPath: string
dataSource: string
eventSize: string
groupBies:
- facet: string
indexes:
- string
queryString: string
sort:
column: string
order: string
storage: string
responseFormat: string
title: string
titleAlign: string
titleSize: string
logStreamDefinition:
columns:
- string
indexes:
- string
liveSpan: string
messageDisplay: string
query: string
showDateColumn: false
showMessageColumn: false
sort:
column: string
order: string
title: string
titleAlign: string
titleSize: string
manageStatusDefinition:
colorPreference: string
displayFormat: string
hideZeroCounts: false
query: string
showLastTriggered: false
showPriority: false
sort: string
summaryType: string
title: string
titleAlign: string
titleSize: string
noteDefinition:
backgroundColor: string
content: string
fontSize: string
hasPadding: false
showTick: false
textAlign: string
tickEdge: string
tickPos: string
verticalAlign: string
powerpackDefinition:
backgroundColor: string
bannerImg: string
powerpackId: string
showTitle: false
templateVariables:
controlledByPowerpacks:
- name: string
prefix: string
values:
- string
controlledExternallies:
- name: string
prefix: string
values:
- string
title: string
queryTableDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
hasSearchBar: string
liveSpan: string
requests:
- aggregator: string
alias: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
apmStatsQuery:
columns:
- alias: string
cellDisplayMode: string
name: string
order: string
env: string
name: string
primaryTag: string
resource: string
rowType: string
service: string
cellDisplayModes:
- string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
cellDisplayModeOptions:
trendType: string
yScale: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
limit: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
order: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
textFormats:
- textFormats:
- customBgColor: string
customFgColor: string
match:
type: string
value: string
palette: string
replace:
substring: string
type: string
with: string
title: string
titleAlign: string
titleSize: string
queryValueDefinition:
autoscale: false
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
customUnit: string
liveSpan: string
precision: 0
requests:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
textAlign: string
timeseriesBackground:
type: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
title: string
titleAlign: string
titleSize: string
runWorkflowDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
inputs:
- name: string
value: string
liveSpan: string
title: string
titleAlign: string
titleSize: string
workflowId: string
scatterplotDefinition:
colorByGroups:
- string
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
request:
scatterplotTables:
- formulas:
- alias: string
dimension: string
formulaExpression: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
xes:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
ys:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
title: string
titleAlign: string
titleSize: string
xaxis:
includeZero: false
label: string
max: string
min: string
scale: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
serviceLevelObjectiveDefinition:
additionalQueryFilters: string
globalTimeTarget: string
showErrorBudget: false
sloId: string
timeWindows:
- string
title: string
titleAlign: string
titleSize: string
viewMode: string
viewType: string
servicemapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
filters:
- string
service: string
title: string
titleAlign: string
titleSize: string
sloListDefinition:
request:
query:
limit: 0
queryString: string
sort:
column: string
order: string
requestType: string
title: string
titleAlign: string
titleSize: string
splitGraphDefinition:
hasUniformYAxes: false
liveSpan: string
size: string
sourceWidgetDefinition:
changeDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
changeType: string
compareTo: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
increaseGood: false
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
orderBy: string
orderDir: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
showPresent: false
title: string
titleAlign: string
titleSize: string
geomapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
paletteFlip: false
title: string
titleAlign: string
titleSize: string
view:
focus: string
queryTableDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
hasSearchBar: string
liveSpan: string
requests:
- aggregator: string
alias: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
apmStatsQuery:
columns:
- alias: string
cellDisplayMode: string
name: string
order: string
env: string
name: string
primaryTag: string
resource: string
rowType: string
service: string
cellDisplayModes:
- string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
cellDisplayModeOptions:
trendType: string
yScale: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
limit: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
order: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
textFormats:
- textFormats:
- customBgColor: string
customFgColor: string
match:
type: string
value: string
palette: string
replace:
substring: string
type: string
with: string
title: string
titleAlign: string
titleSize: string
queryValueDefinition:
autoscale: false
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
customUnit: string
liveSpan: string
precision: 0
requests:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
textAlign: string
timeseriesBackground:
type: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
title: string
titleAlign: string
titleSize: string
scatterplotDefinition:
colorByGroups:
- string
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
request:
scatterplotTables:
- formulas:
- alias: string
dimension: string
formulaExpression: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
xes:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
ys:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
title: string
titleAlign: string
titleSize: string
xaxis:
includeZero: false
label: string
max: string
min: string
scale: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
sunburstDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
hideTotal: false
legendInline:
hidePercent: false
hideValue: false
type: string
legendTable:
type: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
networkQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
title: string
titleAlign: string
titleSize: string
timeseriesDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
events:
- q: string
tagsExecution: string
legendColumns:
- string
legendLayout: string
legendSize: string
liveSpan: string
markers:
- displayType: string
label: string
value: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
displayType: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
metadatas:
- aliasName: string
expression: string
networkQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
onRightYaxis: false
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
lineType: string
lineWidth: string
palette: string
rightYaxis:
includeZero: false
label: string
max: string
min: string
scale: string
showLegend: false
title: string
titleAlign: string
titleSize: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
toplistDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
styles:
- displays:
- type: string
palette: string
scaling: string
title: string
titleAlign: string
titleSize: string
treemapDefinition:
requests:
- formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
title: string
splitConfig:
limit: 0
sort:
compute:
aggregation: string
metric: string
order: string
splitDimensions:
oneGraphPer: string
staticSplits:
- splitVectors:
- tagKey: string
tagValues:
- string
title: string
sunburstDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
hideTotal: false
legendInline:
hidePercent: false
hideValue: false
type: string
legendTable:
type: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
networkQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
title: string
titleAlign: string
titleSize: string
timeseriesDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
events:
- q: string
tagsExecution: string
legendColumns:
- string
legendLayout: string
legendSize: string
liveSpan: string
markers:
- displayType: string
label: string
value: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
displayType: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
metadatas:
- aliasName: string
expression: string
networkQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
onRightYaxis: false
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
lineType: string
lineWidth: string
palette: string
rightYaxis:
includeZero: false
label: string
max: string
min: string
scale: string
showLegend: false
title: string
titleAlign: string
titleSize: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
toplistDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
styles:
- displays:
- type: string
palette: string
scaling: string
title: string
titleAlign: string
titleSize: string
topologyMapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
requests:
- queries:
- dataSource: string
filters:
- string
service: string
requestType: string
title: string
titleAlign: string
titleSize: string
traceServiceDefinition:
displayFormat: string
env: string
liveSpan: string
service: string
showBreakdown: false
showDistribution: false
showErrors: false
showHits: false
showLatency: false
showResourceList: false
sizeFormat: string
spanName: string
title: string
titleAlign: string
titleSize: string
treemapDefinition:
requests:
- formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
title: string
widgetLayout:
height: 0
isColumnBreak: false
width: 0
x: 0
"y": 0
heatmapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
events:
- q: string
tagsExecution: string
legendSize: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
showLegend: false
title: string
titleAlign: string
titleSize: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
hostmapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
groups:
- string
noGroupHosts: false
noMetricHosts: false
nodeType: string
request:
fills:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
sizes:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
scopes:
- string
style:
fillMax: string
fillMin: string
palette: string
paletteFlip: false
title: string
titleAlign: string
titleSize: string
id: 0
iframeDefinition:
url: string
imageDefinition:
hasBackground: false
hasBorder: false
horizontalAlign: string
margin: string
sizing: string
url: string
urlDarkTheme: string
verticalAlign: string
listStreamDefinition:
requests:
- columns:
- field: string
width: string
query:
clusteringPatternFieldPath: string
dataSource: string
eventSize: string
groupBies:
- facet: string
indexes:
- string
queryString: string
sort:
column: string
order: string
storage: string
responseFormat: string
title: string
titleAlign: string
titleSize: string
logStreamDefinition:
columns:
- string
indexes:
- string
liveSpan: string
messageDisplay: string
query: string
showDateColumn: false
showMessageColumn: false
sort:
column: string
order: string
title: string
titleAlign: string
titleSize: string
manageStatusDefinition:
colorPreference: string
displayFormat: string
hideZeroCounts: false
query: string
showLastTriggered: false
showPriority: false
sort: string
summaryType: string
title: string
titleAlign: string
titleSize: string
noteDefinition:
backgroundColor: string
content: string
fontSize: string
hasPadding: false
showTick: false
textAlign: string
tickEdge: string
tickPos: string
verticalAlign: string
powerpackDefinition:
backgroundColor: string
bannerImg: string
powerpackId: string
showTitle: false
templateVariables:
controlledByPowerpacks:
- name: string
prefix: string
values:
- string
controlledExternallies:
- name: string
prefix: string
values:
- string
title: string
queryTableDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
hasSearchBar: string
liveSpan: string
requests:
- aggregator: string
alias: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
apmStatsQuery:
columns:
- alias: string
cellDisplayMode: string
name: string
order: string
env: string
name: string
primaryTag: string
resource: string
rowType: string
service: string
cellDisplayModes:
- string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
cellDisplayModeOptions:
trendType: string
yScale: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
limit: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
order: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
textFormats:
- textFormats:
- customBgColor: string
customFgColor: string
match:
type: string
value: string
palette: string
replace:
substring: string
type: string
with: string
title: string
titleAlign: string
titleSize: string
queryValueDefinition:
autoscale: false
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
customUnit: string
liveSpan: string
precision: 0
requests:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
textAlign: string
timeseriesBackground:
type: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
title: string
titleAlign: string
titleSize: string
runWorkflowDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
inputs:
- name: string
value: string
liveSpan: string
title: string
titleAlign: string
titleSize: string
workflowId: string
scatterplotDefinition:
colorByGroups:
- string
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
request:
scatterplotTables:
- formulas:
- alias: string
dimension: string
formulaExpression: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
xes:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
ys:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
title: string
titleAlign: string
titleSize: string
xaxis:
includeZero: false
label: string
max: string
min: string
scale: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
serviceLevelObjectiveDefinition:
additionalQueryFilters: string
globalTimeTarget: string
showErrorBudget: false
sloId: string
timeWindows:
- string
title: string
titleAlign: string
titleSize: string
viewMode: string
viewType: string
servicemapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
filters:
- string
service: string
title: string
titleAlign: string
titleSize: string
sloListDefinition:
request:
query:
limit: 0
queryString: string
sort:
column: string
order: string
requestType: string
title: string
titleAlign: string
titleSize: string
splitGraphDefinition:
hasUniformYAxes: false
liveSpan: string
size: string
sourceWidgetDefinition:
changeDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
changeType: string
compareTo: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
increaseGood: false
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
orderBy: string
orderDir: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
showPresent: false
title: string
titleAlign: string
titleSize: string
geomapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
paletteFlip: false
title: string
titleAlign: string
titleSize: string
view:
focus: string
queryTableDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
hasSearchBar: string
liveSpan: string
requests:
- aggregator: string
alias: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
apmStatsQuery:
columns:
- alias: string
cellDisplayMode: string
name: string
order: string
env: string
name: string
primaryTag: string
resource: string
rowType: string
service: string
cellDisplayModes:
- string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
cellDisplayModeOptions:
trendType: string
yScale: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
limit: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
order: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
textFormats:
- textFormats:
- customBgColor: string
customFgColor: string
match:
type: string
value: string
palette: string
replace:
substring: string
type: string
with: string
title: string
titleAlign: string
titleSize: string
queryValueDefinition:
autoscale: false
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
customUnit: string
liveSpan: string
precision: 0
requests:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
textAlign: string
timeseriesBackground:
type: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
title: string
titleAlign: string
titleSize: string
scatterplotDefinition:
colorByGroups:
- string
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
request:
scatterplotTables:
- formulas:
- alias: string
dimension: string
formulaExpression: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
xes:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
ys:
- aggregator: string
apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
title: string
titleAlign: string
titleSize: string
xaxis:
includeZero: false
label: string
max: string
min: string
scale: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
sunburstDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
hideTotal: false
legendInline:
hidePercent: false
hideValue: false
type: string
legendTable:
type: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
networkQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
title: string
titleAlign: string
titleSize: string
timeseriesDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
events:
- q: string
tagsExecution: string
legendColumns:
- string
legendLayout: string
legendSize: string
liveSpan: string
markers:
- displayType: string
label: string
value: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
displayType: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
metadatas:
- aliasName: string
expression: string
networkQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
onRightYaxis: false
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
lineType: string
lineWidth: string
palette: string
rightYaxis:
includeZero: false
label: string
max: string
min: string
scale: string
showLegend: false
title: string
titleAlign: string
titleSize: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
toplistDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
styles:
- displays:
- type: string
palette: string
scaling: string
title: string
titleAlign: string
titleSize: string
treemapDefinition:
requests:
- formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
title: string
splitConfig:
limit: 0
sort:
compute:
aggregation: string
metric: string
order: string
splitDimensions:
oneGraphPer: string
staticSplits:
- splitVectors:
- tagKey: string
tagValues:
- string
title: string
sunburstDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
hideTotal: false
legendInline:
hidePercent: false
hideValue: false
type: string
legendTable:
type: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
networkQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
title: string
titleAlign: string
titleSize: string
timeseriesDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
events:
- q: string
tagsExecution: string
legendColumns:
- string
legendLayout: string
legendSize: string
liveSpan: string
markers:
- displayType: string
label: string
value: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
displayType: string
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
metadatas:
- aliasName: string
expression: string
networkQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
onRightYaxis: false
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
lineType: string
lineWidth: string
palette: string
rightYaxis:
includeZero: false
label: string
max: string
min: string
scale: string
showLegend: false
title: string
titleAlign: string
titleSize: string
yaxis:
includeZero: false
label: string
max: string
min: string
scale: string
toplistDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
liveSpan: string
requests:
- apmQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
auditQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
logQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
processQuery:
filterBies:
- string
limit: 0
metric: string
searchBy: string
q: string
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
rumQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
securityQuery:
computeQuery:
aggregation: string
facet: string
interval: 0
groupBies:
- facet: string
limit: 0
sortQuery:
aggregation: string
facet: string
order: string
index: string
multiComputes:
- aggregation: string
facet: string
interval: 0
searchQuery: string
style:
palette: string
styles:
- displays:
- type: string
palette: string
scaling: string
title: string
titleAlign: string
titleSize: string
topologyMapDefinition:
customLinks:
- isHidden: false
label: string
link: string
overrideLabel: string
requests:
- queries:
- dataSource: string
filters:
- string
service: string
requestType: string
title: string
titleAlign: string
titleSize: string
traceServiceDefinition:
displayFormat: string
env: string
liveSpan: string
service: string
showBreakdown: false
showDistribution: false
showErrors: false
showHits: false
showLatency: false
showResourceList: false
sizeFormat: string
spanName: string
title: string
titleAlign: string
titleSize: string
treemapDefinition:
requests:
- formulas:
- alias: string
cellDisplayMode: string
conditionalFormats:
- comparator: string
customBgColor: string
customFgColor: string
hideValue: false
imageUrl: string
metric: string
palette: string
timeframe: string
value: 0
formulaExpression: string
limit:
count: 0
order: string
numberFormat:
unit:
canonical:
perUnitName: string
unitName: string
custom:
label: string
unitScale:
unitName: string
style:
palette: string
paletteIndex: 0
queries:
- apmDependencyStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
isUpstream: false
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
apmResourceStatsQuery:
crossOrgUuids: string
dataSource: string
env: string
groupBies:
- string
name: string
operationName: string
primaryTagName: string
primaryTagValue: string
resourceName: string
service: string
stat: string
cloudCostQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
eventQuery:
computes:
- aggregation: string
interval: 0
metric: string
crossOrgUuids: string
dataSource: string
groupBies:
- facet: string
limit: 0
sort:
aggregation: string
metric: string
order: string
indexes:
- string
name: string
search:
query: string
storage: string
metricQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
name: string
query: string
processQuery:
aggregator: string
crossOrgUuids: string
dataSource: string
isNormalizedCpu: false
limit: 0
metric: string
name: string
sort: string
tagFilters:
- string
textFilter: string
sloQuery:
additionalQueryFilters: string
crossOrgUuids: string
dataSource: string
groupMode: string
measure: string
name: string
sloId: string
sloQueryType: string
title: string
widgetLayout:
height: 0
isColumnBreak: false
width: 0
x: 0
"y": 0
Dashboard 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 Dashboard resource accepts the following input properties:
- Layout
Type string - The layout type of the dashboard. Valid values are
ordered
,free
. - Title string
- The title of the dashboard.
- Dashboard
Lists List<int> - Description string
- The description of the dashboard.
- Is
Read boolOnly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - Notify
Lists List<string> - The list of handles for the users to notify when changes are made to this dashboard.
- Reflow
Type string - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - Restricted
Roles List<string> - UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<string>
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - Template
Variable List<DashboardPresets Template Variable Preset> - The list of selectable template variable presets for this dashboard.
- Template
Variables List<DashboardTemplate Variable> - The list of template variables for this dashboard.
- Url string
- The URL of the dashboard.
- Widgets
List<Dashboard
Widget> - The list of widgets to display on the dashboard.
- Layout
Type string - The layout type of the dashboard. Valid values are
ordered
,free
. - Title string
- The title of the dashboard.
- Dashboard
Lists []int - Description string
- The description of the dashboard.
- Is
Read boolOnly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - Notify
Lists []string - The list of handles for the users to notify when changes are made to this dashboard.
- Reflow
Type string - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - Restricted
Roles []string - UUIDs of roles whose associated users are authorized to edit the dashboard.
- []string
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - Template
Variable []DashboardPresets Template Variable Preset Args - The list of selectable template variable presets for this dashboard.
- Template
Variables []DashboardTemplate Variable Args - The list of template variables for this dashboard.
- Url string
- The URL of the dashboard.
- Widgets
[]Dashboard
Widget Args - The list of widgets to display on the dashboard.
- layout
Type String - The layout type of the dashboard. Valid values are
ordered
,free
. - title String
- The title of the dashboard.
- dashboard
Lists List<Integer> - description String
- The description of the dashboard.
- is
Read BooleanOnly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - notify
Lists List<String> - The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type String - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - restricted
Roles List<String> - UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<String>
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - template
Variable List<DashboardPresets Template Variable Preset> - The list of selectable template variable presets for this dashboard.
- template
Variables List<DashboardTemplate Variable> - The list of template variables for this dashboard.
- url String
- The URL of the dashboard.
- widgets
List<Dashboard
Widget> - The list of widgets to display on the dashboard.
- layout
Type string - The layout type of the dashboard. Valid values are
ordered
,free
. - title string
- The title of the dashboard.
- dashboard
Lists number[] - description string
- The description of the dashboard.
- is
Read booleanOnly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - notify
Lists string[] - The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type string - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - restricted
Roles string[] - UUIDs of roles whose associated users are authorized to edit the dashboard.
- string[]
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - template
Variable DashboardPresets Template Variable Preset[] - The list of selectable template variable presets for this dashboard.
- template
Variables DashboardTemplate Variable[] - The list of template variables for this dashboard.
- url string
- The URL of the dashboard.
- widgets
Dashboard
Widget[] - The list of widgets to display on the dashboard.
- layout_
type str - The layout type of the dashboard. Valid values are
ordered
,free
. - title str
- The title of the dashboard.
- dashboard_
lists Sequence[int] - description str
- The description of the dashboard.
- is_
read_ boolonly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - notify_
lists Sequence[str] - The list of handles for the users to notify when changes are made to this dashboard.
- reflow_
type str - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - restricted_
roles Sequence[str] - UUIDs of roles whose associated users are authorized to edit the dashboard.
- Sequence[str]
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - template_
variable_ Sequence[Dashboardpresets Template Variable Preset Args] - The list of selectable template variable presets for this dashboard.
- template_
variables Sequence[DashboardTemplate Variable Args] - The list of template variables for this dashboard.
- url str
- The URL of the dashboard.
- widgets
Sequence[Dashboard
Widget Args] - The list of widgets to display on the dashboard.
- layout
Type String - The layout type of the dashboard. Valid values are
ordered
,free
. - title String
- The title of the dashboard.
- dashboard
Lists List<Number> - description String
- The description of the dashboard.
- is
Read BooleanOnly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - notify
Lists List<String> - The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type String - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - restricted
Roles List<String> - UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<String>
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - template
Variable List<Property Map>Presets - The list of selectable template variable presets for this dashboard.
- template
Variables List<Property Map> - The list of template variables for this dashboard.
- url String
- The URL of the dashboard.
- widgets List<Property Map>
- The list of widgets to display on the dashboard.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dashboard resource produces the following output properties:
- Dashboard
Lists List<int>Removeds - A list of dashboard lists this dashboard should be removed from. Internal only.
- Id string
- The provider-assigned unique ID for this managed resource.
- Dashboard
Lists []intRemoveds - A list of dashboard lists this dashboard should be removed from. Internal only.
- Id string
- The provider-assigned unique ID for this managed resource.
- dashboard
Lists List<Integer>Removeds - A list of dashboard lists this dashboard should be removed from. Internal only.
- id String
- The provider-assigned unique ID for this managed resource.
- dashboard
Lists number[]Removeds - A list of dashboard lists this dashboard should be removed from. Internal only.
- id string
- The provider-assigned unique ID for this managed resource.
- dashboard_
lists_ Sequence[int]removeds - A list of dashboard lists this dashboard should be removed from. Internal only.
- id str
- The provider-assigned unique ID for this managed resource.
- dashboard
Lists List<Number>Removeds - A list of dashboard lists this dashboard should be removed from. Internal only.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Dashboard Resource
Get an existing Dashboard 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?: DashboardState, opts?: CustomResourceOptions): Dashboard
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
dashboard_lists: Optional[Sequence[int]] = None,
dashboard_lists_removeds: Optional[Sequence[int]] = None,
description: Optional[str] = None,
is_read_only: Optional[bool] = None,
layout_type: Optional[str] = None,
notify_lists: Optional[Sequence[str]] = None,
reflow_type: Optional[str] = None,
restricted_roles: Optional[Sequence[str]] = None,
tags: Optional[Sequence[str]] = None,
template_variable_presets: Optional[Sequence[DashboardTemplateVariablePresetArgs]] = None,
template_variables: Optional[Sequence[DashboardTemplateVariableArgs]] = None,
title: Optional[str] = None,
url: Optional[str] = None,
widgets: Optional[Sequence[DashboardWidgetArgs]] = None) -> Dashboard
func GetDashboard(ctx *Context, name string, id IDInput, state *DashboardState, opts ...ResourceOption) (*Dashboard, error)
public static Dashboard Get(string name, Input<string> id, DashboardState? state, CustomResourceOptions? opts = null)
public static Dashboard get(String name, Output<String> id, DashboardState state, CustomResourceOptions options)
resources: _: type: datadog:Dashboard 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.
- Dashboard
Lists List<int> - Dashboard
Lists List<int>Removeds - A list of dashboard lists this dashboard should be removed from. Internal only.
- Description string
- The description of the dashboard.
- Is
Read boolOnly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - Layout
Type string - The layout type of the dashboard. Valid values are
ordered
,free
. - Notify
Lists List<string> - The list of handles for the users to notify when changes are made to this dashboard.
- Reflow
Type string - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - Restricted
Roles List<string> - UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<string>
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - Template
Variable List<DashboardPresets Template Variable Preset> - The list of selectable template variable presets for this dashboard.
- Template
Variables List<DashboardTemplate Variable> - The list of template variables for this dashboard.
- Title string
- The title of the dashboard.
- Url string
- The URL of the dashboard.
- Widgets
List<Dashboard
Widget> - The list of widgets to display on the dashboard.
- Dashboard
Lists []int - Dashboard
Lists []intRemoveds - A list of dashboard lists this dashboard should be removed from. Internal only.
- Description string
- The description of the dashboard.
- Is
Read boolOnly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - Layout
Type string - The layout type of the dashboard. Valid values are
ordered
,free
. - Notify
Lists []string - The list of handles for the users to notify when changes are made to this dashboard.
- Reflow
Type string - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - Restricted
Roles []string - UUIDs of roles whose associated users are authorized to edit the dashboard.
- []string
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - Template
Variable []DashboardPresets Template Variable Preset Args - The list of selectable template variable presets for this dashboard.
- Template
Variables []DashboardTemplate Variable Args - The list of template variables for this dashboard.
- Title string
- The title of the dashboard.
- Url string
- The URL of the dashboard.
- Widgets
[]Dashboard
Widget Args - The list of widgets to display on the dashboard.
- dashboard
Lists List<Integer> - dashboard
Lists List<Integer>Removeds - A list of dashboard lists this dashboard should be removed from. Internal only.
- description String
- The description of the dashboard.
- is
Read BooleanOnly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - layout
Type String - The layout type of the dashboard. Valid values are
ordered
,free
. - notify
Lists List<String> - The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type String - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - restricted
Roles List<String> - UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<String>
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - template
Variable List<DashboardPresets Template Variable Preset> - The list of selectable template variable presets for this dashboard.
- template
Variables List<DashboardTemplate Variable> - The list of template variables for this dashboard.
- title String
- The title of the dashboard.
- url String
- The URL of the dashboard.
- widgets
List<Dashboard
Widget> - The list of widgets to display on the dashboard.
- dashboard
Lists number[] - dashboard
Lists number[]Removeds - A list of dashboard lists this dashboard should be removed from. Internal only.
- description string
- The description of the dashboard.
- is
Read booleanOnly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - layout
Type string - The layout type of the dashboard. Valid values are
ordered
,free
. - notify
Lists string[] - The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type string - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - restricted
Roles string[] - UUIDs of roles whose associated users are authorized to edit the dashboard.
- string[]
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - template
Variable DashboardPresets Template Variable Preset[] - The list of selectable template variable presets for this dashboard.
- template
Variables DashboardTemplate Variable[] - The list of template variables for this dashboard.
- title string
- The title of the dashboard.
- url string
- The URL of the dashboard.
- widgets
Dashboard
Widget[] - The list of widgets to display on the dashboard.
- dashboard_
lists Sequence[int] - dashboard_
lists_ Sequence[int]removeds - A list of dashboard lists this dashboard should be removed from. Internal only.
- description str
- The description of the dashboard.
- is_
read_ boolonly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - layout_
type str - The layout type of the dashboard. Valid values are
ordered
,free
. - notify_
lists Sequence[str] - The list of handles for the users to notify when changes are made to this dashboard.
- reflow_
type str - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - restricted_
roles Sequence[str] - UUIDs of roles whose associated users are authorized to edit the dashboard.
- Sequence[str]
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - template_
variable_ Sequence[Dashboardpresets Template Variable Preset Args] - The list of selectable template variable presets for this dashboard.
- template_
variables Sequence[DashboardTemplate Variable Args] - The list of template variables for this dashboard.
- title str
- The title of the dashboard.
- url str
- The URL of the dashboard.
- widgets
Sequence[Dashboard
Widget Args] - The list of widgets to display on the dashboard.
- dashboard
Lists List<Number> - dashboard
Lists List<Number>Removeds - A list of dashboard lists this dashboard should be removed from. Internal only.
- description String
- The description of the dashboard.
- is
Read BooleanOnly - Whether this dashboard is read-only. Deprecated. This field is deprecated and non-functional. Use
restricted_roles
instead to define which roles are required to edit the dashboard. Defaults tofalse
. - layout
Type String - The layout type of the dashboard. Valid values are
ordered
,free
. - notify
Lists List<String> - The list of handles for the users to notify when changes are made to this dashboard.
- reflow
Type String - The reflow type of a new dashboard layout. Set this only when layout type is
ordered
. If set tofixed
, the dashboard expects all widgets to have a layout, and if it's set toauto
, widgets should not have layouts. Valid values areauto
,fixed
. - restricted
Roles List<String> - UUIDs of roles whose associated users are authorized to edit the dashboard.
- List<String>
- A list of tags assigned to the Dashboard. Only team names of the form
team:<name>
are supported. - template
Variable List<Property Map>Presets - The list of selectable template variable presets for this dashboard.
- template
Variables List<Property Map> - The list of template variables for this dashboard.
- title String
- The title of the dashboard.
- url String
- The URL of the dashboard.
- widgets List<Property Map>
- The list of widgets to display on the dashboard.
Supporting Types
DashboardTemplateVariable, DashboardTemplateVariableArgs
- Name string
- The name of the variable.
- Available
Values List<string> - The list of values that the template variable drop-down is be limited to
- Default string
- The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead. - Defaults List<string>
- One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
. - Prefix string
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- Name string
- The name of the variable.
- Available
Values []string - The list of values that the template variable drop-down is be limited to
- Default string
- The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead. - Defaults []string
- One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
. - Prefix string
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name String
- The name of the variable.
- available
Values List<String> - The list of values that the template variable drop-down is be limited to
- default_ String
- The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead. - defaults List<String>
- One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
. - prefix String
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name string
- The name of the variable.
- available
Values string[] - The list of values that the template variable drop-down is be limited to
- default string
- The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead. - defaults string[]
- One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
. - prefix string
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name str
- The name of the variable.
- available_
values Sequence[str] - The list of values that the template variable drop-down is be limited to
- default str
- The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead. - defaults Sequence[str]
- One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
. - prefix str
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name String
- The name of the variable.
- available
Values List<String> - The list of values that the template variable drop-down is be limited to
- default String
- The default value for the template variable on dashboard load. Cannot be used in conjunction with
defaults
. Deprecated. Usedefaults
instead. - defaults List<String>
- One or many default values for template variables on load. If more than one default is specified, they will be unioned together with
OR
. Cannot be used in conjunction withdefault
. - prefix String
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
DashboardTemplateVariablePreset, DashboardTemplateVariablePresetArgs
- Name string
- The name of the preset.
- Template
Variables List<DashboardTemplate Variable Preset Template Variable> - The template variable names and assumed values under the given preset
- Name string
- The name of the preset.
- Template
Variables []DashboardTemplate Variable Preset Template Variable - The template variable names and assumed values under the given preset
- name String
- The name of the preset.
- template
Variables List<DashboardTemplate Variable Preset Template Variable> - The template variable names and assumed values under the given preset
- name string
- The name of the preset.
- template
Variables DashboardTemplate Variable Preset Template Variable[] - The template variable names and assumed values under the given preset
- name str
- The name of the preset.
- template_
variables Sequence[DashboardTemplate Variable Preset Template Variable] - The template variable names and assumed values under the given preset
- name String
- The name of the preset.
- template
Variables List<Property Map> - The template variable names and assumed values under the given preset
DashboardTemplateVariablePresetTemplateVariable, DashboardTemplateVariablePresetTemplateVariableArgs
- Name string
- The name of the template variable
- Value string
- The value that should be assumed by the template variable in this preset. Cannot be used in conjunction with
values
. Deprecated. Usevalues
instead. - Values List<string>
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. Cannot be used in conjunction withvalue
.
- Name string
- The name of the template variable
- Value string
- The value that should be assumed by the template variable in this preset. Cannot be used in conjunction with
values
. Deprecated. Usevalues
instead. - Values []string
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. Cannot be used in conjunction withvalue
.
- name String
- The name of the template variable
- value String
- The value that should be assumed by the template variable in this preset. Cannot be used in conjunction with
values
. Deprecated. Usevalues
instead. - values List<String>
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. Cannot be used in conjunction withvalue
.
- name string
- The name of the template variable
- value string
- The value that should be assumed by the template variable in this preset. Cannot be used in conjunction with
values
. Deprecated. Usevalues
instead. - values string[]
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. Cannot be used in conjunction withvalue
.
- name str
- The name of the template variable
- value str
- The value that should be assumed by the template variable in this preset. Cannot be used in conjunction with
values
. Deprecated. Usevalues
instead. - values Sequence[str]
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. Cannot be used in conjunction withvalue
.
- name String
- The name of the template variable
- value String
- The value that should be assumed by the template variable in this preset. Cannot be used in conjunction with
values
. Deprecated. Usevalues
instead. - values List<String>
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. Cannot be used in conjunction withvalue
.
DashboardWidget, DashboardWidgetArgs
- Alert
Graph DashboardDefinition Widget Alert Graph Definition - The definition for a Alert Graph widget.
- Alert
Value DashboardDefinition Widget Alert Value Definition - The definition for a Alert Value widget.
- Change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- Check
Status DashboardDefinition Widget Check Status Definition - The definition for a Check Status widget.
- Distribution
Definition DashboardWidget Distribution Definition - The definition for a Distribution widget.
- Event
Stream DashboardDefinition Widget Event Stream Definition - The definition for a Event Stream widget.
- Event
Timeline DashboardDefinition Widget Event Timeline Definition - The definition for a Event Timeline widget.
- Free
Text DashboardDefinition Widget Free Text Definition - The definition for a Free Text widget.
- Geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- Group
Definition DashboardWidget Group Definition - The definition for a Group widget.
- Heatmap
Definition DashboardWidget Heatmap Definition - The definition for a Heatmap widget.
- Hostmap
Definition DashboardWidget Hostmap Definition - The definition for a Hostmap widget.
- Id int
- The ID of the widget.
- Iframe
Definition DashboardWidget Iframe Definition - The definition for an Iframe widget.
- Image
Definition DashboardWidget Image Definition - The definition for an Image widget
- List
Stream DashboardDefinition Widget List Stream Definition - The definition for a List Stream widget.
- Log
Stream DashboardDefinition Widget Log Stream Definition - The definition for an Log Stream widget.
- Manage
Status DashboardDefinition Widget Manage Status Definition - The definition for an Manage Status widget.
- Note
Definition DashboardWidget Note Definition - The definition for a Note widget.
- Powerpack
Definition DashboardWidget Powerpack Definition - The definition for a Powerpack widget.
- Query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- Query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- Run
Workflow DashboardDefinition Widget Run Workflow Definition - The definition for a Run Workflow widget.
- Scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- Service
Level DashboardObjective Definition Widget Service Level Objective Definition - The definition for a Service Level Objective widget.
- Servicemap
Definition DashboardWidget Servicemap Definition - The definition for a Service Map widget.
- Slo
List DashboardDefinition Widget Slo List Definition - The definition for an SLO (Service Level Objective) List widget.
- Split
Graph DashboardDefinition Widget Split Graph Definition - The definition for a Split Graph widget.
- Sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- Timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- Toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- Topology
Map DashboardDefinition Widget Topology Map Definition - The definition for a Topology Map widget.
- Trace
Service DashboardDefinition Widget Trace Service Definition - The definition for a Trace Service widget.
- Treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- Widget
Layout DashboardWidget Widget Layout - The layout of the widget on a 'free' dashboard.
- Alert
Graph DashboardDefinition Widget Alert Graph Definition - The definition for a Alert Graph widget.
- Alert
Value DashboardDefinition Widget Alert Value Definition - The definition for a Alert Value widget.
- Change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- Check
Status DashboardDefinition Widget Check Status Definition - The definition for a Check Status widget.
- Distribution
Definition DashboardWidget Distribution Definition - The definition for a Distribution widget.
- Event
Stream DashboardDefinition Widget Event Stream Definition - The definition for a Event Stream widget.
- Event
Timeline DashboardDefinition Widget Event Timeline Definition - The definition for a Event Timeline widget.
- Free
Text DashboardDefinition Widget Free Text Definition - The definition for a Free Text widget.
- Geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- Group
Definition DashboardWidget Group Definition - The definition for a Group widget.
- Heatmap
Definition DashboardWidget Heatmap Definition - The definition for a Heatmap widget.
- Hostmap
Definition DashboardWidget Hostmap Definition - The definition for a Hostmap widget.
- Id int
- The ID of the widget.
- Iframe
Definition DashboardWidget Iframe Definition - The definition for an Iframe widget.
- Image
Definition DashboardWidget Image Definition - The definition for an Image widget
- List
Stream DashboardDefinition Widget List Stream Definition - The definition for a List Stream widget.
- Log
Stream DashboardDefinition Widget Log Stream Definition - The definition for an Log Stream widget.
- Manage
Status DashboardDefinition Widget Manage Status Definition - The definition for an Manage Status widget.
- Note
Definition DashboardWidget Note Definition - The definition for a Note widget.
- Powerpack
Definition DashboardWidget Powerpack Definition - The definition for a Powerpack widget.
- Query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- Query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- Run
Workflow DashboardDefinition Widget Run Workflow Definition - The definition for a Run Workflow widget.
- Scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- Service
Level DashboardObjective Definition Widget Service Level Objective Definition - The definition for a Service Level Objective widget.
- Servicemap
Definition DashboardWidget Servicemap Definition - The definition for a Service Map widget.
- Slo
List DashboardDefinition Widget Slo List Definition - The definition for an SLO (Service Level Objective) List widget.
- Split
Graph DashboardDefinition Widget Split Graph Definition - The definition for a Split Graph widget.
- Sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- Timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- Toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- Topology
Map DashboardDefinition Widget Topology Map Definition - The definition for a Topology Map widget.
- Trace
Service DashboardDefinition Widget Trace Service Definition - The definition for a Trace Service widget.
- Treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- Widget
Layout DashboardWidget Widget Layout - The layout of the widget on a 'free' dashboard.
- alert
Graph DashboardDefinition Widget Alert Graph Definition - The definition for a Alert Graph widget.
- alert
Value DashboardDefinition Widget Alert Value Definition - The definition for a Alert Value widget.
- change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- check
Status DashboardDefinition Widget Check Status Definition - The definition for a Check Status widget.
- distribution
Definition DashboardWidget Distribution Definition - The definition for a Distribution widget.
- event
Stream DashboardDefinition Widget Event Stream Definition - The definition for a Event Stream widget.
- event
Timeline DashboardDefinition Widget Event Timeline Definition - The definition for a Event Timeline widget.
- free
Text DashboardDefinition Widget Free Text Definition - The definition for a Free Text widget.
- geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- group
Definition DashboardWidget Group Definition - The definition for a Group widget.
- heatmap
Definition DashboardWidget Heatmap Definition - The definition for a Heatmap widget.
- hostmap
Definition DashboardWidget Hostmap Definition - The definition for a Hostmap widget.
- id Integer
- The ID of the widget.
- iframe
Definition DashboardWidget Iframe Definition - The definition for an Iframe widget.
- image
Definition DashboardWidget Image Definition - The definition for an Image widget
- list
Stream DashboardDefinition Widget List Stream Definition - The definition for a List Stream widget.
- log
Stream DashboardDefinition Widget Log Stream Definition - The definition for an Log Stream widget.
- manage
Status DashboardDefinition Widget Manage Status Definition - The definition for an Manage Status widget.
- note
Definition DashboardWidget Note Definition - The definition for a Note widget.
- powerpack
Definition DashboardWidget Powerpack Definition - The definition for a Powerpack widget.
- query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- run
Workflow DashboardDefinition Widget Run Workflow Definition - The definition for a Run Workflow widget.
- scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- service
Level DashboardObjective Definition Widget Service Level Objective Definition - The definition for a Service Level Objective widget.
- servicemap
Definition DashboardWidget Servicemap Definition - The definition for a Service Map widget.
- slo
List DashboardDefinition Widget Slo List Definition - The definition for an SLO (Service Level Objective) List widget.
- split
Graph DashboardDefinition Widget Split Graph Definition - The definition for a Split Graph widget.
- sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- topology
Map DashboardDefinition Widget Topology Map Definition - The definition for a Topology Map widget.
- trace
Service DashboardDefinition Widget Trace Service Definition - The definition for a Trace Service widget.
- treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- widget
Layout DashboardWidget Widget Layout - The layout of the widget on a 'free' dashboard.
- alert
Graph DashboardDefinition Widget Alert Graph Definition - The definition for a Alert Graph widget.
- alert
Value DashboardDefinition Widget Alert Value Definition - The definition for a Alert Value widget.
- change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- check
Status DashboardDefinition Widget Check Status Definition - The definition for a Check Status widget.
- distribution
Definition DashboardWidget Distribution Definition - The definition for a Distribution widget.
- event
Stream DashboardDefinition Widget Event Stream Definition - The definition for a Event Stream widget.
- event
Timeline DashboardDefinition Widget Event Timeline Definition - The definition for a Event Timeline widget.
- free
Text DashboardDefinition Widget Free Text Definition - The definition for a Free Text widget.
- geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- group
Definition DashboardWidget Group Definition - The definition for a Group widget.
- heatmap
Definition DashboardWidget Heatmap Definition - The definition for a Heatmap widget.
- hostmap
Definition DashboardWidget Hostmap Definition - The definition for a Hostmap widget.
- id number
- The ID of the widget.
- iframe
Definition DashboardWidget Iframe Definition - The definition for an Iframe widget.
- image
Definition DashboardWidget Image Definition - The definition for an Image widget
- list
Stream DashboardDefinition Widget List Stream Definition - The definition for a List Stream widget.
- log
Stream DashboardDefinition Widget Log Stream Definition - The definition for an Log Stream widget.
- manage
Status DashboardDefinition Widget Manage Status Definition - The definition for an Manage Status widget.
- note
Definition DashboardWidget Note Definition - The definition for a Note widget.
- powerpack
Definition DashboardWidget Powerpack Definition - The definition for a Powerpack widget.
- query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- run
Workflow DashboardDefinition Widget Run Workflow Definition - The definition for a Run Workflow widget.
- scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- service
Level DashboardObjective Definition Widget Service Level Objective Definition - The definition for a Service Level Objective widget.
- servicemap
Definition DashboardWidget Servicemap Definition - The definition for a Service Map widget.
- slo
List DashboardDefinition Widget Slo List Definition - The definition for an SLO (Service Level Objective) List widget.
- split
Graph DashboardDefinition Widget Split Graph Definition - The definition for a Split Graph widget.
- sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- topology
Map DashboardDefinition Widget Topology Map Definition - The definition for a Topology Map widget.
- trace
Service DashboardDefinition Widget Trace Service Definition - The definition for a Trace Service widget.
- treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- widget
Layout DashboardWidget Widget Layout - The layout of the widget on a 'free' dashboard.
- alert_
graph_ Dashboarddefinition Widget Alert Graph Definition - The definition for a Alert Graph widget.
- alert_
value_ Dashboarddefinition Widget Alert Value Definition - The definition for a Alert Value widget.
- change_
definition DashboardWidget Change Definition - The definition for a Change widget.
- check_
status_ Dashboarddefinition Widget Check Status Definition - The definition for a Check Status widget.
- distribution_
definition DashboardWidget Distribution Definition - The definition for a Distribution widget.
- event_
stream_ Dashboarddefinition Widget Event Stream Definition - The definition for a Event Stream widget.
- event_
timeline_ Dashboarddefinition Widget Event Timeline Definition - The definition for a Event Timeline widget.
- free_
text_ Dashboarddefinition Widget Free Text Definition - The definition for a Free Text widget.
- geomap_
definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- group_
definition DashboardWidget Group Definition - The definition for a Group widget.
- heatmap_
definition DashboardWidget Heatmap Definition - The definition for a Heatmap widget.
- hostmap_
definition DashboardWidget Hostmap Definition - The definition for a Hostmap widget.
- id int
- The ID of the widget.
- iframe_
definition DashboardWidget Iframe Definition - The definition for an Iframe widget.
- image_
definition DashboardWidget Image Definition - The definition for an Image widget
- list_
stream_ Dashboarddefinition Widget List Stream Definition - The definition for a List Stream widget.
- log_
stream_ Dashboarddefinition Widget Log Stream Definition - The definition for an Log Stream widget.
- manage_
status_ Dashboarddefinition Widget Manage Status Definition - The definition for an Manage Status widget.
- note_
definition DashboardWidget Note Definition - The definition for a Note widget.
- powerpack_
definition DashboardWidget Powerpack Definition - The definition for a Powerpack widget.
- query_
table_ Dashboarddefinition Widget Query Table Definition - The definition for a Query Table widget.
- query_
value_ Dashboarddefinition Widget Query Value Definition - The definition for a Query Value widget.
- run_
workflow_ Dashboarddefinition Widget Run Workflow Definition - The definition for a Run Workflow widget.
- scatterplot_
definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- service_
level_ Dashboardobjective_ definition Widget Service Level Objective Definition - The definition for a Service Level Objective widget.
- servicemap_
definition DashboardWidget Servicemap Definition - The definition for a Service Map widget.
- slo_
list_ Dashboarddefinition Widget Slo List Definition - The definition for an SLO (Service Level Objective) List widget.
- split_
graph_ Dashboarddefinition Widget Split Graph Definition - The definition for a Split Graph widget.
- sunburst_
definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- timeseries_
definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- toplist_
definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- topology_
map_ Dashboarddefinition Widget Topology Map Definition - The definition for a Topology Map widget.
- trace_
service_ Dashboarddefinition Widget Trace Service Definition - The definition for a Trace Service widget.
- treemap_
definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- widget_
layout DashboardWidget Widget Layout - The layout of the widget on a 'free' dashboard.
- alert
Graph Property MapDefinition - The definition for a Alert Graph widget.
- alert
Value Property MapDefinition - The definition for a Alert Value widget.
- change
Definition Property Map - The definition for a Change widget.
- check
Status Property MapDefinition - The definition for a Check Status widget.
- distribution
Definition Property Map - The definition for a Distribution widget.
- event
Stream Property MapDefinition - The definition for a Event Stream widget.
- event
Timeline Property MapDefinition - The definition for a Event Timeline widget.
- free
Text Property MapDefinition - The definition for a Free Text widget.
- geomap
Definition Property Map - The definition for a Geomap widget.
- group
Definition Property Map - The definition for a Group widget.
- heatmap
Definition Property Map - The definition for a Heatmap widget.
- hostmap
Definition Property Map - The definition for a Hostmap widget.
- id Number
- The ID of the widget.
- iframe
Definition Property Map - The definition for an Iframe widget.
- image
Definition Property Map - The definition for an Image widget
- list
Stream Property MapDefinition - The definition for a List Stream widget.
- log
Stream Property MapDefinition - The definition for an Log Stream widget.
- manage
Status Property MapDefinition - The definition for an Manage Status widget.
- note
Definition Property Map - The definition for a Note widget.
- powerpack
Definition Property Map - The definition for a Powerpack widget.
- query
Table Property MapDefinition - The definition for a Query Table widget.
- query
Value Property MapDefinition - The definition for a Query Value widget.
- run
Workflow Property MapDefinition - The definition for a Run Workflow widget.
- scatterplot
Definition Property Map - The definition for a Scatterplot widget.
- service
Level Property MapObjective Definition - The definition for a Service Level Objective widget.
- servicemap
Definition Property Map - The definition for a Service Map widget.
- slo
List Property MapDefinition - The definition for an SLO (Service Level Objective) List widget.
- split
Graph Property MapDefinition - The definition for a Split Graph widget.
- sunburst
Definition Property Map - The definition for a Sunburst widget.
- timeseries
Definition Property Map - The definition for a Timeseries widget.
- toplist
Definition Property Map - The definition for a Toplist widget.
- topology
Map Property MapDefinition - The definition for a Topology Map widget.
- trace
Service Property MapDefinition - The definition for a Trace Service widget.
- treemap
Definition Property Map - The definition for a Treemap widget.
- widget
Layout Property Map - The layout of the widget on a 'free' dashboard.
DashboardWidgetAlertGraphDefinition, DashboardWidgetAlertGraphDefinitionArgs
- Alert
Id string - The ID of the monitor used by the widget.
- Viz
Type string - Type of visualization to use when displaying the widget. Valid values are
timeseries
,toplist
. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Alert
Id string - The ID of the monitor used by the widget.
- Viz
Type string - Type of visualization to use when displaying the widget. Valid values are
timeseries
,toplist
. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- alert
Id String - The ID of the monitor used by the widget.
- viz
Type String - Type of visualization to use when displaying the widget. Valid values are
timeseries
,toplist
. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- alert
Id string - The ID of the monitor used by the widget.
- viz
Type string - Type of visualization to use when displaying the widget. Valid values are
timeseries
,toplist
. - live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- alert_
id str - The ID of the monitor used by the widget.
- viz_
type str - Type of visualization to use when displaying the widget. Valid values are
timeseries
,toplist
. - live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- alert
Id String - The ID of the monitor used by the widget.
- viz
Type String - Type of visualization to use when displaying the widget. Valid values are
timeseries
,toplist
. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetAlertValueDefinition, DashboardWidgetAlertValueDefinitionArgs
- Alert
Id string - The ID of the monitor used by the widget.
- Precision int
- The precision to use when displaying the value. Use
*
for maximum precision. - Text
Align string - The alignment of the text in the widget. Valid values are
center
,left
,right
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Unit string
- The unit for the value displayed in the widget.
- Alert
Id string - The ID of the monitor used by the widget.
- Precision int
- The precision to use when displaying the value. Use
*
for maximum precision. - Text
Align string - The alignment of the text in the widget. Valid values are
center
,left
,right
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Unit string
- The unit for the value displayed in the widget.
- alert
Id String - The ID of the monitor used by the widget.
- precision Integer
- The precision to use when displaying the value. Use
*
for maximum precision. - text
Align String - The alignment of the text in the widget. Valid values are
center
,left
,right
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- unit String
- The unit for the value displayed in the widget.
- alert
Id string - The ID of the monitor used by the widget.
- precision number
- The precision to use when displaying the value. Use
*
for maximum precision. - text
Align string - The alignment of the text in the widget. Valid values are
center
,left
,right
. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- unit string
- The unit for the value displayed in the widget.
- alert_
id str - The ID of the monitor used by the widget.
- precision int
- The precision to use when displaying the value. Use
*
for maximum precision. - text_
align str - The alignment of the text in the widget. Valid values are
center
,left
,right
. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- unit str
- The unit for the value displayed in the widget.
- alert
Id String - The ID of the monitor used by the widget.
- precision Number
- The precision to use when displaying the value. Use
*
for maximum precision. - text
Align String - The alignment of the text in the widget. Valid values are
center
,left
,right
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- unit String
- The unit for the value displayed in the widget.
DashboardWidgetApmQuery, DashboardWidgetApmQueryArgs
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Apm Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies List<DashboardWidget Apm Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes List<DashboardWidget Apm Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Apm Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies []DashboardWidget Apm Query Group By - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes []DashboardWidget Apm Query Multi Compute compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- index String
- The name of the index to query.
- compute
Query DashboardWidget Apm Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<DashboardWidget Apm Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<DashboardWidget Apm Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
- index string
- The name of the index to query.
- compute
Query DashboardWidget Apm Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies DashboardWidget Apm Query Group By[] - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes DashboardWidget Apm Query Multi Compute[] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query string - The search query to use.
- index str
- The name of the index to query.
- compute_
query DashboardWidget Apm Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group_
bies Sequence[DashboardWidget Apm Query Group By] - Multiple
group_by
blocks are allowed using the structure below. - multi_
computes Sequence[DashboardWidget Apm Query Multi Compute] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search_
query str - The search query to use.
- index String
- The name of the index to query.
- compute
Query Property Map compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<Property Map> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<Property Map> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
DashboardWidgetApmQueryComputeQuery, DashboardWidgetApmQueryComputeQueryArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetApmQueryGroupBy, DashboardWidgetApmQueryGroupByArgs
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Apm Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Apm Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Integer
- The maximum number of items in the group.
- sort
Query DashboardWidget Apm Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet string
- The facet name.
- limit number
- The maximum number of items in the group.
- sort
Query DashboardWidget Apm Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet str
- The facet name.
- limit int
- The maximum number of items in the group.
- sort_
query DashboardWidget Apm Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Number
- The maximum number of items in the group.
- sort
Query Property Map - A list of exactly one element describing the sort query to use.
DashboardWidgetApmQueryGroupBySortQuery, DashboardWidgetApmQueryGroupBySortQueryArgs
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
- aggregation string
- The aggregation method.
- order string
- Widget sorting methods. Valid values are
asc
,desc
. - facet string
- The facet name.
- aggregation str
- The aggregation method.
- order str
- Widget sorting methods. Valid values are
asc
,desc
. - facet str
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
DashboardWidgetApmQueryMultiCompute, DashboardWidgetApmQueryMultiComputeArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetChangeDefinition, DashboardWidgetChangeDefinitionArgs
- Custom
Links List<DashboardWidget Change Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
List<Dashboard
Widget Change Definition Request> - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Custom
Links []DashboardWidget Change Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
[]Dashboard
Widget Change Definition Request - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- custom
Links List<DashboardWidget Change Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
List<Dashboard
Widget Change Definition Request> - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- custom
Links DashboardWidget Change Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Dashboard
Widget Change Definition Request[] - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- custom_
links Sequence[DashboardWidget Change Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Sequence[Dashboard
Widget Change Definition Request] - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests List<Property Map>
- A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetChangeDefinitionCustomLink, DashboardWidgetChangeDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetChangeDefinitionRequest, DashboardWidgetChangeDefinitionRequestArgs
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Change
Type string - Whether to show absolute or relative change. Valid values are
absolute
,relative
. - Compare
To string - Choose from when to compare current data to. Valid values are
hour_before
,day_before
,week_before
,month_before
. - Formulas
List<Dashboard
Widget Change Definition Request Formula> - Increase
Good bool - A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red).
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Order
By string - What to order by. Valid values are
change
,name
,present
,past
. - Order
Dir string - Widget sorting method. Valid values are
asc
,desc
. - Process
Query DashboardWidget Change Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
List<Dashboard
Widget Change Definition Request Query> - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Show
Present bool - If set to
true
, displays the current value.
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Change
Type string - Whether to show absolute or relative change. Valid values are
absolute
,relative
. - Compare
To string - Choose from when to compare current data to. Valid values are
hour_before
,day_before
,week_before
,month_before
. - Formulas
[]Dashboard
Widget Change Definition Request Formula - Increase
Good bool - A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red).
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Order
By string - What to order by. Valid values are
change
,name
,present
,past
. - Order
Dir string - Widget sorting method. Valid values are
asc
,desc
. - Process
Query DashboardWidget Change Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
[]Dashboard
Widget Change Definition Request Query - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Show
Present bool - If set to
true
, displays the current value.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- change
Type String - Whether to show absolute or relative change. Valid values are
absolute
,relative
. - compare
To String - Choose from when to compare current data to. Valid values are
hour_before
,day_before
,week_before
,month_before
. - formulas
List<Dashboard
Widget Change Definition Request Formula> - increase
Good Boolean - A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red).
- log
Query DashboardWidget Log Query - The query to use for this widget.
- order
By String - What to order by. Valid values are
change
,name
,present
,past
. - order
Dir String - Widget sorting method. Valid values are
asc
,desc
. - process
Query DashboardWidget Change Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries
List<Dashboard
Widget Change Definition Request Query> - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- show
Present Boolean - If set to
true
, displays the current value.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- change
Type string - Whether to show absolute or relative change. Valid values are
absolute
,relative
. - compare
To string - Choose from when to compare current data to. Valid values are
hour_before
,day_before
,week_before
,month_before
. - formulas
Dashboard
Widget Change Definition Request Formula[] - increase
Good boolean - A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red).
- log
Query DashboardWidget Log Query - The query to use for this widget.
- order
By string - What to order by. Valid values are
change
,name
,present
,past
. - order
Dir string - Widget sorting method. Valid values are
asc
,desc
. - process
Query DashboardWidget Change Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- queries
Dashboard
Widget Change Definition Request Query[] - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- show
Present boolean - If set to
true
, displays the current value.
- apm_
query DashboardWidget Apm Query - The query to use for this widget.
- change_
type str - Whether to show absolute or relative change. Valid values are
absolute
,relative
. - compare_
to str - Choose from when to compare current data to. Valid values are
hour_before
,day_before
,week_before
,month_before
. - formulas
Sequence[Dashboard
Widget Change Definition Request Formula] - increase_
good bool - A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red).
- log_
query DashboardWidget Log Query - The query to use for this widget.
- order_
by str - What to order by. Valid values are
change
,name
,present
,past
. - order_
dir str - Widget sorting method. Valid values are
asc
,desc
. - process_
query DashboardWidget Change Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- queries
Sequence[Dashboard
Widget Change Definition Request Query] - rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- show_
present bool - If set to
true
, displays the current value.
- apm
Query Property Map - The query to use for this widget.
- change
Type String - Whether to show absolute or relative change. Valid values are
absolute
,relative
. - compare
To String - Choose from when to compare current data to. Valid values are
hour_before
,day_before
,week_before
,month_before
. - formulas List<Property Map>
- increase
Good Boolean - A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red).
- log
Query Property Map - The query to use for this widget.
- order
By String - What to order by. Valid values are
change
,name
,present
,past
. - order
Dir String - Widget sorting method. Valid values are
asc
,desc
. - process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries List<Property Map>
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
- show
Present Boolean - If set to
true
, displays the current value.
DashboardWidgetChangeDefinitionRequestFormula, DashboardWidgetChangeDefinitionRequestFormulaArgs
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats List<DashboardWidget Change Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Change Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Change Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Change Definition Request Formula Style - Styling options for widget formulas.
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats []DashboardWidget Change Definition Request Formula Conditional Format - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Change Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Change Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Change Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<DashboardWidget Change Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Change Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Change Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Change Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression string - A string expression built from queries, formulas, and functions.
- alias string
- An expression alias.
- cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats DashboardWidget Change Definition Request Formula Conditional Format[] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Change Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Change Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Change Definition Request Formula Style - Styling options for widget formulas.
- formula_
expression str - A string expression built from queries, formulas, and functions.
- alias str
- An expression alias.
- cell_
display_ strmode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional_
formats Sequence[DashboardWidget Change Definition Request Formula Conditional Format] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Change Definition Request Formula Limit - The options for limiting results returned.
- number_
format DashboardWidget Change Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Change Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit Property Map
- The options for limiting results returned.
- number
Format Property Map - Number formatting options for the formula.
- style Property Map
- Styling options for widget formulas.
DashboardWidgetChangeDefinitionRequestFormulaConditionalFormat, DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetChangeDefinitionRequestFormulaLimit, DashboardWidgetChangeDefinitionRequestFormulaLimitArgs
DashboardWidgetChangeDefinitionRequestFormulaNumberFormat, DashboardWidgetChangeDefinitionRequestFormulaNumberFormatArgs
- unit Property Map
- Unit of the number format.
- unit
Scale Property Map
DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit, DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitArgs
- Canonical
Dashboard
Widget Change Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Change Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- Canonical
Dashboard
Widget Change Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Change Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Change Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Change Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Change Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Change Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Change Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Change Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical Property Map
- Canonical Units
- custom Property Map
- Use custom (non canonical metrics)
DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical, DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit_
name str - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per_
unit_ strname - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom, DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomArgs
- Label string
- Unit label
- Label string
- Unit label
- label String
- Unit label
- label string
- Unit label
- label str
- Unit label
- label String
- Unit label
DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale, DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleArgs
- Unit
Name string
- Unit
Name string
- unit
Name String
- unit
Name string
- unit_
name str
- unit
Name String
DashboardWidgetChangeDefinitionRequestFormulaStyle, DashboardWidgetChangeDefinitionRequestFormulaStyleArgs
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Integer - Index specifying which color to use within the palette.
- palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index number - Index specifying which color to use within the palette.
- palette str
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette_
index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Number - Index specifying which color to use within the palette.
DashboardWidgetChangeDefinitionRequestProcessQuery, DashboardWidgetChangeDefinitionRequestProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetChangeDefinitionRequestQuery, DashboardWidgetChangeDefinitionRequestQueryArgs
- Apm
Dependency DashboardStats Query Widget Change Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Change Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Change Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Change Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Change Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Change Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Change Definition Request Query Slo Query - The SLO query using formulas and functions.
- Apm
Dependency DashboardStats Query Widget Change Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Change Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Change Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Change Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Change Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Change Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Change Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Change Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Change Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Change Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Change Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Change Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Change Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Change Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Change Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Change Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Change Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Change Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Change Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Change Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Change Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm_
dependency_ Dashboardstats_ query Widget Change Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm_
resource_ Dashboardstats_ query Widget Change Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud_
cost_ Dashboardquery Widget Change Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event_
query DashboardWidget Change Definition Request Query Event Query - A timeseries formula and functions events query.
- metric_
query DashboardWidget Change Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process_
query DashboardWidget Change Definition Request Query Process Query - The process query using formulas and functions.
- slo_
query DashboardWidget Change Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency Property MapStats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource Property MapStats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost Property MapQuery - The Cloud Cost query using formulas and functions.
- event
Query Property Map - A timeseries formula and functions events query.
- metric
Query Property Map - A timeseries formula and functions metrics query.
- process
Query Property Map - The process query using formulas and functions.
- slo
Query Property Map - The SLO query using formulas and functions.
DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery, DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryArgs
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- operation
Name string - Name of operation on service.
- resource
Name string - APM resource.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data_
source str - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- operation_
name str - Name of operation on service.
- resource_
name str - APM resource.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery, DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryArgs
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<string> - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []string - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
- data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies string[] - Array of fields to group results by.
- operation
Name string - Name of operation on service.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name string - APM resource.
- data_
source str - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[str] - Array of fields to group results by.
- operation_
name str - Name of operation on service.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource_
name str - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery, DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryArgs
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - name string
- The name of the query for use in formulas.
- query string
- The cloud cost query definition.
- aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for cloud cost queries. Valid values are
cloud_cost
. - name str
- The name of the query for use in formulas.
- query str
- The cloud cost query definition.
- aggregator str
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
DashboardWidgetChangeDefinitionRequestQueryEventQuery, DashboardWidgetChangeDefinitionRequestQueryEventQueryArgs
- Computes
List<Dashboard
Widget Change Definition Request Query Event Query Compute> - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<DashboardWidget Change Definition Request Query Event Query Group By> - Group by options.
- Indexes List<string>
- An array of index names to query in the stream.
- Search
Dashboard
Widget Change Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- Computes
[]Dashboard
Widget Change Definition Request Query Event Query Compute - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []DashboardWidget Change Definition Request Query Event Query Group By - Group by options.
- Indexes []string
- An array of index names to query in the stream.
- Search
Dashboard
Widget Change Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- computes
List<Dashboard
Widget Change Definition Request Query Event Query Compute> - The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<DashboardWidget Change Definition Request Query Event Query Group By> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search
Dashboard
Widget Change Definition Request Query Event Query Search - The search options.
- storage String
- Storage location (private beta).
- computes
Dashboard
Widget Change Definition Request Query Event Query Compute[] - The compute options.
- data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name string
- The name of query for use in formulas.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies DashboardWidget Change Definition Request Query Event Query Group By[] - Group by options.
- indexes string[]
- An array of index names to query in the stream.
- search
Dashboard
Widget Change Definition Request Query Event Query Search - The search options.
- storage string
- Storage location (private beta).
- computes
Sequence[Dashboard
Widget Change Definition Request Query Event Query Compute] - The compute options.
- data_
source str - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name str
- The name of query for use in formulas.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[DashboardWidget Change Definition Request Query Event Query Group By] - Group by options.
- indexes Sequence[str]
- An array of index names to query in the stream.
- search
Dashboard
Widget Change Definition Request Query Event Query Search - The search options.
- storage str
- Storage location (private beta).
- computes List<Property Map>
- The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<Property Map> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search Property Map
- The search options.
- storage String
- Storage location (private beta).
DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute, DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeArgs
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Integer
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
- aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval number
- A time interval in milliseconds.
- metric string
- The measurable attribute to compute.
- aggregation str
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval int
- A time interval in milliseconds.
- metric str
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Number
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy, DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByArgs
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Change Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Change Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Integer
- The number of groups to return.
- sort
Dashboard
Widget Change Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet string
- The event facet.
- limit number
- The number of groups to return.
- sort
Dashboard
Widget Change Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet str
- The event facet.
- limit int
- The number of groups to return.
- sort
Dashboard
Widget Change Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Number
- The number of groups to return.
- sort Property Map
- The options for sorting group by results.
DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort, DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortArgs
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
- aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric string
- The metric used for sorting group by results.
- order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation str
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric str
- The metric used for sorting group by results.
- order str
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch, DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchArgs
- Query string
- The events search string.
- Query string
- The events search string.
- query String
- The events search string.
- query string
- The events search string.
- query str
- The events search string.
- query String
- The events search string.
DashboardWidgetChangeDefinitionRequestQueryMetricQuery, DashboardWidgetChangeDefinitionRequestQueryMetricQueryArgs
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
- name string
- The name of the query for use in formulas.
- query string
- The metrics query definition.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name str
- The name of the query for use in formulas.
- query str
- The metrics query definition.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
DashboardWidgetChangeDefinitionRequestQueryProcessQuery, DashboardWidgetChangeDefinitionRequestQueryProcessQueryArgs
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters List<string> - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters []string - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Integer
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
- data
Source string - The data source for process queries. Valid values are
process
,container
. - metric string
- The process metric name.
- name string
- The name of query for use in formulas.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized booleanCpu - Whether to normalize the CPU percentages.
- limit number
- The number of hits to return.
- sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters string[] - An array of tags to filter by.
- text
Filter string - The text to use as a filter.
- data_
source str - The data source for process queries. Valid values are
process
,container
. - metric str
- The process metric name.
- name str
- The name of query for use in formulas.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
normalized_ boolcpu - Whether to normalize the CPU percentages.
- limit int
- The number of hits to return.
- sort str
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag_
filters Sequence[str] - An array of tags to filter by.
- text_
filter str - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Number
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
DashboardWidgetChangeDefinitionRequestQuerySloQuery, DashboardWidgetChangeDefinitionRequestQuerySloQueryArgs
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source string - The data source for SLO queries. Valid values are
slo
. - measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id string - ID of an SLO to query.
- additional
Query stringFilters - Additional filters applied to the SLO query.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name string
- The name of query for use in formulas.
- slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data_
source str - The data source for SLO queries. Valid values are
slo
. - measure str
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo_
id str - ID of an SLO to query.
- additional_
query_ strfilters - Additional filters applied to the SLO query.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
mode str - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name str
- The name of query for use in formulas.
- slo_
query_ strtype - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
DashboardWidgetCheckStatusDefinition, DashboardWidgetCheckStatusDefinitionArgs
- Check string
- The check to use in the widget.
- Grouping string
- The kind of grouping to use. Valid values are
check
,cluster
. - Group string
- The check group to use in the widget.
- Group
Bies List<string> - When
grouping = "cluster"
, indicates a list of tags to use for grouping. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - List<string>
- A list of tags to use in the widget.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Check string
- The check to use in the widget.
- Grouping string
- The kind of grouping to use. Valid values are
check
,cluster
. - Group string
- The check group to use in the widget.
- Group
Bies []string - When
grouping = "cluster"
, indicates a list of tags to use for grouping. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - []string
- A list of tags to use in the widget.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- check String
- The check to use in the widget.
- grouping String
- The kind of grouping to use. Valid values are
check
,cluster
. - group String
- The check group to use in the widget.
- group
Bies List<String> - When
grouping = "cluster"
, indicates a list of tags to use for grouping. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - List<String>
- A list of tags to use in the widget.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- check string
- The check to use in the widget.
- grouping string
- The kind of grouping to use. Valid values are
check
,cluster
. - group string
- The check group to use in the widget.
- group
Bies string[] - When
grouping = "cluster"
, indicates a list of tags to use for grouping. - live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - string[]
- A list of tags to use in the widget.
- title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- check str
- The check to use in the widget.
- grouping str
- The kind of grouping to use. Valid values are
check
,cluster
. - group str
- The check group to use in the widget.
- group_
bies Sequence[str] - When
grouping = "cluster"
, indicates a list of tags to use for grouping. - live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Sequence[str]
- A list of tags to use in the widget.
- title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- check String
- The check to use in the widget.
- grouping String
- The kind of grouping to use. Valid values are
check
,cluster
. - group String
- The check group to use in the widget.
- group
Bies List<String> - When
grouping = "cluster"
, indicates a list of tags to use for grouping. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - List<String>
- A list of tags to use in the widget.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetDistributionDefinition, DashboardWidgetDistributionDefinitionArgs
- Legend
Size string - The size of the legend displayed in the widget.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
List<Dashboard
Widget Distribution Definition Request> - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - Show
Legend bool - Whether or not to show the legend on this widget.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Xaxis
Dashboard
Widget Distribution Definition Xaxis - A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- Yaxis
Dashboard
Widget Distribution Definition Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- Legend
Size string - The size of the legend displayed in the widget.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
[]Dashboard
Widget Distribution Definition Request - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - Show
Legend bool - Whether or not to show the legend on this widget.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Xaxis
Dashboard
Widget Distribution Definition Xaxis - A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- Yaxis
Dashboard
Widget Distribution Definition Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- legend
Size String - The size of the legend displayed in the widget.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
List<Dashboard
Widget Distribution Definition Request> - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - show
Legend Boolean - Whether or not to show the legend on this widget.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- xaxis
Dashboard
Widget Distribution Definition Xaxis - A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- yaxis
Dashboard
Widget Distribution Definition Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- legend
Size string - The size of the legend displayed in the widget.
- live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Dashboard
Widget Distribution Definition Request[] - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - show
Legend boolean - Whether or not to show the legend on this widget.
- title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- xaxis
Dashboard
Widget Distribution Definition Xaxis - A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- yaxis
Dashboard
Widget Distribution Definition Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- legend_
size str - The size of the legend displayed in the widget.
- live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Sequence[Dashboard
Widget Distribution Definition Request] - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - show_
legend bool - Whether or not to show the legend on this widget.
- title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- xaxis
Dashboard
Widget Distribution Definition Xaxis - A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- yaxis
Dashboard
Widget Distribution Definition Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- legend
Size String - The size of the legend displayed in the widget.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests List<Property Map>
- A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - show
Legend Boolean - Whether or not to show the legend on this widget.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- xaxis Property Map
- A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- yaxis Property Map
- A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
DashboardWidgetDistributionDefinitionRequest, DashboardWidgetDistributionDefinitionRequestArgs
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Apm
Stats DashboardQuery Widget Distribution Definition Request Apm Stats Query - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Distribution Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Style
Dashboard
Widget Distribution Definition Request Style - The style of the widget graph. One nested block is allowed using the structure below.
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Apm
Stats DashboardQuery Widget Distribution Definition Request Apm Stats Query - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Distribution Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Style
Dashboard
Widget Distribution Definition Request Style - The style of the widget graph. One nested block is allowed using the structure below.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- apm
Stats DashboardQuery Widget Distribution Definition Request Apm Stats Query - log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Distribution Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Distribution Definition Request Style - The style of the widget graph. One nested block is allowed using the structure below.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- apm
Stats DashboardQuery Widget Distribution Definition Request Apm Stats Query - log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Distribution Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Distribution Definition Request Style - The style of the widget graph. One nested block is allowed using the structure below.
- apm_
query DashboardWidget Apm Query - The query to use for this widget.
- apm_
stats_ Dashboardquery Widget Distribution Definition Request Apm Stats Query - log_
query DashboardWidget Log Query - The query to use for this widget.
- process_
query DashboardWidget Distribution Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Distribution Definition Request Style - The style of the widget graph. One nested block is allowed using the structure below.
- apm
Query Property Map - The query to use for this widget.
- apm
Stats Property MapQuery - log
Query Property Map - The query to use for this widget.
- process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
- style Property Map
- The style of the widget graph. One nested block is allowed using the structure below.
DashboardWidgetDistributionDefinitionRequestApmStatsQuery, DashboardWidgetDistributionDefinitionRequestApmStatsQueryArgs
- Env string
- The environment name.
- Name string
- The operation name associated with the service.
- Primary
Tag string - The organization's host group name and value.
- Row
Type string - The level of detail for the request. Valid values are
service
,resource
,span
. - Service string
- The service name.
- Columns
List<Dashboard
Widget Distribution Definition Request Apm Stats Query Column> - Column properties used by the front end for display.
- Resource string
- The resource name.
- Env string
- The environment name.
- Name string
- The operation name associated with the service.
- Primary
Tag string - The organization's host group name and value.
- Row
Type string - The level of detail for the request. Valid values are
service
,resource
,span
. - Service string
- The service name.
- Columns
[]Dashboard
Widget Distribution Definition Request Apm Stats Query Column - Column properties used by the front end for display.
- Resource string
- The resource name.
- env String
- The environment name.
- name String
- The operation name associated with the service.
- primary
Tag String - The organization's host group name and value.
- row
Type String - The level of detail for the request. Valid values are
service
,resource
,span
. - service String
- The service name.
- columns
List<Dashboard
Widget Distribution Definition Request Apm Stats Query Column> - Column properties used by the front end for display.
- resource String
- The resource name.
- env string
- The environment name.
- name string
- The operation name associated with the service.
- primary
Tag string - The organization's host group name and value.
- row
Type string - The level of detail for the request. Valid values are
service
,resource
,span
. - service string
- The service name.
- columns
Dashboard
Widget Distribution Definition Request Apm Stats Query Column[] - Column properties used by the front end for display.
- resource string
- The resource name.
- env str
- The environment name.
- name str
- The operation name associated with the service.
- primary_
tag str - The organization's host group name and value.
- row_
type str - The level of detail for the request. Valid values are
service
,resource
,span
. - service str
- The service name.
- columns
Sequence[Dashboard
Widget Distribution Definition Request Apm Stats Query Column] - Column properties used by the front end for display.
- resource str
- The resource name.
- env String
- The environment name.
- name String
- The operation name associated with the service.
- primary
Tag String - The organization's host group name and value.
- row
Type String - The level of detail for the request. Valid values are
service
,resource
,span
. - service String
- The service name.
- columns List<Property Map>
- Column properties used by the front end for display.
- resource String
- The resource name.
DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumn, DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnArgs
- Name string
- The column name.
- Alias string
- A user-assigned alias for the column.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Order string
- Widget sorting methods. Valid values are
asc
,desc
.
- Name string
- The column name.
- Alias string
- A user-assigned alias for the column.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Order string
- Widget sorting methods. Valid values are
asc
,desc
.
- name String
- The column name.
- alias String
- A user-assigned alias for the column.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - order String
- Widget sorting methods. Valid values are
asc
,desc
.
- name string
- The column name.
- alias string
- A user-assigned alias for the column.
- cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - order string
- Widget sorting methods. Valid values are
asc
,desc
.
- name str
- The column name.
- alias str
- A user-assigned alias for the column.
- cell_
display_ strmode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - order str
- Widget sorting methods. Valid values are
asc
,desc
.
- name String
- The column name.
- alias String
- A user-assigned alias for the column.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - order String
- Widget sorting methods. Valid values are
asc
,desc
.
DashboardWidgetDistributionDefinitionRequestProcessQuery, DashboardWidgetDistributionDefinitionRequestProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetDistributionDefinitionRequestStyle, DashboardWidgetDistributionDefinitionRequestStyleArgs
- Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette str
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
DashboardWidgetDistributionDefinitionXaxis, DashboardWidgetDistributionDefinitionXaxisArgs
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero boolean - Always include zero or fit the axis to the data range.
- max string
- Specify the maximum value to show on the Y-axis.
- min string
- Specify the minimum value to show on the Y-axis.
- scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include_
zero bool - Always include zero or fit the axis to the data range.
- max str
- Specify the maximum value to show on the Y-axis.
- min str
- Specify the minimum value to show on the Y-axis.
- scale str
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
DashboardWidgetDistributionDefinitionYaxis, DashboardWidgetDistributionDefinitionYaxisArgs
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero boolean - Always include zero or fit the axis to the data range.
- label string
- The label of the axis to display on the graph.
- max string
- Specify the maximum value to show on the Y-axis.
- min string
- Specify the minimum value to show on the Y-axis.
- scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include_
zero bool - Always include zero or fit the axis to the data range.
- label str
- The label of the axis to display on the graph.
- max str
- Specify the maximum value to show on the Y-axis.
- min str
- Specify the minimum value to show on the Y-axis.
- scale str
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
DashboardWidgetEventStreamDefinition, DashboardWidgetEventStreamDefinitionArgs
- Query string
- The query to use in the widget.
- Event
Size string - The size to use to display an event. Valid values are
s
,l
. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - string
- The execution method for multi-value filters, options:
and
oror
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Query string
- The query to use in the widget.
- Event
Size string - The size to use to display an event. Valid values are
s
,l
. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - string
- The execution method for multi-value filters, options:
and
oror
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- query String
- The query to use in the widget.
- event
Size String - The size to use to display an event. Valid values are
s
,l
. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - String
- The execution method for multi-value filters, options:
and
oror
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- query string
- The query to use in the widget.
- event
Size string - The size to use to display an event. Valid values are
s
,l
. - live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - string
- The execution method for multi-value filters, options:
and
oror
. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- query str
- The query to use in the widget.
- event_
size str - The size to use to display an event. Valid values are
s
,l
. - live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - str
- The execution method for multi-value filters, options:
and
oror
. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- query String
- The query to use in the widget.
- event
Size String - The size to use to display an event. Valid values are
s
,l
. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - String
- The execution method for multi-value filters, options:
and
oror
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetEventTimelineDefinition, DashboardWidgetEventTimelineDefinitionArgs
- Query string
- The query to use in the widget.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - string
- The execution method for multi-value filters, options:
and
oror
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Query string
- The query to use in the widget.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - string
- The execution method for multi-value filters, options:
and
oror
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- query String
- The query to use in the widget.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - String
- The execution method for multi-value filters, options:
and
oror
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- query string
- The query to use in the widget.
- live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - string
- The execution method for multi-value filters, options:
and
oror
. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- query str
- The query to use in the widget.
- live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - str
- The execution method for multi-value filters, options:
and
oror
. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- query String
- The query to use in the widget.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - String
- The execution method for multi-value filters, options:
and
oror
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetFreeTextDefinition, DashboardWidgetFreeTextDefinitionArgs
- text str
- The text to display in the widget.
- color str
- The color of the text in the widget.
- font_
size str - The size of the text in the widget.
- text_
align str - The alignment of the text in the widget. Valid values are
center
,left
,right
.
DashboardWidgetGeomapDefinition, DashboardWidgetGeomapDefinitionArgs
- View
Dashboard
Widget Geomap Definition View - The view of the world that the map should render.
- Custom
Links List<DashboardWidget Geomap Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
List<Dashboard
Widget Geomap Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - Style
Dashboard
Widget Geomap Definition Style - The style of the widget graph. One nested block is allowed using the structure below.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- View
Dashboard
Widget Geomap Definition View - The view of the world that the map should render.
- Custom
Links []DashboardWidget Geomap Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
[]Dashboard
Widget Geomap Definition Request - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - Style
Dashboard
Widget Geomap Definition Style - The style of the widget graph. One nested block is allowed using the structure below.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- view
Dashboard
Widget Geomap Definition View - The view of the world that the map should render.
- custom
Links List<DashboardWidget Geomap Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
List<Dashboard
Widget Geomap Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - style
Dashboard
Widget Geomap Definition Style - The style of the widget graph. One nested block is allowed using the structure below.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- view
Dashboard
Widget Geomap Definition View - The view of the world that the map should render.
- custom
Links DashboardWidget Geomap Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Dashboard
Widget Geomap Definition Request[] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - style
Dashboard
Widget Geomap Definition Style - The style of the widget graph. One nested block is allowed using the structure below.
- title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- view
Dashboard
Widget Geomap Definition View - The view of the world that the map should render.
- custom_
links Sequence[DashboardWidget Geomap Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Sequence[Dashboard
Widget Geomap Definition Request] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - style
Dashboard
Widget Geomap Definition Style - The style of the widget graph. One nested block is allowed using the structure below.
- title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- view Property Map
- The view of the world that the map should render.
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests List<Property Map>
- A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - style Property Map
- The style of the widget graph. One nested block is allowed using the structure below.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetGeomapDefinitionCustomLink, DashboardWidgetGeomapDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetGeomapDefinitionRequest, DashboardWidgetGeomapDefinitionRequestArgs
- Formulas
List<Dashboard
Widget Geomap Definition Request Formula> - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Q string
- The metric query to use for this widget.
- Queries
List<Dashboard
Widget Geomap Definition Request Query> - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Formulas
[]Dashboard
Widget Geomap Definition Request Formula - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Q string
- The metric query to use for this widget.
- Queries
[]Dashboard
Widget Geomap Definition Request Query - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- formulas
List<Dashboard
Widget Geomap Definition Request Formula> - log
Query DashboardWidget Log Query - The query to use for this widget.
- q String
- The metric query to use for this widget.
- queries
List<Dashboard
Widget Geomap Definition Request Query> - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- formulas
Dashboard
Widget Geomap Definition Request Formula[] - log
Query DashboardWidget Log Query - The query to use for this widget.
- q string
- The metric query to use for this widget.
- queries
Dashboard
Widget Geomap Definition Request Query[] - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- formulas
Sequence[Dashboard
Widget Geomap Definition Request Formula] - log_
query DashboardWidget Log Query - The query to use for this widget.
- q str
- The metric query to use for this widget.
- queries
Sequence[Dashboard
Widget Geomap Definition Request Query] - rum_
query DashboardWidget Rum Query - The query to use for this widget.
- formulas List<Property Map>
- log
Query Property Map - The query to use for this widget.
- q String
- The metric query to use for this widget.
- queries List<Property Map>
- rum
Query Property Map - The query to use for this widget.
DashboardWidgetGeomapDefinitionRequestFormula, DashboardWidgetGeomapDefinitionRequestFormulaArgs
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats List<DashboardWidget Geomap Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Geomap Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Geomap Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Geomap Definition Request Formula Style - Styling options for widget formulas.
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats []DashboardWidget Geomap Definition Request Formula Conditional Format - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Geomap Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Geomap Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Geomap Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<DashboardWidget Geomap Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Geomap Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Geomap Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Geomap Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression string - A string expression built from queries, formulas, and functions.
- alias string
- An expression alias.
- cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats DashboardWidget Geomap Definition Request Formula Conditional Format[] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Geomap Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Geomap Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Geomap Definition Request Formula Style - Styling options for widget formulas.
- formula_
expression str - A string expression built from queries, formulas, and functions.
- alias str
- An expression alias.
- cell_
display_ strmode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional_
formats Sequence[DashboardWidget Geomap Definition Request Formula Conditional Format] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Geomap Definition Request Formula Limit - The options for limiting results returned.
- number_
format DashboardWidget Geomap Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Geomap Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit Property Map
- The options for limiting results returned.
- number
Format Property Map - Number formatting options for the formula.
- style Property Map
- Styling options for widget formulas.
DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormat, DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetGeomapDefinitionRequestFormulaLimit, DashboardWidgetGeomapDefinitionRequestFormulaLimitArgs
DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat, DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatArgs
- unit Property Map
- Unit of the number format.
- unit
Scale Property Map
DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit, DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitArgs
- Canonical
Dashboard
Widget Geomap Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Geomap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- Canonical
Dashboard
Widget Geomap Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Geomap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Geomap Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Geomap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Geomap Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Geomap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Geomap Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Geomap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical Property Map
- Canonical Units
- custom Property Map
- Use custom (non canonical metrics)
DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical, DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit_
name str - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per_
unit_ strname - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom, DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomArgs
- Label string
- Unit label
- Label string
- Unit label
- label String
- Unit label
- label string
- Unit label
- label str
- Unit label
- label String
- Unit label
DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale, DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleArgs
- Unit
Name string
- Unit
Name string
- unit
Name String
- unit
Name string
- unit_
name str
- unit
Name String
DashboardWidgetGeomapDefinitionRequestFormulaStyle, DashboardWidgetGeomapDefinitionRequestFormulaStyleArgs
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Integer - Index specifying which color to use within the palette.
- palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index number - Index specifying which color to use within the palette.
- palette str
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette_
index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Number - Index specifying which color to use within the palette.
DashboardWidgetGeomapDefinitionRequestQuery, DashboardWidgetGeomapDefinitionRequestQueryArgs
- Apm
Dependency DashboardStats Query Widget Geomap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Geomap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Geomap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Geomap Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Geomap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Geomap Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Geomap Definition Request Query Slo Query - The SLO query using formulas and functions.
- Apm
Dependency DashboardStats Query Widget Geomap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Geomap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Geomap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Geomap Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Geomap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Geomap Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Geomap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Geomap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Geomap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Geomap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Geomap Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Geomap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Geomap Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Geomap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Geomap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Geomap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Geomap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Geomap Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Geomap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Geomap Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Geomap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm_
dependency_ Dashboardstats_ query Widget Geomap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm_
resource_ Dashboardstats_ query Widget Geomap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud_
cost_ Dashboardquery Widget Geomap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event_
query DashboardWidget Geomap Definition Request Query Event Query - A timeseries formula and functions events query.
- metric_
query DashboardWidget Geomap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process_
query DashboardWidget Geomap Definition Request Query Process Query - The process query using formulas and functions.
- slo_
query DashboardWidget Geomap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency Property MapStats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource Property MapStats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost Property MapQuery - The Cloud Cost query using formulas and functions.
- event
Query Property Map - A timeseries formula and functions events query.
- metric
Query Property Map - A timeseries formula and functions metrics query.
- process
Query Property Map - The process query using formulas and functions.
- slo
Query Property Map - The SLO query using formulas and functions.
DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery, DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryArgs
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- operation
Name string - Name of operation on service.
- resource
Name string - APM resource.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data_
source str - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- operation_
name str - Name of operation on service.
- resource_
name str - APM resource.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery, DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryArgs
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<string> - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []string - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
- data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies string[] - Array of fields to group results by.
- operation
Name string - Name of operation on service.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name string - APM resource.
- data_
source str - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[str] - Array of fields to group results by.
- operation_
name str - Name of operation on service.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource_
name str - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery, DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryArgs
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - name string
- The name of the query for use in formulas.
- query string
- The cloud cost query definition.
- aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for cloud cost queries. Valid values are
cloud_cost
. - name str
- The name of the query for use in formulas.
- query str
- The cloud cost query definition.
- aggregator str
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
DashboardWidgetGeomapDefinitionRequestQueryEventQuery, DashboardWidgetGeomapDefinitionRequestQueryEventQueryArgs
- Computes
List<Dashboard
Widget Geomap Definition Request Query Event Query Compute> - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<DashboardWidget Geomap Definition Request Query Event Query Group By> - Group by options.
- Indexes List<string>
- An array of index names to query in the stream.
- Search
Dashboard
Widget Geomap Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- Computes
[]Dashboard
Widget Geomap Definition Request Query Event Query Compute - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []DashboardWidget Geomap Definition Request Query Event Query Group By - Group by options.
- Indexes []string
- An array of index names to query in the stream.
- Search
Dashboard
Widget Geomap Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- computes
List<Dashboard
Widget Geomap Definition Request Query Event Query Compute> - The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<DashboardWidget Geomap Definition Request Query Event Query Group By> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search
Dashboard
Widget Geomap Definition Request Query Event Query Search - The search options.
- storage String
- Storage location (private beta).
- computes
Dashboard
Widget Geomap Definition Request Query Event Query Compute[] - The compute options.
- data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name string
- The name of query for use in formulas.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies DashboardWidget Geomap Definition Request Query Event Query Group By[] - Group by options.
- indexes string[]
- An array of index names to query in the stream.
- search
Dashboard
Widget Geomap Definition Request Query Event Query Search - The search options.
- storage string
- Storage location (private beta).
- computes
Sequence[Dashboard
Widget Geomap Definition Request Query Event Query Compute] - The compute options.
- data_
source str - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name str
- The name of query for use in formulas.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[DashboardWidget Geomap Definition Request Query Event Query Group By] - Group by options.
- indexes Sequence[str]
- An array of index names to query in the stream.
- search
Dashboard
Widget Geomap Definition Request Query Event Query Search - The search options.
- storage str
- Storage location (private beta).
- computes List<Property Map>
- The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<Property Map> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search Property Map
- The search options.
- storage String
- Storage location (private beta).
DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute, DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeArgs
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Integer
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
- aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval number
- A time interval in milliseconds.
- metric string
- The measurable attribute to compute.
- aggregation str
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval int
- A time interval in milliseconds.
- metric str
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Number
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy, DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByArgs
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Geomap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Geomap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Integer
- The number of groups to return.
- sort
Dashboard
Widget Geomap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet string
- The event facet.
- limit number
- The number of groups to return.
- sort
Dashboard
Widget Geomap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet str
- The event facet.
- limit int
- The number of groups to return.
- sort
Dashboard
Widget Geomap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Number
- The number of groups to return.
- sort Property Map
- The options for sorting group by results.
DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort, DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortArgs
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
- aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric string
- The metric used for sorting group by results.
- order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation str
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric str
- The metric used for sorting group by results.
- order str
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch, DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchArgs
- Query string
- The events search string.
- Query string
- The events search string.
- query String
- The events search string.
- query string
- The events search string.
- query str
- The events search string.
- query String
- The events search string.
DashboardWidgetGeomapDefinitionRequestQueryMetricQuery, DashboardWidgetGeomapDefinitionRequestQueryMetricQueryArgs
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
- name string
- The name of the query for use in formulas.
- query string
- The metrics query definition.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name str
- The name of the query for use in formulas.
- query str
- The metrics query definition.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
DashboardWidgetGeomapDefinitionRequestQueryProcessQuery, DashboardWidgetGeomapDefinitionRequestQueryProcessQueryArgs
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters List<string> - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters []string - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Integer
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
- data
Source string - The data source for process queries. Valid values are
process
,container
. - metric string
- The process metric name.
- name string
- The name of query for use in formulas.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized booleanCpu - Whether to normalize the CPU percentages.
- limit number
- The number of hits to return.
- sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters string[] - An array of tags to filter by.
- text
Filter string - The text to use as a filter.
- data_
source str - The data source for process queries. Valid values are
process
,container
. - metric str
- The process metric name.
- name str
- The name of query for use in formulas.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
normalized_ boolcpu - Whether to normalize the CPU percentages.
- limit int
- The number of hits to return.
- sort str
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag_
filters Sequence[str] - An array of tags to filter by.
- text_
filter str - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Number
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
DashboardWidgetGeomapDefinitionRequestQuerySloQuery, DashboardWidgetGeomapDefinitionRequestQuerySloQueryArgs
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source string - The data source for SLO queries. Valid values are
slo
. - measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id string - ID of an SLO to query.
- additional
Query stringFilters - Additional filters applied to the SLO query.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name string
- The name of query for use in formulas.
- slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data_
source str - The data source for SLO queries. Valid values are
slo
. - measure str
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo_
id str - ID of an SLO to query.
- additional_
query_ strfilters - Additional filters applied to the SLO query.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
mode str - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name str
- The name of query for use in formulas.
- slo_
query_ strtype - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
DashboardWidgetGeomapDefinitionStyle, DashboardWidgetGeomapDefinitionStyleArgs
- Palette string
- The color palette to apply to the widget.
- Palette
Flip bool - A Boolean indicating whether to flip the palette tones.
- Palette string
- The color palette to apply to the widget.
- Palette
Flip bool - A Boolean indicating whether to flip the palette tones.
- palette String
- The color palette to apply to the widget.
- palette
Flip Boolean - A Boolean indicating whether to flip the palette tones.
- palette string
- The color palette to apply to the widget.
- palette
Flip boolean - A Boolean indicating whether to flip the palette tones.
- palette str
- The color palette to apply to the widget.
- palette_
flip bool - A Boolean indicating whether to flip the palette tones.
- palette String
- The color palette to apply to the widget.
- palette
Flip Boolean - A Boolean indicating whether to flip the palette tones.
DashboardWidgetGeomapDefinitionView, DashboardWidgetGeomapDefinitionViewArgs
- Focus string
- The two-letter ISO code of a country to focus the map on (or
WORLD
).
- Focus string
- The two-letter ISO code of a country to focus the map on (or
WORLD
).
- focus String
- The two-letter ISO code of a country to focus the map on (or
WORLD
).
- focus string
- The two-letter ISO code of a country to focus the map on (or
WORLD
).
- focus str
- The two-letter ISO code of a country to focus the map on (or
WORLD
).
- focus String
- The two-letter ISO code of a country to focus the map on (or
WORLD
).
DashboardWidgetGroupDefinition, DashboardWidgetGroupDefinitionArgs
- Layout
Type string - The layout type of the group. Valid values are
ordered
. - Background
Color string - The background color of the group title, options:
vivid_blue
,vivid_purple
,vivid_pink
,vivid_orange
,vivid_yellow
,vivid_green
,blue
,purple
,pink
,orange
,yellow
,green
,gray
orwhite
- string
- The image URL to display as a banner for the group.
- Show
Title bool - Whether to show the title or not. Defaults to
true
. - Title string
- The title of the group.
- Widgets
List<Dashboard
Widget Group Definition Widget> - The list of widgets in this group.
- Layout
Type string - The layout type of the group. Valid values are
ordered
. - Background
Color string - The background color of the group title, options:
vivid_blue
,vivid_purple
,vivid_pink
,vivid_orange
,vivid_yellow
,vivid_green
,blue
,purple
,pink
,orange
,yellow
,green
,gray
orwhite
- string
- The image URL to display as a banner for the group.
- Show
Title bool - Whether to show the title or not. Defaults to
true
. - Title string
- The title of the group.
- Widgets
[]Dashboard
Widget Group Definition Widget - The list of widgets in this group.
- layout
Type String - The layout type of the group. Valid values are
ordered
. - background
Color String - The background color of the group title, options:
vivid_blue
,vivid_purple
,vivid_pink
,vivid_orange
,vivid_yellow
,vivid_green
,blue
,purple
,pink
,orange
,yellow
,green
,gray
orwhite
- String
- The image URL to display as a banner for the group.
- show
Title Boolean - Whether to show the title or not. Defaults to
true
. - title String
- The title of the group.
- widgets
List<Dashboard
Widget Group Definition Widget> - The list of widgets in this group.
- layout
Type string - The layout type of the group. Valid values are
ordered
. - background
Color string - The background color of the group title, options:
vivid_blue
,vivid_purple
,vivid_pink
,vivid_orange
,vivid_yellow
,vivid_green
,blue
,purple
,pink
,orange
,yellow
,green
,gray
orwhite
- string
- The image URL to display as a banner for the group.
- show
Title boolean - Whether to show the title or not. Defaults to
true
. - title string
- The title of the group.
- widgets
Dashboard
Widget Group Definition Widget[] - The list of widgets in this group.
- layout_
type str - The layout type of the group. Valid values are
ordered
. - background_
color str - The background color of the group title, options:
vivid_blue
,vivid_purple
,vivid_pink
,vivid_orange
,vivid_yellow
,vivid_green
,blue
,purple
,pink
,orange
,yellow
,green
,gray
orwhite
- str
- The image URL to display as a banner for the group.
- show_
title bool - Whether to show the title or not. Defaults to
true
. - title str
- The title of the group.
- widgets
Sequence[Dashboard
Widget Group Definition Widget] - The list of widgets in this group.
- layout
Type String - The layout type of the group. Valid values are
ordered
. - background
Color String - The background color of the group title, options:
vivid_blue
,vivid_purple
,vivid_pink
,vivid_orange
,vivid_yellow
,vivid_green
,blue
,purple
,pink
,orange
,yellow
,green
,gray
orwhite
- String
- The image URL to display as a banner for the group.
- show
Title Boolean - Whether to show the title or not. Defaults to
true
. - title String
- The title of the group.
- widgets List<Property Map>
- The list of widgets in this group.
DashboardWidgetGroupDefinitionWidget, DashboardWidgetGroupDefinitionWidgetArgs
- Alert
Graph DashboardDefinition Widget Alert Graph Definition - The definition for a Alert Graph widget.
- Alert
Value DashboardDefinition Widget Alert Value Definition - The definition for a Alert Value widget.
- Change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- Check
Status DashboardDefinition Widget Check Status Definition - The definition for a Check Status widget.
- Distribution
Definition DashboardWidget Distribution Definition - The definition for a Distribution widget.
- Event
Stream DashboardDefinition Widget Event Stream Definition - The definition for a Event Stream widget.
- Event
Timeline DashboardDefinition Widget Event Timeline Definition - The definition for a Event Timeline widget.
- Free
Text DashboardDefinition Widget Free Text Definition - The definition for a Free Text widget.
- Geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- Heatmap
Definition DashboardWidget Heatmap Definition - The definition for a Heatmap widget.
- Hostmap
Definition DashboardWidget Hostmap Definition - The definition for a Hostmap widget.
- Id int
- The ID of the widget.
- Iframe
Definition DashboardWidget Iframe Definition - The definition for an Iframe widget.
- Image
Definition DashboardWidget Image Definition - The definition for an Image widget
- List
Stream DashboardDefinition Widget List Stream Definition - The definition for a List Stream widget.
- Log
Stream DashboardDefinition Widget Log Stream Definition - The definition for an Log Stream widget.
- Manage
Status DashboardDefinition Widget Manage Status Definition - The definition for an Manage Status widget.
- Note
Definition DashboardWidget Note Definition - The definition for a Note widget.
- Powerpack
Definition DashboardWidget Powerpack Definition - The definition for a Powerpack widget.
- Query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- Query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- Run
Workflow DashboardDefinition Widget Run Workflow Definition - The definition for a Run Workflow widget.
- Scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- Service
Level DashboardObjective Definition Widget Service Level Objective Definition - The definition for a Service Level Objective widget.
- Servicemap
Definition DashboardWidget Servicemap Definition - The definition for a Service Map widget.
- Slo
List DashboardDefinition Widget Slo List Definition - The definition for an SLO (Service Level Objective) List widget.
- Split
Graph DashboardDefinition Widget Split Graph Definition - The definition for a Split Graph widget.
- Sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- Timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- Toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- Topology
Map DashboardDefinition Widget Topology Map Definition - The definition for a Topology Map widget.
- Trace
Service DashboardDefinition Widget Trace Service Definition - The definition for a Trace Service widget.
- Treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- Widget
Layout DashboardWidget Group Definition Widget Widget Layout - The layout of the widget on a 'free' dashboard.
- Alert
Graph DashboardDefinition Widget Alert Graph Definition - The definition for a Alert Graph widget.
- Alert
Value DashboardDefinition Widget Alert Value Definition - The definition for a Alert Value widget.
- Change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- Check
Status DashboardDefinition Widget Check Status Definition - The definition for a Check Status widget.
- Distribution
Definition DashboardWidget Distribution Definition - The definition for a Distribution widget.
- Event
Stream DashboardDefinition Widget Event Stream Definition - The definition for a Event Stream widget.
- Event
Timeline DashboardDefinition Widget Event Timeline Definition - The definition for a Event Timeline widget.
- Free
Text DashboardDefinition Widget Free Text Definition - The definition for a Free Text widget.
- Geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- Heatmap
Definition DashboardWidget Heatmap Definition - The definition for a Heatmap widget.
- Hostmap
Definition DashboardWidget Hostmap Definition - The definition for a Hostmap widget.
- Id int
- The ID of the widget.
- Iframe
Definition DashboardWidget Iframe Definition - The definition for an Iframe widget.
- Image
Definition DashboardWidget Image Definition - The definition for an Image widget
- List
Stream DashboardDefinition Widget List Stream Definition - The definition for a List Stream widget.
- Log
Stream DashboardDefinition Widget Log Stream Definition - The definition for an Log Stream widget.
- Manage
Status DashboardDefinition Widget Manage Status Definition - The definition for an Manage Status widget.
- Note
Definition DashboardWidget Note Definition - The definition for a Note widget.
- Powerpack
Definition DashboardWidget Powerpack Definition - The definition for a Powerpack widget.
- Query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- Query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- Run
Workflow DashboardDefinition Widget Run Workflow Definition - The definition for a Run Workflow widget.
- Scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- Service
Level DashboardObjective Definition Widget Service Level Objective Definition - The definition for a Service Level Objective widget.
- Servicemap
Definition DashboardWidget Servicemap Definition - The definition for a Service Map widget.
- Slo
List DashboardDefinition Widget Slo List Definition - The definition for an SLO (Service Level Objective) List widget.
- Split
Graph DashboardDefinition Widget Split Graph Definition - The definition for a Split Graph widget.
- Sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- Timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- Toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- Topology
Map DashboardDefinition Widget Topology Map Definition - The definition for a Topology Map widget.
- Trace
Service DashboardDefinition Widget Trace Service Definition - The definition for a Trace Service widget.
- Treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- Widget
Layout DashboardWidget Group Definition Widget Widget Layout - The layout of the widget on a 'free' dashboard.
- alert
Graph DashboardDefinition Widget Alert Graph Definition - The definition for a Alert Graph widget.
- alert
Value DashboardDefinition Widget Alert Value Definition - The definition for a Alert Value widget.
- change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- check
Status DashboardDefinition Widget Check Status Definition - The definition for a Check Status widget.
- distribution
Definition DashboardWidget Distribution Definition - The definition for a Distribution widget.
- event
Stream DashboardDefinition Widget Event Stream Definition - The definition for a Event Stream widget.
- event
Timeline DashboardDefinition Widget Event Timeline Definition - The definition for a Event Timeline widget.
- free
Text DashboardDefinition Widget Free Text Definition - The definition for a Free Text widget.
- geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- heatmap
Definition DashboardWidget Heatmap Definition - The definition for a Heatmap widget.
- hostmap
Definition DashboardWidget Hostmap Definition - The definition for a Hostmap widget.
- id Integer
- The ID of the widget.
- iframe
Definition DashboardWidget Iframe Definition - The definition for an Iframe widget.
- image
Definition DashboardWidget Image Definition - The definition for an Image widget
- list
Stream DashboardDefinition Widget List Stream Definition - The definition for a List Stream widget.
- log
Stream DashboardDefinition Widget Log Stream Definition - The definition for an Log Stream widget.
- manage
Status DashboardDefinition Widget Manage Status Definition - The definition for an Manage Status widget.
- note
Definition DashboardWidget Note Definition - The definition for a Note widget.
- powerpack
Definition DashboardWidget Powerpack Definition - The definition for a Powerpack widget.
- query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- run
Workflow DashboardDefinition Widget Run Workflow Definition - The definition for a Run Workflow widget.
- scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- service
Level DashboardObjective Definition Widget Service Level Objective Definition - The definition for a Service Level Objective widget.
- servicemap
Definition DashboardWidget Servicemap Definition - The definition for a Service Map widget.
- slo
List DashboardDefinition Widget Slo List Definition - The definition for an SLO (Service Level Objective) List widget.
- split
Graph DashboardDefinition Widget Split Graph Definition - The definition for a Split Graph widget.
- sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- topology
Map DashboardDefinition Widget Topology Map Definition - The definition for a Topology Map widget.
- trace
Service DashboardDefinition Widget Trace Service Definition - The definition for a Trace Service widget.
- treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- widget
Layout DashboardWidget Group Definition Widget Widget Layout - The layout of the widget on a 'free' dashboard.
- alert
Graph DashboardDefinition Widget Alert Graph Definition - The definition for a Alert Graph widget.
- alert
Value DashboardDefinition Widget Alert Value Definition - The definition for a Alert Value widget.
- change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- check
Status DashboardDefinition Widget Check Status Definition - The definition for a Check Status widget.
- distribution
Definition DashboardWidget Distribution Definition - The definition for a Distribution widget.
- event
Stream DashboardDefinition Widget Event Stream Definition - The definition for a Event Stream widget.
- event
Timeline DashboardDefinition Widget Event Timeline Definition - The definition for a Event Timeline widget.
- free
Text DashboardDefinition Widget Free Text Definition - The definition for a Free Text widget.
- geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- heatmap
Definition DashboardWidget Heatmap Definition - The definition for a Heatmap widget.
- hostmap
Definition DashboardWidget Hostmap Definition - The definition for a Hostmap widget.
- id number
- The ID of the widget.
- iframe
Definition DashboardWidget Iframe Definition - The definition for an Iframe widget.
- image
Definition DashboardWidget Image Definition - The definition for an Image widget
- list
Stream DashboardDefinition Widget List Stream Definition - The definition for a List Stream widget.
- log
Stream DashboardDefinition Widget Log Stream Definition - The definition for an Log Stream widget.
- manage
Status DashboardDefinition Widget Manage Status Definition - The definition for an Manage Status widget.
- note
Definition DashboardWidget Note Definition - The definition for a Note widget.
- powerpack
Definition DashboardWidget Powerpack Definition - The definition for a Powerpack widget.
- query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- run
Workflow DashboardDefinition Widget Run Workflow Definition - The definition for a Run Workflow widget.
- scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- service
Level DashboardObjective Definition Widget Service Level Objective Definition - The definition for a Service Level Objective widget.
- servicemap
Definition DashboardWidget Servicemap Definition - The definition for a Service Map widget.
- slo
List DashboardDefinition Widget Slo List Definition - The definition for an SLO (Service Level Objective) List widget.
- split
Graph DashboardDefinition Widget Split Graph Definition - The definition for a Split Graph widget.
- sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- topology
Map DashboardDefinition Widget Topology Map Definition - The definition for a Topology Map widget.
- trace
Service DashboardDefinition Widget Trace Service Definition - The definition for a Trace Service widget.
- treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- widget
Layout DashboardWidget Group Definition Widget Widget Layout - The layout of the widget on a 'free' dashboard.
- alert_
graph_ Dashboarddefinition Widget Alert Graph Definition - The definition for a Alert Graph widget.
- alert_
value_ Dashboarddefinition Widget Alert Value Definition - The definition for a Alert Value widget.
- change_
definition DashboardWidget Change Definition - The definition for a Change widget.
- check_
status_ Dashboarddefinition Widget Check Status Definition - The definition for a Check Status widget.
- distribution_
definition DashboardWidget Distribution Definition - The definition for a Distribution widget.
- event_
stream_ Dashboarddefinition Widget Event Stream Definition - The definition for a Event Stream widget.
- event_
timeline_ Dashboarddefinition Widget Event Timeline Definition - The definition for a Event Timeline widget.
- free_
text_ Dashboarddefinition Widget Free Text Definition - The definition for a Free Text widget.
- geomap_
definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- heatmap_
definition DashboardWidget Heatmap Definition - The definition for a Heatmap widget.
- hostmap_
definition DashboardWidget Hostmap Definition - The definition for a Hostmap widget.
- id int
- The ID of the widget.
- iframe_
definition DashboardWidget Iframe Definition - The definition for an Iframe widget.
- image_
definition DashboardWidget Image Definition - The definition for an Image widget
- list_
stream_ Dashboarddefinition Widget List Stream Definition - The definition for a List Stream widget.
- log_
stream_ Dashboarddefinition Widget Log Stream Definition - The definition for an Log Stream widget.
- manage_
status_ Dashboarddefinition Widget Manage Status Definition - The definition for an Manage Status widget.
- note_
definition DashboardWidget Note Definition - The definition for a Note widget.
- powerpack_
definition DashboardWidget Powerpack Definition - The definition for a Powerpack widget.
- query_
table_ Dashboarddefinition Widget Query Table Definition - The definition for a Query Table widget.
- query_
value_ Dashboarddefinition Widget Query Value Definition - The definition for a Query Value widget.
- run_
workflow_ Dashboarddefinition Widget Run Workflow Definition - The definition for a Run Workflow widget.
- scatterplot_
definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- service_
level_ Dashboardobjective_ definition Widget Service Level Objective Definition - The definition for a Service Level Objective widget.
- servicemap_
definition DashboardWidget Servicemap Definition - The definition for a Service Map widget.
- slo_
list_ Dashboarddefinition Widget Slo List Definition - The definition for an SLO (Service Level Objective) List widget.
- split_
graph_ Dashboarddefinition Widget Split Graph Definition - The definition for a Split Graph widget.
- sunburst_
definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- timeseries_
definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- toplist_
definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- topology_
map_ Dashboarddefinition Widget Topology Map Definition - The definition for a Topology Map widget.
- trace_
service_ Dashboarddefinition Widget Trace Service Definition - The definition for a Trace Service widget.
- treemap_
definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- widget_
layout DashboardWidget Group Definition Widget Widget Layout - The layout of the widget on a 'free' dashboard.
- alert
Graph Property MapDefinition - The definition for a Alert Graph widget.
- alert
Value Property MapDefinition - The definition for a Alert Value widget.
- change
Definition Property Map - The definition for a Change widget.
- check
Status Property MapDefinition - The definition for a Check Status widget.
- distribution
Definition Property Map - The definition for a Distribution widget.
- event
Stream Property MapDefinition - The definition for a Event Stream widget.
- event
Timeline Property MapDefinition - The definition for a Event Timeline widget.
- free
Text Property MapDefinition - The definition for a Free Text widget.
- geomap
Definition Property Map - The definition for a Geomap widget.
- heatmap
Definition Property Map - The definition for a Heatmap widget.
- hostmap
Definition Property Map - The definition for a Hostmap widget.
- id Number
- The ID of the widget.
- iframe
Definition Property Map - The definition for an Iframe widget.
- image
Definition Property Map - The definition for an Image widget
- list
Stream Property MapDefinition - The definition for a List Stream widget.
- log
Stream Property MapDefinition - The definition for an Log Stream widget.
- manage
Status Property MapDefinition - The definition for an Manage Status widget.
- note
Definition Property Map - The definition for a Note widget.
- powerpack
Definition Property Map - The definition for a Powerpack widget.
- query
Table Property MapDefinition - The definition for a Query Table widget.
- query
Value Property MapDefinition - The definition for a Query Value widget.
- run
Workflow Property MapDefinition - The definition for a Run Workflow widget.
- scatterplot
Definition Property Map - The definition for a Scatterplot widget.
- service
Level Property MapObjective Definition - The definition for a Service Level Objective widget.
- servicemap
Definition Property Map - The definition for a Service Map widget.
- slo
List Property MapDefinition - The definition for an SLO (Service Level Objective) List widget.
- split
Graph Property MapDefinition - The definition for a Split Graph widget.
- sunburst
Definition Property Map - The definition for a Sunburst widget.
- timeseries
Definition Property Map - The definition for a Timeseries widget.
- toplist
Definition Property Map - The definition for a Toplist widget.
- topology
Map Property MapDefinition - The definition for a Topology Map widget.
- trace
Service Property MapDefinition - The definition for a Trace Service widget.
- treemap
Definition Property Map - The definition for a Treemap widget.
- widget
Layout Property Map - The layout of the widget on a 'free' dashboard.
DashboardWidgetGroupDefinitionWidgetWidgetLayout, DashboardWidgetGroupDefinitionWidgetWidgetLayoutArgs
- Height int
- The height of the widget.
- Width int
- The width of the widget.
- X int
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- Y int
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- Is
Column boolBreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
- Height int
- The height of the widget.
- Width int
- The width of the widget.
- X int
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- Y int
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- Is
Column boolBreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
- height Integer
- The height of the widget.
- width Integer
- The width of the widget.
- x Integer
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- y Integer
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- is
Column BooleanBreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
- height number
- The height of the widget.
- width number
- The width of the widget.
- x number
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- y number
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- is
Column booleanBreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
- height int
- The height of the widget.
- width int
- The width of the widget.
- x int
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- y int
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- is_
column_ boolbreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
- height Number
- The height of the widget.
- width Number
- The width of the widget.
- x Number
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- y Number
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- is
Column BooleanBreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
DashboardWidgetHeatmapDefinition, DashboardWidgetHeatmapDefinitionArgs
- Custom
Links List<DashboardWidget Heatmap Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Events
List<Dashboard
Widget Heatmap Definition Event> - The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - Legend
Size string - The size of the legend displayed in the widget.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
List<Dashboard
Widget Heatmap Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - Show
Legend bool - Whether or not to show the legend on this widget.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Yaxis
Dashboard
Widget Heatmap Definition Yaxis - A nested block describing the Y-Axis Controls. The structure of this block is described below.
- Custom
Links []DashboardWidget Heatmap Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Events
[]Dashboard
Widget Heatmap Definition Event - The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - Legend
Size string - The size of the legend displayed in the widget.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
[]Dashboard
Widget Heatmap Definition Request - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - Show
Legend bool - Whether or not to show the legend on this widget.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Yaxis
Dashboard
Widget Heatmap Definition Yaxis - A nested block describing the Y-Axis Controls. The structure of this block is described below.
- custom
Links List<DashboardWidget Heatmap Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - events
List<Dashboard
Widget Heatmap Definition Event> - The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - legend
Size String - The size of the legend displayed in the widget.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
List<Dashboard
Widget Heatmap Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - show
Legend Boolean - Whether or not to show the legend on this widget.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- yaxis
Dashboard
Widget Heatmap Definition Yaxis - A nested block describing the Y-Axis Controls. The structure of this block is described below.
- custom
Links DashboardWidget Heatmap Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - events
Dashboard
Widget Heatmap Definition Event[] - The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - legend
Size string - The size of the legend displayed in the widget.
- live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Dashboard
Widget Heatmap Definition Request[] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - show
Legend boolean - Whether or not to show the legend on this widget.
- title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- yaxis
Dashboard
Widget Heatmap Definition Yaxis - A nested block describing the Y-Axis Controls. The structure of this block is described below.
- custom_
links Sequence[DashboardWidget Heatmap Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - events
Sequence[Dashboard
Widget Heatmap Definition Event] - The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - legend_
size str - The size of the legend displayed in the widget.
- live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Sequence[Dashboard
Widget Heatmap Definition Request] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - show_
legend bool - Whether or not to show the legend on this widget.
- title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- yaxis
Dashboard
Widget Heatmap Definition Yaxis - A nested block describing the Y-Axis Controls. The structure of this block is described below.
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - events List<Property Map>
- The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - legend
Size String - The size of the legend displayed in the widget.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests List<Property Map>
- A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - show
Legend Boolean - Whether or not to show the legend on this widget.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- yaxis Property Map
- A nested block describing the Y-Axis Controls. The structure of this block is described below.
DashboardWidgetHeatmapDefinitionCustomLink, DashboardWidgetHeatmapDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetHeatmapDefinitionEvent, DashboardWidgetHeatmapDefinitionEventArgs
- Q string
- The event query to use in the widget.
- string
- The execution method for multi-value filters.
- Q string
- The event query to use in the widget.
- string
- The execution method for multi-value filters.
- q String
- The event query to use in the widget.
- String
- The execution method for multi-value filters.
- q string
- The event query to use in the widget.
- string
- The execution method for multi-value filters.
- q str
- The event query to use in the widget.
- str
- The execution method for multi-value filters.
- q String
- The event query to use in the widget.
- String
- The execution method for multi-value filters.
DashboardWidgetHeatmapDefinitionRequest, DashboardWidgetHeatmapDefinitionRequestArgs
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Formulas
List<Dashboard
Widget Heatmap Definition Request Formula> - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Heatmap Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
List<Dashboard
Widget Heatmap Definition Request Query> - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Style
Dashboard
Widget Heatmap Definition Request Style - The style of the widget graph. One nested block is allowed using the structure below.
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Formulas
[]Dashboard
Widget Heatmap Definition Request Formula - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Heatmap Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
[]Dashboard
Widget Heatmap Definition Request Query - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Style
Dashboard
Widget Heatmap Definition Request Style - The style of the widget graph. One nested block is allowed using the structure below.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- formulas
List<Dashboard
Widget Heatmap Definition Request Formula> - log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Heatmap Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries
List<Dashboard
Widget Heatmap Definition Request Query> - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Heatmap Definition Request Style - The style of the widget graph. One nested block is allowed using the structure below.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- formulas
Dashboard
Widget Heatmap Definition Request Formula[] - log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Heatmap Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- queries
Dashboard
Widget Heatmap Definition Request Query[] - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Heatmap Definition Request Style - The style of the widget graph. One nested block is allowed using the structure below.
- apm_
query DashboardWidget Apm Query - The query to use for this widget.
- formulas
Sequence[Dashboard
Widget Heatmap Definition Request Formula] - log_
query DashboardWidget Log Query - The query to use for this widget.
- process_
query DashboardWidget Heatmap Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- queries
Sequence[Dashboard
Widget Heatmap Definition Request Query] - rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Heatmap Definition Request Style - The style of the widget graph. One nested block is allowed using the structure below.
- apm
Query Property Map - The query to use for this widget.
- formulas List<Property Map>
- log
Query Property Map - The query to use for this widget.
- process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries List<Property Map>
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
- style Property Map
- The style of the widget graph. One nested block is allowed using the structure below.
DashboardWidgetHeatmapDefinitionRequestFormula, DashboardWidgetHeatmapDefinitionRequestFormulaArgs
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats List<DashboardWidget Heatmap Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Heatmap Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Heatmap Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Heatmap Definition Request Formula Style - Styling options for widget formulas.
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats []DashboardWidget Heatmap Definition Request Formula Conditional Format - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Heatmap Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Heatmap Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Heatmap Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<DashboardWidget Heatmap Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Heatmap Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Heatmap Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Heatmap Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression string - A string expression built from queries, formulas, and functions.
- alias string
- An expression alias.
- cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats DashboardWidget Heatmap Definition Request Formula Conditional Format[] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Heatmap Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Heatmap Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Heatmap Definition Request Formula Style - Styling options for widget formulas.
- formula_
expression str - A string expression built from queries, formulas, and functions.
- alias str
- An expression alias.
- cell_
display_ strmode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional_
formats Sequence[DashboardWidget Heatmap Definition Request Formula Conditional Format] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Heatmap Definition Request Formula Limit - The options for limiting results returned.
- number_
format DashboardWidget Heatmap Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Heatmap Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit Property Map
- The options for limiting results returned.
- number
Format Property Map - Number formatting options for the formula.
- style Property Map
- Styling options for widget formulas.
DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormat, DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetHeatmapDefinitionRequestFormulaLimit, DashboardWidgetHeatmapDefinitionRequestFormulaLimitArgs
DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat, DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatArgs
- unit Property Map
- Unit of the number format.
- unit
Scale Property Map
DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit, DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitArgs
- Canonical
Dashboard
Widget Heatmap Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Heatmap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- Canonical
Dashboard
Widget Heatmap Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Heatmap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Heatmap Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Heatmap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Heatmap Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Heatmap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Heatmap Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Heatmap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical Property Map
- Canonical Units
- custom Property Map
- Use custom (non canonical metrics)
DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical, DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit_
name str - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per_
unit_ strname - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom, DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomArgs
- Label string
- Unit label
- Label string
- Unit label
- label String
- Unit label
- label string
- Unit label
- label str
- Unit label
- label String
- Unit label
DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale, DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleArgs
- Unit
Name string
- Unit
Name string
- unit
Name String
- unit
Name string
- unit_
name str
- unit
Name String
DashboardWidgetHeatmapDefinitionRequestFormulaStyle, DashboardWidgetHeatmapDefinitionRequestFormulaStyleArgs
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Integer - Index specifying which color to use within the palette.
- palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index number - Index specifying which color to use within the palette.
- palette str
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette_
index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Number - Index specifying which color to use within the palette.
DashboardWidgetHeatmapDefinitionRequestProcessQuery, DashboardWidgetHeatmapDefinitionRequestProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetHeatmapDefinitionRequestQuery, DashboardWidgetHeatmapDefinitionRequestQueryArgs
- Apm
Dependency DashboardStats Query Widget Heatmap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Heatmap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Heatmap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Heatmap Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Heatmap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Heatmap Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Heatmap Definition Request Query Slo Query - The SLO query using formulas and functions.
- Apm
Dependency DashboardStats Query Widget Heatmap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Heatmap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Heatmap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Heatmap Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Heatmap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Heatmap Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Heatmap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Heatmap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Heatmap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Heatmap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Heatmap Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Heatmap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Heatmap Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Heatmap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Heatmap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Heatmap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Heatmap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Heatmap Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Heatmap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Heatmap Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Heatmap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm_
dependency_ Dashboardstats_ query Widget Heatmap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm_
resource_ Dashboardstats_ query Widget Heatmap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud_
cost_ Dashboardquery Widget Heatmap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event_
query DashboardWidget Heatmap Definition Request Query Event Query - A timeseries formula and functions events query.
- metric_
query DashboardWidget Heatmap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process_
query DashboardWidget Heatmap Definition Request Query Process Query - The process query using formulas and functions.
- slo_
query DashboardWidget Heatmap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency Property MapStats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource Property MapStats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost Property MapQuery - The Cloud Cost query using formulas and functions.
- event
Query Property Map - A timeseries formula and functions events query.
- metric
Query Property Map - A timeseries formula and functions metrics query.
- process
Query Property Map - The process query using formulas and functions.
- slo
Query Property Map - The SLO query using formulas and functions.
DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery, DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryArgs
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- operation
Name string - Name of operation on service.
- resource
Name string - APM resource.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data_
source str - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- operation_
name str - Name of operation on service.
- resource_
name str - APM resource.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery, DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryArgs
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<string> - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []string - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
- data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies string[] - Array of fields to group results by.
- operation
Name string - Name of operation on service.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name string - APM resource.
- data_
source str - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[str] - Array of fields to group results by.
- operation_
name str - Name of operation on service.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource_
name str - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery, DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryArgs
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - name string
- The name of the query for use in formulas.
- query string
- The cloud cost query definition.
- aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for cloud cost queries. Valid values are
cloud_cost
. - name str
- The name of the query for use in formulas.
- query str
- The cloud cost query definition.
- aggregator str
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
DashboardWidgetHeatmapDefinitionRequestQueryEventQuery, DashboardWidgetHeatmapDefinitionRequestQueryEventQueryArgs
- Computes
List<Dashboard
Widget Heatmap Definition Request Query Event Query Compute> - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<DashboardWidget Heatmap Definition Request Query Event Query Group By> - Group by options.
- Indexes List<string>
- An array of index names to query in the stream.
- Search
Dashboard
Widget Heatmap Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- Computes
[]Dashboard
Widget Heatmap Definition Request Query Event Query Compute - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []DashboardWidget Heatmap Definition Request Query Event Query Group By - Group by options.
- Indexes []string
- An array of index names to query in the stream.
- Search
Dashboard
Widget Heatmap Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- computes
List<Dashboard
Widget Heatmap Definition Request Query Event Query Compute> - The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<DashboardWidget Heatmap Definition Request Query Event Query Group By> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search
Dashboard
Widget Heatmap Definition Request Query Event Query Search - The search options.
- storage String
- Storage location (private beta).
- computes
Dashboard
Widget Heatmap Definition Request Query Event Query Compute[] - The compute options.
- data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name string
- The name of query for use in formulas.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies DashboardWidget Heatmap Definition Request Query Event Query Group By[] - Group by options.
- indexes string[]
- An array of index names to query in the stream.
- search
Dashboard
Widget Heatmap Definition Request Query Event Query Search - The search options.
- storage string
- Storage location (private beta).
- computes
Sequence[Dashboard
Widget Heatmap Definition Request Query Event Query Compute] - The compute options.
- data_
source str - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name str
- The name of query for use in formulas.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[DashboardWidget Heatmap Definition Request Query Event Query Group By] - Group by options.
- indexes Sequence[str]
- An array of index names to query in the stream.
- search
Dashboard
Widget Heatmap Definition Request Query Event Query Search - The search options.
- storage str
- Storage location (private beta).
- computes List<Property Map>
- The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<Property Map> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search Property Map
- The search options.
- storage String
- Storage location (private beta).
DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute, DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeArgs
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Integer
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
- aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval number
- A time interval in milliseconds.
- metric string
- The measurable attribute to compute.
- aggregation str
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval int
- A time interval in milliseconds.
- metric str
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Number
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy, DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByArgs
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Heatmap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Heatmap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Integer
- The number of groups to return.
- sort
Dashboard
Widget Heatmap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet string
- The event facet.
- limit number
- The number of groups to return.
- sort
Dashboard
Widget Heatmap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet str
- The event facet.
- limit int
- The number of groups to return.
- sort
Dashboard
Widget Heatmap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Number
- The number of groups to return.
- sort Property Map
- The options for sorting group by results.
DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort, DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortArgs
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
- aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric string
- The metric used for sorting group by results.
- order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation str
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric str
- The metric used for sorting group by results.
- order str
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch, DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchArgs
- Query string
- The events search string.
- Query string
- The events search string.
- query String
- The events search string.
- query string
- The events search string.
- query str
- The events search string.
- query String
- The events search string.
DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery, DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryArgs
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
- name string
- The name of the query for use in formulas.
- query string
- The metrics query definition.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name str
- The name of the query for use in formulas.
- query str
- The metrics query definition.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery, DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryArgs
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters List<string> - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters []string - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Integer
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
- data
Source string - The data source for process queries. Valid values are
process
,container
. - metric string
- The process metric name.
- name string
- The name of query for use in formulas.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized booleanCpu - Whether to normalize the CPU percentages.
- limit number
- The number of hits to return.
- sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters string[] - An array of tags to filter by.
- text
Filter string - The text to use as a filter.
- data_
source str - The data source for process queries. Valid values are
process
,container
. - metric str
- The process metric name.
- name str
- The name of query for use in formulas.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
normalized_ boolcpu - Whether to normalize the CPU percentages.
- limit int
- The number of hits to return.
- sort str
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag_
filters Sequence[str] - An array of tags to filter by.
- text_
filter str - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Number
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
DashboardWidgetHeatmapDefinitionRequestQuerySloQuery, DashboardWidgetHeatmapDefinitionRequestQuerySloQueryArgs
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source string - The data source for SLO queries. Valid values are
slo
. - measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id string - ID of an SLO to query.
- additional
Query stringFilters - Additional filters applied to the SLO query.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name string
- The name of query for use in formulas.
- slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data_
source str - The data source for SLO queries. Valid values are
slo
. - measure str
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo_
id str - ID of an SLO to query.
- additional_
query_ strfilters - Additional filters applied to the SLO query.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
mode str - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name str
- The name of query for use in formulas.
- slo_
query_ strtype - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
DashboardWidgetHeatmapDefinitionRequestStyle, DashboardWidgetHeatmapDefinitionRequestStyleArgs
- Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette str
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
DashboardWidgetHeatmapDefinitionYaxis, DashboardWidgetHeatmapDefinitionYaxisArgs
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero boolean - Always include zero or fit the axis to the data range.
- label string
- The label of the axis to display on the graph.
- max string
- Specify the maximum value to show on the Y-axis.
- min string
- Specify the minimum value to show on the Y-axis.
- scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include_
zero bool - Always include zero or fit the axis to the data range.
- label str
- The label of the axis to display on the graph.
- max str
- Specify the maximum value to show on the Y-axis.
- min str
- Specify the minimum value to show on the Y-axis.
- scale str
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
DashboardWidgetHostmapDefinition, DashboardWidgetHostmapDefinitionArgs
- Custom
Links List<DashboardWidget Hostmap Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Groups List<string>
- The list of tags to group nodes by.
- No
Group boolHosts - A Boolean indicating whether to show ungrouped nodes.
- No
Metric boolHosts - A Boolean indicating whether to show nodes with no metrics.
- Node
Type string - The type of node used. Valid values are
host
,container
. - Request
Dashboard
Widget Hostmap Definition Request - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below. - Scopes List<string>
- The list of tags to filter nodes by.
- Style
Dashboard
Widget Hostmap Definition Style - The style of the widget graph. One nested block is allowed using the structure below.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Custom
Links []DashboardWidget Hostmap Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Groups []string
- The list of tags to group nodes by.
- No
Group boolHosts - A Boolean indicating whether to show ungrouped nodes.
- No
Metric boolHosts - A Boolean indicating whether to show nodes with no metrics.
- Node
Type string - The type of node used. Valid values are
host
,container
. - Request
Dashboard
Widget Hostmap Definition Request - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below. - Scopes []string
- The list of tags to filter nodes by.
- Style
Dashboard
Widget Hostmap Definition Style - The style of the widget graph. One nested block is allowed using the structure below.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- custom
Links List<DashboardWidget Hostmap Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - groups List<String>
- The list of tags to group nodes by.
- no
Group BooleanHosts - A Boolean indicating whether to show ungrouped nodes.
- no
Metric BooleanHosts - A Boolean indicating whether to show nodes with no metrics.
- node
Type String - The type of node used. Valid values are
host
,container
. - request
Dashboard
Widget Hostmap Definition Request - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below. - scopes List<String>
- The list of tags to filter nodes by.
- style
Dashboard
Widget Hostmap Definition Style - The style of the widget graph. One nested block is allowed using the structure below.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- custom
Links DashboardWidget Hostmap Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - groups string[]
- The list of tags to group nodes by.
- no
Group booleanHosts - A Boolean indicating whether to show ungrouped nodes.
- no
Metric booleanHosts - A Boolean indicating whether to show nodes with no metrics.
- node
Type string - The type of node used. Valid values are
host
,container
. - request
Dashboard
Widget Hostmap Definition Request - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below. - scopes string[]
- The list of tags to filter nodes by.
- style
Dashboard
Widget Hostmap Definition Style - The style of the widget graph. One nested block is allowed using the structure below.
- title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- custom_
links Sequence[DashboardWidget Hostmap Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - groups Sequence[str]
- The list of tags to group nodes by.
- no_
group_ boolhosts - A Boolean indicating whether to show ungrouped nodes.
- no_
metric_ boolhosts - A Boolean indicating whether to show nodes with no metrics.
- node_
type str - The type of node used. Valid values are
host
,container
. - request
Dashboard
Widget Hostmap Definition Request - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below. - scopes Sequence[str]
- The list of tags to filter nodes by.
- style
Dashboard
Widget Hostmap Definition Style - The style of the widget graph. One nested block is allowed using the structure below.
- title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - groups List<String>
- The list of tags to group nodes by.
- no
Group BooleanHosts - A Boolean indicating whether to show ungrouped nodes.
- no
Metric BooleanHosts - A Boolean indicating whether to show nodes with no metrics.
- node
Type String - The type of node used. Valid values are
host
,container
. - request Property Map
- A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below. - scopes List<String>
- The list of tags to filter nodes by.
- style Property Map
- The style of the widget graph. One nested block is allowed using the structure below.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetHostmapDefinitionCustomLink, DashboardWidgetHostmapDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetHostmapDefinitionRequest, DashboardWidgetHostmapDefinitionRequestArgs
- Fills
List<Dashboard
Widget Hostmap Definition Request Fill> - The query used to fill the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - Sizes
List<Dashboard
Widget Hostmap Definition Request Size> - The query used to size the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block).
- Fills
[]Dashboard
Widget Hostmap Definition Request Fill - The query used to fill the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - Sizes
[]Dashboard
Widget Hostmap Definition Request Size - The query used to size the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block).
- fills
List<Dashboard
Widget Hostmap Definition Request Fill> - The query used to fill the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - sizes
List<Dashboard
Widget Hostmap Definition Request Size> - The query used to size the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block).
- fills
Dashboard
Widget Hostmap Definition Request Fill[] - The query used to fill the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - sizes
Dashboard
Widget Hostmap Definition Request Size[] - The query used to size the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block).
- fills
Sequence[Dashboard
Widget Hostmap Definition Request Fill] - The query used to fill the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - sizes
Sequence[Dashboard
Widget Hostmap Definition Request Size] - The query used to size the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block).
- fills List<Property Map>
- The query used to fill the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block). - sizes List<Property Map>
- The query used to size the map. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within the request block).
DashboardWidgetHostmapDefinitionRequestFill, DashboardWidgetHostmapDefinitionRequestFillArgs
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Hostmap Definition Request Fill Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Hostmap Definition Request Fill Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Hostmap Definition Request Fill Process Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Hostmap Definition Request Fill Process Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- apm_
query DashboardWidget Apm Query - The query to use for this widget.
- log_
query DashboardWidget Log Query - The query to use for this widget.
- process_
query DashboardWidget Hostmap Definition Request Fill Process Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- apm
Query Property Map - The query to use for this widget.
- log
Query Property Map - The query to use for this widget.
- process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
DashboardWidgetHostmapDefinitionRequestFillProcessQuery, DashboardWidgetHostmapDefinitionRequestFillProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetHostmapDefinitionRequestSize, DashboardWidgetHostmapDefinitionRequestSizeArgs
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Hostmap Definition Request Size Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Hostmap Definition Request Size Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Hostmap Definition Request Size Process Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Hostmap Definition Request Size Process Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- apm_
query DashboardWidget Apm Query - The query to use for this widget.
- log_
query DashboardWidget Log Query - The query to use for this widget.
- process_
query DashboardWidget Hostmap Definition Request Size Process Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- apm
Query Property Map - The query to use for this widget.
- log
Query Property Map - The query to use for this widget.
- process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
DashboardWidgetHostmapDefinitionRequestSizeProcessQuery, DashboardWidgetHostmapDefinitionRequestSizeProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetHostmapDefinitionStyle, DashboardWidgetHostmapDefinitionStyleArgs
- Fill
Max string - The max value to use to color the map.
- Fill
Min string - The min value to use to color the map.
- Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- Palette
Flip bool - A Boolean indicating whether to flip the palette tones.
- Fill
Max string - The max value to use to color the map.
- Fill
Min string - The min value to use to color the map.
- Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- Palette
Flip bool - A Boolean indicating whether to flip the palette tones.
- fill
Max String - The max value to use to color the map.
- fill
Min String - The min value to use to color the map.
- palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette
Flip Boolean - A Boolean indicating whether to flip the palette tones.
- fill
Max string - The max value to use to color the map.
- fill
Min string - The min value to use to color the map.
- palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette
Flip boolean - A Boolean indicating whether to flip the palette tones.
- fill_
max str - The max value to use to color the map.
- fill_
min str - The min value to use to color the map.
- palette str
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette_
flip bool - A Boolean indicating whether to flip the palette tones.
- fill
Max String - The max value to use to color the map.
- fill
Min String - The min value to use to color the map.
- palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette
Flip Boolean - A Boolean indicating whether to flip the palette tones.
DashboardWidgetIframeDefinition, DashboardWidgetIframeDefinitionArgs
- Url string
- The URL to use as a data source for the widget.
- Url string
- The URL to use as a data source for the widget.
- url String
- The URL to use as a data source for the widget.
- url string
- The URL to use as a data source for the widget.
- url str
- The URL to use as a data source for the widget.
- url String
- The URL to use as a data source for the widget.
DashboardWidgetImageDefinition, DashboardWidgetImageDefinitionArgs
- Url string
- The URL to use as a data source for the widget.
- Has
Background bool - Whether to display a background or not. Defaults to
true
. - Has
Border bool - Whether to display a border or not. Defaults to
true
. - Horizontal
Align string - The horizontal alignment for the widget. Valid values are
center
,left
,right
. - Margin string
- The margins to use around the image. Note:
small
andlarge
values are deprecated. Valid values aresm
,md
,lg
,small
,large
. - Sizing string
- The preferred method to adapt the dimensions of the image. The values are based on the image
object-fit
CSS properties. Note:zoom
,fit
andcenter
values are deprecated. Valid values arefill
,contain
,cover
,none
,scale-down
,zoom
,fit
,center
. - Url
Dark stringTheme - The URL in dark mode to use as a data source for the widget.
- Vertical
Align string - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
- Url string
- The URL to use as a data source for the widget.
- Has
Background bool - Whether to display a background or not. Defaults to
true
. - Has
Border bool - Whether to display a border or not. Defaults to
true
. - Horizontal
Align string - The horizontal alignment for the widget. Valid values are
center
,left
,right
. - Margin string
- The margins to use around the image. Note:
small
andlarge
values are deprecated. Valid values aresm
,md
,lg
,small
,large
. - Sizing string
- The preferred method to adapt the dimensions of the image. The values are based on the image
object-fit
CSS properties. Note:zoom
,fit
andcenter
values are deprecated. Valid values arefill
,contain
,cover
,none
,scale-down
,zoom
,fit
,center
. - Url
Dark stringTheme - The URL in dark mode to use as a data source for the widget.
- Vertical
Align string - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
- url String
- The URL to use as a data source for the widget.
- has
Background Boolean - Whether to display a background or not. Defaults to
true
. - has
Border Boolean - Whether to display a border or not. Defaults to
true
. - horizontal
Align String - The horizontal alignment for the widget. Valid values are
center
,left
,right
. - margin String
- The margins to use around the image. Note:
small
andlarge
values are deprecated. Valid values aresm
,md
,lg
,small
,large
. - sizing String
- The preferred method to adapt the dimensions of the image. The values are based on the image
object-fit
CSS properties. Note:zoom
,fit
andcenter
values are deprecated. Valid values arefill
,contain
,cover
,none
,scale-down
,zoom
,fit
,center
. - url
Dark StringTheme - The URL in dark mode to use as a data source for the widget.
- vertical
Align String - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
- url string
- The URL to use as a data source for the widget.
- has
Background boolean - Whether to display a background or not. Defaults to
true
. - has
Border boolean - Whether to display a border or not. Defaults to
true
. - horizontal
Align string - The horizontal alignment for the widget. Valid values are
center
,left
,right
. - margin string
- The margins to use around the image. Note:
small
andlarge
values are deprecated. Valid values aresm
,md
,lg
,small
,large
. - sizing string
- The preferred method to adapt the dimensions of the image. The values are based on the image
object-fit
CSS properties. Note:zoom
,fit
andcenter
values are deprecated. Valid values arefill
,contain
,cover
,none
,scale-down
,zoom
,fit
,center
. - url
Dark stringTheme - The URL in dark mode to use as a data source for the widget.
- vertical
Align string - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
- url str
- The URL to use as a data source for the widget.
- has_
background bool - Whether to display a background or not. Defaults to
true
. - has_
border bool - Whether to display a border or not. Defaults to
true
. - horizontal_
align str - The horizontal alignment for the widget. Valid values are
center
,left
,right
. - margin str
- The margins to use around the image. Note:
small
andlarge
values are deprecated. Valid values aresm
,md
,lg
,small
,large
. - sizing str
- The preferred method to adapt the dimensions of the image. The values are based on the image
object-fit
CSS properties. Note:zoom
,fit
andcenter
values are deprecated. Valid values arefill
,contain
,cover
,none
,scale-down
,zoom
,fit
,center
. - url_
dark_ strtheme - The URL in dark mode to use as a data source for the widget.
- vertical_
align str - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
- url String
- The URL to use as a data source for the widget.
- has
Background Boolean - Whether to display a background or not. Defaults to
true
. - has
Border Boolean - Whether to display a border or not. Defaults to
true
. - horizontal
Align String - The horizontal alignment for the widget. Valid values are
center
,left
,right
. - margin String
- The margins to use around the image. Note:
small
andlarge
values are deprecated. Valid values aresm
,md
,lg
,small
,large
. - sizing String
- The preferred method to adapt the dimensions of the image. The values are based on the image
object-fit
CSS properties. Note:zoom
,fit
andcenter
values are deprecated. Valid values arefill
,contain
,cover
,none
,scale-down
,zoom
,fit
,center
. - url
Dark StringTheme - The URL in dark mode to use as a data source for the widget.
- vertical
Align String - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
DashboardWidgetListStreamDefinition, DashboardWidgetListStreamDefinitionArgs
- Requests
List<Dashboard
Widget List Stream Definition Request> - Nested block describing the requests to use when displaying the widget. Multiple
request
blocks are allowed with the structure below. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title. Default is 16.
- Requests
[]Dashboard
Widget List Stream Definition Request - Nested block describing the requests to use when displaying the widget. Multiple
request
blocks are allowed with the structure below. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title. Default is 16.
- requests
List<Dashboard
Widget List Stream Definition Request> - Nested block describing the requests to use when displaying the widget. Multiple
request
blocks are allowed with the structure below. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title. Default is 16.
- requests
Dashboard
Widget List Stream Definition Request[] - Nested block describing the requests to use when displaying the widget. Multiple
request
blocks are allowed with the structure below. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title. Default is 16.
- requests
Sequence[Dashboard
Widget List Stream Definition Request] - Nested block describing the requests to use when displaying the widget. Multiple
request
blocks are allowed with the structure below. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title. Default is 16.
- requests List<Property Map>
- Nested block describing the requests to use when displaying the widget. Multiple
request
blocks are allowed with the structure below. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title. Default is 16.
DashboardWidgetListStreamDefinitionRequest, DashboardWidgetListStreamDefinitionRequestArgs
- Columns
List<Dashboard
Widget List Stream Definition Request Column> - Widget columns.
- Query
Dashboard
Widget List Stream Definition Request Query - Updated list stream widget.
- Response
Format string - Widget response format. Valid values are
event_list
.
- Columns
[]Dashboard
Widget List Stream Definition Request Column - Widget columns.
- Query
Dashboard
Widget List Stream Definition Request Query - Updated list stream widget.
- Response
Format string - Widget response format. Valid values are
event_list
.
- columns
List<Dashboard
Widget List Stream Definition Request Column> - Widget columns.
- query
Dashboard
Widget List Stream Definition Request Query - Updated list stream widget.
- response
Format String - Widget response format. Valid values are
event_list
.
- columns
Dashboard
Widget List Stream Definition Request Column[] - Widget columns.
- query
Dashboard
Widget List Stream Definition Request Query - Updated list stream widget.
- response
Format string - Widget response format. Valid values are
event_list
.
- columns
Sequence[Dashboard
Widget List Stream Definition Request Column] - Widget columns.
- query
Dashboard
Widget List Stream Definition Request Query - Updated list stream widget.
- response_
format str - Widget response format. Valid values are
event_list
.
- columns List<Property Map>
- Widget columns.
- query Property Map
- Updated list stream widget.
- response
Format String - Widget response format. Valid values are
event_list
.
DashboardWidgetListStreamDefinitionRequestColumn, DashboardWidgetListStreamDefinitionRequestColumnArgs
DashboardWidgetListStreamDefinitionRequestQuery, DashboardWidgetListStreamDefinitionRequestQueryArgs
- Data
Source string - Source from which to query items to display in the stream. Valid values are
logs_stream
,audit_stream
,ci_pipeline_stream
,ci_test_stream
,rum_issue_stream
,apm_issue_stream
,trace_stream
,logs_issue_stream
,logs_pattern_stream
,logs_transaction_stream
,event_stream
,rum_stream
,llm_observability_stream
. - Clustering
Pattern stringField Path - Specifies the field for logs pattern clustering. Can only be used with
logs_pattern_stream
. - Event
Size string - Size of events displayed in widget. Required if
data_source
isevent_stream
. Valid values ares
,l
. - Group
Bies List<DashboardWidget List Stream Definition Request Query Group By> - Group by configuration for the List Stream widget. Group by can only be used with
logs_pattern_stream
(up to 4 items) orlogs_transaction_stream
(one group by item is required) list stream source. - Indexes List<string>
- List of indexes.
- Query
String string - Widget query.
- Sort
Dashboard
Widget List Stream Definition Request Query Sort - The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - Storage string
- Storage location (private beta).
- Data
Source string - Source from which to query items to display in the stream. Valid values are
logs_stream
,audit_stream
,ci_pipeline_stream
,ci_test_stream
,rum_issue_stream
,apm_issue_stream
,trace_stream
,logs_issue_stream
,logs_pattern_stream
,logs_transaction_stream
,event_stream
,rum_stream
,llm_observability_stream
. - Clustering
Pattern stringField Path - Specifies the field for logs pattern clustering. Can only be used with
logs_pattern_stream
. - Event
Size string - Size of events displayed in widget. Required if
data_source
isevent_stream
. Valid values ares
,l
. - Group
Bies []DashboardWidget List Stream Definition Request Query Group By - Group by configuration for the List Stream widget. Group by can only be used with
logs_pattern_stream
(up to 4 items) orlogs_transaction_stream
(one group by item is required) list stream source. - Indexes []string
- List of indexes.
- Query
String string - Widget query.
- Sort
Dashboard
Widget List Stream Definition Request Query Sort - The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - Storage string
- Storage location (private beta).
- data
Source String - Source from which to query items to display in the stream. Valid values are
logs_stream
,audit_stream
,ci_pipeline_stream
,ci_test_stream
,rum_issue_stream
,apm_issue_stream
,trace_stream
,logs_issue_stream
,logs_pattern_stream
,logs_transaction_stream
,event_stream
,rum_stream
,llm_observability_stream
. - clustering
Pattern StringField Path - Specifies the field for logs pattern clustering. Can only be used with
logs_pattern_stream
. - event
Size String - Size of events displayed in widget. Required if
data_source
isevent_stream
. Valid values ares
,l
. - group
Bies List<DashboardWidget List Stream Definition Request Query Group By> - Group by configuration for the List Stream widget. Group by can only be used with
logs_pattern_stream
(up to 4 items) orlogs_transaction_stream
(one group by item is required) list stream source. - indexes List<String>
- List of indexes.
- query
String String - Widget query.
- sort
Dashboard
Widget List Stream Definition Request Query Sort - The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - storage String
- Storage location (private beta).
- data
Source string - Source from which to query items to display in the stream. Valid values are
logs_stream
,audit_stream
,ci_pipeline_stream
,ci_test_stream
,rum_issue_stream
,apm_issue_stream
,trace_stream
,logs_issue_stream
,logs_pattern_stream
,logs_transaction_stream
,event_stream
,rum_stream
,llm_observability_stream
. - clustering
Pattern stringField Path - Specifies the field for logs pattern clustering. Can only be used with
logs_pattern_stream
. - event
Size string - Size of events displayed in widget. Required if
data_source
isevent_stream
. Valid values ares
,l
. - group
Bies DashboardWidget List Stream Definition Request Query Group By[] - Group by configuration for the List Stream widget. Group by can only be used with
logs_pattern_stream
(up to 4 items) orlogs_transaction_stream
(one group by item is required) list stream source. - indexes string[]
- List of indexes.
- query
String string - Widget query.
- sort
Dashboard
Widget List Stream Definition Request Query Sort - The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - storage string
- Storage location (private beta).
- data_
source str - Source from which to query items to display in the stream. Valid values are
logs_stream
,audit_stream
,ci_pipeline_stream
,ci_test_stream
,rum_issue_stream
,apm_issue_stream
,trace_stream
,logs_issue_stream
,logs_pattern_stream
,logs_transaction_stream
,event_stream
,rum_stream
,llm_observability_stream
. - clustering_
pattern_ strfield_ path - Specifies the field for logs pattern clustering. Can only be used with
logs_pattern_stream
. - event_
size str - Size of events displayed in widget. Required if
data_source
isevent_stream
. Valid values ares
,l
. - group_
bies Sequence[DashboardWidget List Stream Definition Request Query Group By] - Group by configuration for the List Stream widget. Group by can only be used with
logs_pattern_stream
(up to 4 items) orlogs_transaction_stream
(one group by item is required) list stream source. - indexes Sequence[str]
- List of indexes.
- query_
string str - Widget query.
- sort
Dashboard
Widget List Stream Definition Request Query Sort - The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - storage str
- Storage location (private beta).
- data
Source String - Source from which to query items to display in the stream. Valid values are
logs_stream
,audit_stream
,ci_pipeline_stream
,ci_test_stream
,rum_issue_stream
,apm_issue_stream
,trace_stream
,logs_issue_stream
,logs_pattern_stream
,logs_transaction_stream
,event_stream
,rum_stream
,llm_observability_stream
. - clustering
Pattern StringField Path - Specifies the field for logs pattern clustering. Can only be used with
logs_pattern_stream
. - event
Size String - Size of events displayed in widget. Required if
data_source
isevent_stream
. Valid values ares
,l
. - group
Bies List<Property Map> - Group by configuration for the List Stream widget. Group by can only be used with
logs_pattern_stream
(up to 4 items) orlogs_transaction_stream
(one group by item is required) list stream source. - indexes List<String>
- List of indexes.
- query
String String - Widget query.
- sort Property Map
- The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - storage String
- Storage location (private beta).
DashboardWidgetListStreamDefinitionRequestQueryGroupBy, DashboardWidgetListStreamDefinitionRequestQueryGroupByArgs
- Facet string
- Facet name
- Facet string
- Facet name
- facet String
- Facet name
- facet string
- Facet name
- facet str
- Facet name
- facet String
- Facet name
DashboardWidgetListStreamDefinitionRequestQuerySort, DashboardWidgetListStreamDefinitionRequestQuerySortArgs
DashboardWidgetLogQuery, DashboardWidgetLogQueryArgs
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Log Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies List<DashboardWidget Log Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes List<DashboardWidget Log Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Log Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies []DashboardWidget Log Query Group By - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes []DashboardWidget Log Query Multi Compute compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- index String
- The name of the index to query.
- compute
Query DashboardWidget Log Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<DashboardWidget Log Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<DashboardWidget Log Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
- index string
- The name of the index to query.
- compute
Query DashboardWidget Log Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies DashboardWidget Log Query Group By[] - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes DashboardWidget Log Query Multi Compute[] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query string - The search query to use.
- index str
- The name of the index to query.
- compute_
query DashboardWidget Log Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group_
bies Sequence[DashboardWidget Log Query Group By] - Multiple
group_by
blocks are allowed using the structure below. - multi_
computes Sequence[DashboardWidget Log Query Multi Compute] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search_
query str - The search query to use.
- index String
- The name of the index to query.
- compute
Query Property Map compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<Property Map> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<Property Map> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
DashboardWidgetLogQueryComputeQuery, DashboardWidgetLogQueryComputeQueryArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetLogQueryGroupBy, DashboardWidgetLogQueryGroupByArgs
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Log Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Log Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Integer
- The maximum number of items in the group.
- sort
Query DashboardWidget Log Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet string
- The facet name.
- limit number
- The maximum number of items in the group.
- sort
Query DashboardWidget Log Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet str
- The facet name.
- limit int
- The maximum number of items in the group.
- sort_
query DashboardWidget Log Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Number
- The maximum number of items in the group.
- sort
Query Property Map - A list of exactly one element describing the sort query to use.
DashboardWidgetLogQueryGroupBySortQuery, DashboardWidgetLogQueryGroupBySortQueryArgs
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
- aggregation string
- The aggregation method.
- order string
- Widget sorting methods. Valid values are
asc
,desc
. - facet string
- The facet name.
- aggregation str
- The aggregation method.
- order str
- Widget sorting methods. Valid values are
asc
,desc
. - facet str
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
DashboardWidgetLogQueryMultiCompute, DashboardWidgetLogQueryMultiComputeArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetLogStreamDefinition, DashboardWidgetLogStreamDefinitionArgs
- Columns List<string>
- Stringified list of columns to use, for example:
["column1","column2","column3"]
. - Indexes List<string>
- An array of index names to query in the stream.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Message
Display string - The number of log lines to display. Valid values are
inline
,expanded-md
,expanded-lg
. - Query string
- The query to use in the widget.
- Show
Date boolColumn - If the date column should be displayed.
- Show
Message boolColumn - If the message column should be displayed.
- Sort
Dashboard
Widget Log Stream Definition Sort - The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Columns []string
- Stringified list of columns to use, for example:
["column1","column2","column3"]
. - Indexes []string
- An array of index names to query in the stream.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Message
Display string - The number of log lines to display. Valid values are
inline
,expanded-md
,expanded-lg
. - Query string
- The query to use in the widget.
- Show
Date boolColumn - If the date column should be displayed.
- Show
Message boolColumn - If the message column should be displayed.
- Sort
Dashboard
Widget Log Stream Definition Sort - The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- columns List<String>
- Stringified list of columns to use, for example:
["column1","column2","column3"]
. - indexes List<String>
- An array of index names to query in the stream.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - message
Display String - The number of log lines to display. Valid values are
inline
,expanded-md
,expanded-lg
. - query String
- The query to use in the widget.
- show
Date BooleanColumn - If the date column should be displayed.
- show
Message BooleanColumn - If the message column should be displayed.
- sort
Dashboard
Widget Log Stream Definition Sort - The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- columns string[]
- Stringified list of columns to use, for example:
["column1","column2","column3"]
. - indexes string[]
- An array of index names to query in the stream.
- live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - message
Display string - The number of log lines to display. Valid values are
inline
,expanded-md
,expanded-lg
. - query string
- The query to use in the widget.
- show
Date booleanColumn - If the date column should be displayed.
- show
Message booleanColumn - If the message column should be displayed.
- sort
Dashboard
Widget Log Stream Definition Sort - The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- columns Sequence[str]
- Stringified list of columns to use, for example:
["column1","column2","column3"]
. - indexes Sequence[str]
- An array of index names to query in the stream.
- live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - message_
display str - The number of log lines to display. Valid values are
inline
,expanded-md
,expanded-lg
. - query str
- The query to use in the widget.
- show_
date_ boolcolumn - If the date column should be displayed.
- show_
message_ boolcolumn - If the message column should be displayed.
- sort
Dashboard
Widget Log Stream Definition Sort - The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- columns List<String>
- Stringified list of columns to use, for example:
["column1","column2","column3"]
. - indexes List<String>
- An array of index names to query in the stream.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - message
Display String - The number of log lines to display. Valid values are
inline
,expanded-md
,expanded-lg
. - query String
- The query to use in the widget.
- show
Date BooleanColumn - If the date column should be displayed.
- show
Message BooleanColumn - If the message column should be displayed.
- sort Property Map
- The facet and order to sort the data, for example:
{"column": "time", "order": "desc"}
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetLogStreamDefinitionSort, DashboardWidgetLogStreamDefinitionSortArgs
DashboardWidgetManageStatusDefinition, DashboardWidgetManageStatusDefinitionArgs
- Query string
- The query to use in the widget.
- Color
Preference string - Whether to colorize text or background. Valid values are
background
,text
. - Display
Format string - The display setting to use. Valid values are
counts
,countsAndList
,list
. - Hide
Zero boolCounts - A Boolean indicating whether to hide empty categories.
- Show
Last boolTriggered - A Boolean indicating whether to show when monitors/groups last triggered.
- Show
Priority bool - Whether to show the priorities column.
- Sort string
- The method to sort the monitors. Valid values are
name
,group
,status
,tags
,triggered
,group,asc
,group,desc
,name,asc
,name,desc
,status,asc
,status,desc
,tags,asc
,tags,desc
,triggered,asc
,triggered,desc
,priority,asc
,priority,desc
. - Summary
Type string - The summary type to use. Valid values are
monitors
,groups
,combined
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Query string
- The query to use in the widget.
- Color
Preference string - Whether to colorize text or background. Valid values are
background
,text
. - Display
Format string - The display setting to use. Valid values are
counts
,countsAndList
,list
. - Hide
Zero boolCounts - A Boolean indicating whether to hide empty categories.
- Show
Last boolTriggered - A Boolean indicating whether to show when monitors/groups last triggered.
- Show
Priority bool - Whether to show the priorities column.
- Sort string
- The method to sort the monitors. Valid values are
name
,group
,status
,tags
,triggered
,group,asc
,group,desc
,name,asc
,name,desc
,status,asc
,status,desc
,tags,asc
,tags,desc
,triggered,asc
,triggered,desc
,priority,asc
,priority,desc
. - Summary
Type string - The summary type to use. Valid values are
monitors
,groups
,combined
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- query String
- The query to use in the widget.
- color
Preference String - Whether to colorize text or background. Valid values are
background
,text
. - display
Format String - The display setting to use. Valid values are
counts
,countsAndList
,list
. - hide
Zero BooleanCounts - A Boolean indicating whether to hide empty categories.
- show
Last BooleanTriggered - A Boolean indicating whether to show when monitors/groups last triggered.
- show
Priority Boolean - Whether to show the priorities column.
- sort String
- The method to sort the monitors. Valid values are
name
,group
,status
,tags
,triggered
,group,asc
,group,desc
,name,asc
,name,desc
,status,asc
,status,desc
,tags,asc
,tags,desc
,triggered,asc
,triggered,desc
,priority,asc
,priority,desc
. - summary
Type String - The summary type to use. Valid values are
monitors
,groups
,combined
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- query string
- The query to use in the widget.
- color
Preference string - Whether to colorize text or background. Valid values are
background
,text
. - display
Format string - The display setting to use. Valid values are
counts
,countsAndList
,list
. - hide
Zero booleanCounts - A Boolean indicating whether to hide empty categories.
- show
Last booleanTriggered - A Boolean indicating whether to show when monitors/groups last triggered.
- show
Priority boolean - Whether to show the priorities column.
- sort string
- The method to sort the monitors. Valid values are
name
,group
,status
,tags
,triggered
,group,asc
,group,desc
,name,asc
,name,desc
,status,asc
,status,desc
,tags,asc
,tags,desc
,triggered,asc
,triggered,desc
,priority,asc
,priority,desc
. - summary
Type string - The summary type to use. Valid values are
monitors
,groups
,combined
. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- query str
- The query to use in the widget.
- color_
preference str - Whether to colorize text or background. Valid values are
background
,text
. - display_
format str - The display setting to use. Valid values are
counts
,countsAndList
,list
. - hide_
zero_ boolcounts - A Boolean indicating whether to hide empty categories.
- show_
last_ booltriggered - A Boolean indicating whether to show when monitors/groups last triggered.
- show_
priority bool - Whether to show the priorities column.
- sort str
- The method to sort the monitors. Valid values are
name
,group
,status
,tags
,triggered
,group,asc
,group,desc
,name,asc
,name,desc
,status,asc
,status,desc
,tags,asc
,tags,desc
,triggered,asc
,triggered,desc
,priority,asc
,priority,desc
. - summary_
type str - The summary type to use. Valid values are
monitors
,groups
,combined
. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- query String
- The query to use in the widget.
- color
Preference String - Whether to colorize text or background. Valid values are
background
,text
. - display
Format String - The display setting to use. Valid values are
counts
,countsAndList
,list
. - hide
Zero BooleanCounts - A Boolean indicating whether to hide empty categories.
- show
Last BooleanTriggered - A Boolean indicating whether to show when monitors/groups last triggered.
- show
Priority Boolean - Whether to show the priorities column.
- sort String
- The method to sort the monitors. Valid values are
name
,group
,status
,tags
,triggered
,group,asc
,group,desc
,name,asc
,name,desc
,status,asc
,status,desc
,tags,asc
,tags,desc
,triggered,asc
,triggered,desc
,priority,asc
,priority,desc
. - summary
Type String - The summary type to use. Valid values are
monitors
,groups
,combined
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetNoteDefinition, DashboardWidgetNoteDefinitionArgs
- Content string
- The content of the note.
- Background
Color string - The background color of the note.
- Font
Size string - The size of the text.
- Has
Padding bool - Whether to add padding or not. Defaults to
true
. - Show
Tick bool - Whether to show a tick or not.
- Text
Align string - The alignment of the widget's text. Valid values are
center
,left
,right
. - Tick
Edge string - When
tick = true
, a string indicating on which side of the widget the tick should be displayed. Valid values arebottom
,left
,right
,top
. - Tick
Pos string - When
tick = true
, a string with a percent sign indicating the position of the tick, for example:tick_pos = "50%"
is centered alignment. - Vertical
Align string - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
- Content string
- The content of the note.
- Background
Color string - The background color of the note.
- Font
Size string - The size of the text.
- Has
Padding bool - Whether to add padding or not. Defaults to
true
. - Show
Tick bool - Whether to show a tick or not.
- Text
Align string - The alignment of the widget's text. Valid values are
center
,left
,right
. - Tick
Edge string - When
tick = true
, a string indicating on which side of the widget the tick should be displayed. Valid values arebottom
,left
,right
,top
. - Tick
Pos string - When
tick = true
, a string with a percent sign indicating the position of the tick, for example:tick_pos = "50%"
is centered alignment. - Vertical
Align string - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
- content String
- The content of the note.
- background
Color String - The background color of the note.
- font
Size String - The size of the text.
- has
Padding Boolean - Whether to add padding or not. Defaults to
true
. - show
Tick Boolean - Whether to show a tick or not.
- text
Align String - The alignment of the widget's text. Valid values are
center
,left
,right
. - tick
Edge String - When
tick = true
, a string indicating on which side of the widget the tick should be displayed. Valid values arebottom
,left
,right
,top
. - tick
Pos String - When
tick = true
, a string with a percent sign indicating the position of the tick, for example:tick_pos = "50%"
is centered alignment. - vertical
Align String - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
- content string
- The content of the note.
- background
Color string - The background color of the note.
- font
Size string - The size of the text.
- has
Padding boolean - Whether to add padding or not. Defaults to
true
. - show
Tick boolean - Whether to show a tick or not.
- text
Align string - The alignment of the widget's text. Valid values are
center
,left
,right
. - tick
Edge string - When
tick = true
, a string indicating on which side of the widget the tick should be displayed. Valid values arebottom
,left
,right
,top
. - tick
Pos string - When
tick = true
, a string with a percent sign indicating the position of the tick, for example:tick_pos = "50%"
is centered alignment. - vertical
Align string - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
- content str
- The content of the note.
- background_
color str - The background color of the note.
- font_
size str - The size of the text.
- has_
padding bool - Whether to add padding or not. Defaults to
true
. - show_
tick bool - Whether to show a tick or not.
- text_
align str - The alignment of the widget's text. Valid values are
center
,left
,right
. - tick_
edge str - When
tick = true
, a string indicating on which side of the widget the tick should be displayed. Valid values arebottom
,left
,right
,top
. - tick_
pos str - When
tick = true
, a string with a percent sign indicating the position of the tick, for example:tick_pos = "50%"
is centered alignment. - vertical_
align str - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
- content String
- The content of the note.
- background
Color String - The background color of the note.
- font
Size String - The size of the text.
- has
Padding Boolean - Whether to add padding or not. Defaults to
true
. - show
Tick Boolean - Whether to show a tick or not.
- text
Align String - The alignment of the widget's text. Valid values are
center
,left
,right
. - tick
Edge String - When
tick = true
, a string indicating on which side of the widget the tick should be displayed. Valid values arebottom
,left
,right
,top
. - tick
Pos String - When
tick = true
, a string with a percent sign indicating the position of the tick, for example:tick_pos = "50%"
is centered alignment. - vertical
Align String - The vertical alignment for the widget. Valid values are
center
,top
,bottom
.
DashboardWidgetPowerpackDefinition, DashboardWidgetPowerpackDefinitionArgs
- Powerpack
Id string - UUID of the associated powerpack.
- Background
Color string - The background color of the powerpack title.
- string
- URL of image to display as a banner for the powerpack.
- Show
Title bool - Whether to show the title of the powerpack.
- Template
Variables DashboardWidget Powerpack Definition Template Variables - The list of template variables for this powerpack.
- Title string
- Title of the powerpack.
- Powerpack
Id string - UUID of the associated powerpack.
- Background
Color string - The background color of the powerpack title.
- string
- URL of image to display as a banner for the powerpack.
- Show
Title bool - Whether to show the title of the powerpack.
- Template
Variables DashboardWidget Powerpack Definition Template Variables - The list of template variables for this powerpack.
- Title string
- Title of the powerpack.
- powerpack
Id String - UUID of the associated powerpack.
- background
Color String - The background color of the powerpack title.
- String
- URL of image to display as a banner for the powerpack.
- show
Title Boolean - Whether to show the title of the powerpack.
- template
Variables DashboardWidget Powerpack Definition Template Variables - The list of template variables for this powerpack.
- title String
- Title of the powerpack.
- powerpack
Id string - UUID of the associated powerpack.
- background
Color string - The background color of the powerpack title.
- string
- URL of image to display as a banner for the powerpack.
- show
Title boolean - Whether to show the title of the powerpack.
- template
Variables DashboardWidget Powerpack Definition Template Variables - The list of template variables for this powerpack.
- title string
- Title of the powerpack.
- powerpack_
id str - UUID of the associated powerpack.
- background_
color str - The background color of the powerpack title.
- str
- URL of image to display as a banner for the powerpack.
- show_
title bool - Whether to show the title of the powerpack.
- template_
variables DashboardWidget Powerpack Definition Template Variables - The list of template variables for this powerpack.
- title str
- Title of the powerpack.
- powerpack
Id String - UUID of the associated powerpack.
- background
Color String - The background color of the powerpack title.
- String
- URL of image to display as a banner for the powerpack.
- show
Title Boolean - Whether to show the title of the powerpack.
- template
Variables Property Map - The list of template variables for this powerpack.
- title String
- Title of the powerpack.
DashboardWidgetPowerpackDefinitionTemplateVariables, DashboardWidgetPowerpackDefinitionTemplateVariablesArgs
- Controlled
By List<DashboardPowerpacks Widget Powerpack Definition Template Variables Controlled By Powerpack> - Template variables controlled at the powerpack level.
- Controlled
Externallies List<DashboardWidget Powerpack Definition Template Variables Controlled Externally> - Template variables controlled by the external resource, such as the dashboard this powerpack is on.
- Controlled
By []DashboardPowerpacks Widget Powerpack Definition Template Variables Controlled By Powerpack - Template variables controlled at the powerpack level.
- Controlled
Externallies []DashboardWidget Powerpack Definition Template Variables Controlled Externally - Template variables controlled by the external resource, such as the dashboard this powerpack is on.
- controlled
By List<DashboardPowerpacks Widget Powerpack Definition Template Variables Controlled By Powerpack> - Template variables controlled at the powerpack level.
- controlled
Externallies List<DashboardWidget Powerpack Definition Template Variables Controlled Externally> - Template variables controlled by the external resource, such as the dashboard this powerpack is on.
- controlled
By DashboardPowerpacks Widget Powerpack Definition Template Variables Controlled By Powerpack[] - Template variables controlled at the powerpack level.
- controlled
Externallies DashboardWidget Powerpack Definition Template Variables Controlled Externally[] - Template variables controlled by the external resource, such as the dashboard this powerpack is on.
- controlled_
by_ Sequence[Dashboardpowerpacks Widget Powerpack Definition Template Variables Controlled By Powerpack] - Template variables controlled at the powerpack level.
- controlled_
externallies Sequence[DashboardWidget Powerpack Definition Template Variables Controlled Externally] - Template variables controlled by the external resource, such as the dashboard this powerpack is on.
- controlled
By List<Property Map>Powerpacks - Template variables controlled at the powerpack level.
- controlled
Externallies List<Property Map> - Template variables controlled by the external resource, such as the dashboard this powerpack is on.
DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack, DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackArgs
- Name string
- The name of the variable.
- Values List<string>
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. - Prefix string
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name String
- The name of the variable.
- values List<String>
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. - prefix String
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name String
- The name of the variable.
- values List<String>
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. - prefix String
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally, DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyArgs
- Name string
- The name of the variable.
- Values List<string>
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. - Prefix string
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name String
- The name of the variable.
- values List<String>
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. - prefix String
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
- name String
- The name of the variable.
- values List<String>
- One or many template variable values within the saved view, which will be unioned together using
OR
if more than one is specified. - prefix String
- The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown.
DashboardWidgetQueryTableDefinition, DashboardWidgetQueryTableDefinitionArgs
- Custom
Links List<DashboardWidget Query Table Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Has
Search stringBar - Controls the display of the search bar. Valid values are
always
,never
,auto
. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
List<Dashboard
Widget Query Table Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within therequest
block). - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Custom
Links []DashboardWidget Query Table Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Has
Search stringBar - Controls the display of the search bar. Valid values are
always
,never
,auto
. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
[]Dashboard
Widget Query Table Definition Request - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within therequest
block). - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- custom
Links List<DashboardWidget Query Table Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - has
Search StringBar - Controls the display of the search bar. Valid values are
always
,never
,auto
. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
List<Dashboard
Widget Query Table Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within therequest
block). - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- custom
Links DashboardWidget Query Table Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - has
Search stringBar - Controls the display of the search bar. Valid values are
always
,never
,auto
. - live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Dashboard
Widget Query Table Definition Request[] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within therequest
block). - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- custom_
links Sequence[DashboardWidget Query Table Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - has_
search_ strbar - Controls the display of the search bar. Valid values are
always
,never
,auto
. - live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Sequence[Dashboard
Widget Query Table Definition Request] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within therequest
block). - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - has
Search StringBar - Controls the display of the search bar. Valid values are
always
,never
,auto
. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests List<Property Map>
- A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within therequest
block). - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetQueryTableDefinitionCustomLink, DashboardWidgetQueryTableDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetQueryTableDefinitionRequest, DashboardWidgetQueryTableDefinitionRequestArgs
- Aggregator string
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Alias string
- The alias for the column name (defaults to metric name).
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Apm
Stats DashboardQuery Widget Query Table Definition Request Apm Stats Query - Cell
Display List<string>Modes - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats List<DashboardWidget Query Table Definition Request Conditional Format> - Conditional formats allow you to set the color of your widget content or background, depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Formulas
List<Dashboard
Widget Query Table Definition Request Formula> - Limit int
- The number of lines to show in the table.
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Order string
- The sort order for the rows. Valid values are
asc
,desc
. - Process
Query DashboardWidget Query Table Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
List<Dashboard
Widget Query Table Definition Request Query> - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Text
Formats List<DashboardWidget Query Table Definition Request Text Format> - Text formats define how to format text in table widget content. Multiple
text_formats
blocks are allowed using the structure below. This resource is in beta and is subject to change.
- Aggregator string
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Alias string
- The alias for the column name (defaults to metric name).
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Apm
Stats DashboardQuery Widget Query Table Definition Request Apm Stats Query - Cell
Display []stringModes - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats []DashboardWidget Query Table Definition Request Conditional Format - Conditional formats allow you to set the color of your widget content or background, depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Formulas
[]Dashboard
Widget Query Table Definition Request Formula - Limit int
- The number of lines to show in the table.
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Order string
- The sort order for the rows. Valid values are
asc
,desc
. - Process
Query DashboardWidget Query Table Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
[]Dashboard
Widget Query Table Definition Request Query - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Text
Formats []DashboardWidget Query Table Definition Request Text Format - Text formats define how to format text in table widget content. Multiple
text_formats
blocks are allowed using the structure below. This resource is in beta and is subject to change.
- aggregator String
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - alias String
- The alias for the column name (defaults to metric name).
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- apm
Stats DashboardQuery Widget Query Table Definition Request Apm Stats Query - cell
Display List<String>Modes - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<DashboardWidget Query Table Definition Request Conditional Format> - Conditional formats allow you to set the color of your widget content or background, depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas
List<Dashboard
Widget Query Table Definition Request Formula> - limit Integer
- The number of lines to show in the table.
- log
Query DashboardWidget Log Query - The query to use for this widget.
- order String
- The sort order for the rows. Valid values are
asc
,desc
. - process
Query DashboardWidget Query Table Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries
List<Dashboard
Widget Query Table Definition Request Query> - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- text
Formats List<DashboardWidget Query Table Definition Request Text Format> - Text formats define how to format text in table widget content. Multiple
text_formats
blocks are allowed using the structure below. This resource is in beta and is subject to change.
- aggregator string
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - alias string
- The alias for the column name (defaults to metric name).
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- apm
Stats DashboardQuery Widget Query Table Definition Request Apm Stats Query - cell
Display string[]Modes - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats DashboardWidget Query Table Definition Request Conditional Format[] - Conditional formats allow you to set the color of your widget content or background, depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas
Dashboard
Widget Query Table Definition Request Formula[] - limit number
- The number of lines to show in the table.
- log
Query DashboardWidget Log Query - The query to use for this widget.
- order string
- The sort order for the rows. Valid values are
asc
,desc
. - process
Query DashboardWidget Query Table Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- queries
Dashboard
Widget Query Table Definition Request Query[] - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- text
Formats DashboardWidget Query Table Definition Request Text Format[] - Text formats define how to format text in table widget content. Multiple
text_formats
blocks are allowed using the structure below. This resource is in beta and is subject to change.
- aggregator str
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - alias str
- The alias for the column name (defaults to metric name).
- apm_
query DashboardWidget Apm Query - The query to use for this widget.
- apm_
stats_ Dashboardquery Widget Query Table Definition Request Apm Stats Query - cell_
display_ Sequence[str]modes - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional_
formats Sequence[DashboardWidget Query Table Definition Request Conditional Format] - Conditional formats allow you to set the color of your widget content or background, depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas
Sequence[Dashboard
Widget Query Table Definition Request Formula] - limit int
- The number of lines to show in the table.
- log_
query DashboardWidget Log Query - The query to use for this widget.
- order str
- The sort order for the rows. Valid values are
asc
,desc
. - process_
query DashboardWidget Query Table Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- queries
Sequence[Dashboard
Widget Query Table Definition Request Query] - rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- text_
formats Sequence[DashboardWidget Query Table Definition Request Text Format] - Text formats define how to format text in table widget content. Multiple
text_formats
blocks are allowed using the structure below. This resource is in beta and is subject to change.
- aggregator String
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - alias String
- The alias for the column name (defaults to metric name).
- apm
Query Property Map - The query to use for this widget.
- apm
Stats Property MapQuery - cell
Display List<String>Modes - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background, depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas List<Property Map>
- limit Number
- The number of lines to show in the table.
- log
Query Property Map - The query to use for this widget.
- order String
- The sort order for the rows. Valid values are
asc
,desc
. - process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries List<Property Map>
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
- text
Formats List<Property Map> - Text formats define how to format text in table widget content. Multiple
text_formats
blocks are allowed using the structure below. This resource is in beta and is subject to change.
DashboardWidgetQueryTableDefinitionRequestApmStatsQuery, DashboardWidgetQueryTableDefinitionRequestApmStatsQueryArgs
- Env string
- The environment name.
- Name string
- The operation name associated with the service.
- Primary
Tag string - The organization's host group name and value.
- Row
Type string - The level of detail for the request. Valid values are
service
,resource
,span
. - Service string
- The service name.
- Columns
List<Dashboard
Widget Query Table Definition Request Apm Stats Query Column> - Column properties used by the front end for display.
- Resource string
- The resource name.
- Env string
- The environment name.
- Name string
- The operation name associated with the service.
- Primary
Tag string - The organization's host group name and value.
- Row
Type string - The level of detail for the request. Valid values are
service
,resource
,span
. - Service string
- The service name.
- Columns
[]Dashboard
Widget Query Table Definition Request Apm Stats Query Column - Column properties used by the front end for display.
- Resource string
- The resource name.
- env String
- The environment name.
- name String
- The operation name associated with the service.
- primary
Tag String - The organization's host group name and value.
- row
Type String - The level of detail for the request. Valid values are
service
,resource
,span
. - service String
- The service name.
- columns
List<Dashboard
Widget Query Table Definition Request Apm Stats Query Column> - Column properties used by the front end for display.
- resource String
- The resource name.
- env string
- The environment name.
- name string
- The operation name associated with the service.
- primary
Tag string - The organization's host group name and value.
- row
Type string - The level of detail for the request. Valid values are
service
,resource
,span
. - service string
- The service name.
- columns
Dashboard
Widget Query Table Definition Request Apm Stats Query Column[] - Column properties used by the front end for display.
- resource string
- The resource name.
- env str
- The environment name.
- name str
- The operation name associated with the service.
- primary_
tag str - The organization's host group name and value.
- row_
type str - The level of detail for the request. Valid values are
service
,resource
,span
. - service str
- The service name.
- columns
Sequence[Dashboard
Widget Query Table Definition Request Apm Stats Query Column] - Column properties used by the front end for display.
- resource str
- The resource name.
- env String
- The environment name.
- name String
- The operation name associated with the service.
- primary
Tag String - The organization's host group name and value.
- row
Type String - The level of detail for the request. Valid values are
service
,resource
,span
. - service String
- The service name.
- columns List<Property Map>
- Column properties used by the front end for display.
- resource String
- The resource name.
DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumn, DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnArgs
- Name string
- The column name.
- Alias string
- A user-assigned alias for the column.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Order string
- Widget sorting methods. Valid values are
asc
,desc
.
- Name string
- The column name.
- Alias string
- A user-assigned alias for the column.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Order string
- Widget sorting methods. Valid values are
asc
,desc
.
- name String
- The column name.
- alias String
- A user-assigned alias for the column.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - order String
- Widget sorting methods. Valid values are
asc
,desc
.
- name string
- The column name.
- alias string
- A user-assigned alias for the column.
- cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - order string
- Widget sorting methods. Valid values are
asc
,desc
.
- name str
- The column name.
- alias str
- A user-assigned alias for the column.
- cell_
display_ strmode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - order str
- Widget sorting methods. Valid values are
asc
,desc
.
- name String
- The column name.
- alias String
- A user-assigned alias for the column.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - order String
- Widget sorting methods. Valid values are
asc
,desc
.
DashboardWidgetQueryTableDefinitionRequestConditionalFormat, DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetQueryTableDefinitionRequestFormula, DashboardWidgetQueryTableDefinitionRequestFormulaArgs
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Cell
Display DashboardMode Options Widget Query Table Definition Request Formula Cell Display Mode Options - A list of display modes for each table cell.
- Conditional
Formats List<DashboardWidget Query Table Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Query Table Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Query Table Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Query Table Definition Request Formula Style - Styling options for widget formulas.
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Cell
Display DashboardMode Options Widget Query Table Definition Request Formula Cell Display Mode Options - A list of display modes for each table cell.
- Conditional
Formats []DashboardWidget Query Table Definition Request Formula Conditional Format - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Query Table Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Query Table Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Query Table Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - cell
Display DashboardMode Options Widget Query Table Definition Request Formula Cell Display Mode Options - A list of display modes for each table cell.
- conditional
Formats List<DashboardWidget Query Table Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Query Table Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Query Table Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Query Table Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression string - A string expression built from queries, formulas, and functions.
- alias string
- An expression alias.
- cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - cell
Display DashboardMode Options Widget Query Table Definition Request Formula Cell Display Mode Options - A list of display modes for each table cell.
- conditional
Formats DashboardWidget Query Table Definition Request Formula Conditional Format[] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Query Table Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Query Table Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Query Table Definition Request Formula Style - Styling options for widget formulas.
- formula_
expression str - A string expression built from queries, formulas, and functions.
- alias str
- An expression alias.
- cell_
display_ strmode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - cell_
display_ Dashboardmode_ options Widget Query Table Definition Request Formula Cell Display Mode Options - A list of display modes for each table cell.
- conditional_
formats Sequence[DashboardWidget Query Table Definition Request Formula Conditional Format] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Query Table Definition Request Formula Limit - The options for limiting results returned.
- number_
format DashboardWidget Query Table Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Query Table Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - cell
Display Property MapMode Options - A list of display modes for each table cell.
- conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit Property Map
- The options for limiting results returned.
- number
Format Property Map - Number formatting options for the formula.
- style Property Map
- Styling options for widget formulas.
DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions, DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsArgs
- trend_
type str - The type of trend line to display. Valid values are
area
,line
,bars
. - y_
scale str - The scale of the y-axis. Valid values are
shared
,independent
.
DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormat, DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetQueryTableDefinitionRequestFormulaLimit, DashboardWidgetQueryTableDefinitionRequestFormulaLimitArgs
DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat, DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatArgs
- unit Property Map
- Unit of the number format.
- unit
Scale Property Map
DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit, DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitArgs
- Canonical
Dashboard
Widget Query Table Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Query Table Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- Canonical
Dashboard
Widget Query Table Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Query Table Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Query Table Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Query Table Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Query Table Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Query Table Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Query Table Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Query Table Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical Property Map
- Canonical Units
- custom Property Map
- Use custom (non canonical metrics)
DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical, DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit_
name str - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per_
unit_ strname - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom, DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomArgs
- Label string
- Unit label
- Label string
- Unit label
- label String
- Unit label
- label string
- Unit label
- label str
- Unit label
- label String
- Unit label
DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale, DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleArgs
- Unit
Name string
- Unit
Name string
- unit
Name String
- unit
Name string
- unit_
name str
- unit
Name String
DashboardWidgetQueryTableDefinitionRequestFormulaStyle, DashboardWidgetQueryTableDefinitionRequestFormulaStyleArgs
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Integer - Index specifying which color to use within the palette.
- palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index number - Index specifying which color to use within the palette.
- palette str
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette_
index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Number - Index specifying which color to use within the palette.
DashboardWidgetQueryTableDefinitionRequestProcessQuery, DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetQueryTableDefinitionRequestQuery, DashboardWidgetQueryTableDefinitionRequestQueryArgs
- Apm
Dependency DashboardStats Query Widget Query Table Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Query Table Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Query Table Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Query Table Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Query Table Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Query Table Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Query Table Definition Request Query Slo Query - The SLO query using formulas and functions.
- Apm
Dependency DashboardStats Query Widget Query Table Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Query Table Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Query Table Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Query Table Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Query Table Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Query Table Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Query Table Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Query Table Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Query Table Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Query Table Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Query Table Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Query Table Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Query Table Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Query Table Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Query Table Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Query Table Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Query Table Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Query Table Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Query Table Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Query Table Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Query Table Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm_
dependency_ Dashboardstats_ query Widget Query Table Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm_
resource_ Dashboardstats_ query Widget Query Table Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud_
cost_ Dashboardquery Widget Query Table Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event_
query DashboardWidget Query Table Definition Request Query Event Query - A timeseries formula and functions events query.
- metric_
query DashboardWidget Query Table Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process_
query DashboardWidget Query Table Definition Request Query Process Query - The process query using formulas and functions.
- slo_
query DashboardWidget Query Table Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency Property MapStats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource Property MapStats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost Property MapQuery - The Cloud Cost query using formulas and functions.
- event
Query Property Map - A timeseries formula and functions events query.
- metric
Query Property Map - A timeseries formula and functions metrics query.
- process
Query Property Map - The process query using formulas and functions.
- slo
Query Property Map - The SLO query using formulas and functions.
DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery, DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryArgs
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- operation
Name string - Name of operation on service.
- resource
Name string - APM resource.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data_
source str - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- operation_
name str - Name of operation on service.
- resource_
name str - APM resource.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery, DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryArgs
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<string> - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []string - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
- data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies string[] - Array of fields to group results by.
- operation
Name string - Name of operation on service.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name string - APM resource.
- data_
source str - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[str] - Array of fields to group results by.
- operation_
name str - Name of operation on service.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource_
name str - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery, DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryArgs
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - name string
- The name of the query for use in formulas.
- query string
- The cloud cost query definition.
- aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for cloud cost queries. Valid values are
cloud_cost
. - name str
- The name of the query for use in formulas.
- query str
- The cloud cost query definition.
- aggregator str
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
DashboardWidgetQueryTableDefinitionRequestQueryEventQuery, DashboardWidgetQueryTableDefinitionRequestQueryEventQueryArgs
- Computes
List<Dashboard
Widget Query Table Definition Request Query Event Query Compute> - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<DashboardWidget Query Table Definition Request Query Event Query Group By> - Group by options.
- Indexes List<string>
- An array of index names to query in the stream.
- Search
Dashboard
Widget Query Table Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- Computes
[]Dashboard
Widget Query Table Definition Request Query Event Query Compute - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []DashboardWidget Query Table Definition Request Query Event Query Group By - Group by options.
- Indexes []string
- An array of index names to query in the stream.
- Search
Dashboard
Widget Query Table Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- computes
List<Dashboard
Widget Query Table Definition Request Query Event Query Compute> - The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<DashboardWidget Query Table Definition Request Query Event Query Group By> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search
Dashboard
Widget Query Table Definition Request Query Event Query Search - The search options.
- storage String
- Storage location (private beta).
- computes
Dashboard
Widget Query Table Definition Request Query Event Query Compute[] - The compute options.
- data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name string
- The name of query for use in formulas.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies DashboardWidget Query Table Definition Request Query Event Query Group By[] - Group by options.
- indexes string[]
- An array of index names to query in the stream.
- search
Dashboard
Widget Query Table Definition Request Query Event Query Search - The search options.
- storage string
- Storage location (private beta).
- computes
Sequence[Dashboard
Widget Query Table Definition Request Query Event Query Compute] - The compute options.
- data_
source str - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name str
- The name of query for use in formulas.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[DashboardWidget Query Table Definition Request Query Event Query Group By] - Group by options.
- indexes Sequence[str]
- An array of index names to query in the stream.
- search
Dashboard
Widget Query Table Definition Request Query Event Query Search - The search options.
- storage str
- Storage location (private beta).
- computes List<Property Map>
- The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<Property Map> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search Property Map
- The search options.
- storage String
- Storage location (private beta).
DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute, DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeArgs
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Integer
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
- aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval number
- A time interval in milliseconds.
- metric string
- The measurable attribute to compute.
- aggregation str
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval int
- A time interval in milliseconds.
- metric str
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Number
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy, DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByArgs
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Query Table Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Query Table Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Integer
- The number of groups to return.
- sort
Dashboard
Widget Query Table Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet string
- The event facet.
- limit number
- The number of groups to return.
- sort
Dashboard
Widget Query Table Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet str
- The event facet.
- limit int
- The number of groups to return.
- sort
Dashboard
Widget Query Table Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Number
- The number of groups to return.
- sort Property Map
- The options for sorting group by results.
DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort, DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortArgs
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
- aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric string
- The metric used for sorting group by results.
- order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation str
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric str
- The metric used for sorting group by results.
- order str
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch, DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchArgs
- Query string
- The events search string.
- Query string
- The events search string.
- query String
- The events search string.
- query string
- The events search string.
- query str
- The events search string.
- query String
- The events search string.
DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery, DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryArgs
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
- name string
- The name of the query for use in formulas.
- query string
- The metrics query definition.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name str
- The name of the query for use in formulas.
- query str
- The metrics query definition.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery, DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryArgs
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters List<string> - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters []string - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Integer
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
- data
Source string - The data source for process queries. Valid values are
process
,container
. - metric string
- The process metric name.
- name string
- The name of query for use in formulas.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized booleanCpu - Whether to normalize the CPU percentages.
- limit number
- The number of hits to return.
- sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters string[] - An array of tags to filter by.
- text
Filter string - The text to use as a filter.
- data_
source str - The data source for process queries. Valid values are
process
,container
. - metric str
- The process metric name.
- name str
- The name of query for use in formulas.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
normalized_ boolcpu - Whether to normalize the CPU percentages.
- limit int
- The number of hits to return.
- sort str
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag_
filters Sequence[str] - An array of tags to filter by.
- text_
filter str - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Number
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
DashboardWidgetQueryTableDefinitionRequestQuerySloQuery, DashboardWidgetQueryTableDefinitionRequestQuerySloQueryArgs
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source string - The data source for SLO queries. Valid values are
slo
. - measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id string - ID of an SLO to query.
- additional
Query stringFilters - Additional filters applied to the SLO query.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name string
- The name of query for use in formulas.
- slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data_
source str - The data source for SLO queries. Valid values are
slo
. - measure str
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo_
id str - ID of an SLO to query.
- additional_
query_ strfilters - Additional filters applied to the SLO query.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
mode str - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name str
- The name of query for use in formulas.
- slo_
query_ strtype - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
DashboardWidgetQueryTableDefinitionRequestTextFormat, DashboardWidgetQueryTableDefinitionRequestTextFormatArgs
- Text
Formats List<DashboardWidget Query Table Definition Request Text Format Text Format> - The text format to apply to the items in a table widget column.
- Text
Formats []DashboardWidget Query Table Definition Request Text Format Text Format - The text format to apply to the items in a table widget column.
- text
Formats List<DashboardWidget Query Table Definition Request Text Format Text Format> - The text format to apply to the items in a table widget column.
- text
Formats DashboardWidget Query Table Definition Request Text Format Text Format[] - The text format to apply to the items in a table widget column.
- text_
formats Sequence[DashboardWidget Query Table Definition Request Text Format Text Format] - The text format to apply to the items in a table widget column.
- text
Formats List<Property Map> - The text format to apply to the items in a table widget column.
DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormat, DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatArgs
- Match
Dashboard
Widget Query Table Definition Request Text Format Text Format Match - Match rule for the table widget text format.
- Custom
Bg stringColor - The custom color palette to apply to the background.
- Custom
Fg stringColor - The custom color palette to apply to the foreground text.
- Palette string
- The color palette to apply. Valid values are
white_on_red
,white_on_yellow
,white_on_green
,black_on_light_red
,black_on_light_yellow
,black_on_light_green
,red_on_white
,yellow_on_white
,green_on_white
,custom_bg
,custom_text
. - Replace
Dashboard
Widget Query Table Definition Request Text Format Text Format Replace - Match rule for the table widget text format.
- Match
Dashboard
Widget Query Table Definition Request Text Format Text Format Match - Match rule for the table widget text format.
- Custom
Bg stringColor - The custom color palette to apply to the background.
- Custom
Fg stringColor - The custom color palette to apply to the foreground text.
- Palette string
- The color palette to apply. Valid values are
white_on_red
,white_on_yellow
,white_on_green
,black_on_light_red
,black_on_light_yellow
,black_on_light_green
,red_on_white
,yellow_on_white
,green_on_white
,custom_bg
,custom_text
. - Replace
Dashboard
Widget Query Table Definition Request Text Format Text Format Replace - Match rule for the table widget text format.
- match
Dashboard
Widget Query Table Definition Request Text Format Text Format Match - Match rule for the table widget text format.
- custom
Bg StringColor - The custom color palette to apply to the background.
- custom
Fg StringColor - The custom color palette to apply to the foreground text.
- palette String
- The color palette to apply. Valid values are
white_on_red
,white_on_yellow
,white_on_green
,black_on_light_red
,black_on_light_yellow
,black_on_light_green
,red_on_white
,yellow_on_white
,green_on_white
,custom_bg
,custom_text
. - replace
Dashboard
Widget Query Table Definition Request Text Format Text Format Replace - Match rule for the table widget text format.
- match
Dashboard
Widget Query Table Definition Request Text Format Text Format Match - Match rule for the table widget text format.
- custom
Bg stringColor - The custom color palette to apply to the background.
- custom
Fg stringColor - The custom color palette to apply to the foreground text.
- palette string
- The color palette to apply. Valid values are
white_on_red
,white_on_yellow
,white_on_green
,black_on_light_red
,black_on_light_yellow
,black_on_light_green
,red_on_white
,yellow_on_white
,green_on_white
,custom_bg
,custom_text
. - replace
Dashboard
Widget Query Table Definition Request Text Format Text Format Replace - Match rule for the table widget text format.
- match
Dashboard
Widget Query Table Definition Request Text Format Text Format Match - Match rule for the table widget text format.
- custom_
bg_ strcolor - The custom color palette to apply to the background.
- custom_
fg_ strcolor - The custom color palette to apply to the foreground text.
- palette str
- The color palette to apply. Valid values are
white_on_red
,white_on_yellow
,white_on_green
,black_on_light_red
,black_on_light_yellow
,black_on_light_green
,red_on_white
,yellow_on_white
,green_on_white
,custom_bg
,custom_text
. - replace
Dashboard
Widget Query Table Definition Request Text Format Text Format Replace - Match rule for the table widget text format.
- match Property Map
- Match rule for the table widget text format.
- custom
Bg StringColor - The custom color palette to apply to the background.
- custom
Fg StringColor - The custom color palette to apply to the foreground text.
- palette String
- The color palette to apply. Valid values are
white_on_red
,white_on_yellow
,white_on_green
,black_on_light_red
,black_on_light_yellow
,black_on_light_green
,red_on_white
,yellow_on_white
,green_on_white
,custom_bg
,custom_text
. - replace Property Map
- Match rule for the table widget text format.
DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatch, DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatMatchArgs
DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplace, DashboardWidgetQueryTableDefinitionRequestTextFormatTextFormatReplaceArgs
DashboardWidgetQueryValueDefinition, DashboardWidgetQueryValueDefinitionArgs
- Autoscale bool
- A Boolean indicating whether to automatically scale the tile.
- Custom
Links List<DashboardWidget Query Value Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Custom
Unit string - The unit for the value displayed in the widget.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Precision int
- The precision to use when displaying the tile.
- Requests
List<Dashboard
Widget Query Value Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - Text
Align string - The alignment of the widget's text. Valid values are
center
,left
,right
. - Timeseries
Background DashboardWidget Query Value Definition Timeseries Background - Set a timeseries on the widget background.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Autoscale bool
- A Boolean indicating whether to automatically scale the tile.
- Custom
Links []DashboardWidget Query Value Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Custom
Unit string - The unit for the value displayed in the widget.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Precision int
- The precision to use when displaying the tile.
- Requests
[]Dashboard
Widget Query Value Definition Request - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - Text
Align string - The alignment of the widget's text. Valid values are
center
,left
,right
. - Timeseries
Background DashboardWidget Query Value Definition Timeseries Background - Set a timeseries on the widget background.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- autoscale Boolean
- A Boolean indicating whether to automatically scale the tile.
- custom
Links List<DashboardWidget Query Value Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - custom
Unit String - The unit for the value displayed in the widget.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - precision Integer
- The precision to use when displaying the tile.
- requests
List<Dashboard
Widget Query Value Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - text
Align String - The alignment of the widget's text. Valid values are
center
,left
,right
. - timeseries
Background DashboardWidget Query Value Definition Timeseries Background - Set a timeseries on the widget background.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- autoscale boolean
- A Boolean indicating whether to automatically scale the tile.
- custom
Links DashboardWidget Query Value Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - custom
Unit string - The unit for the value displayed in the widget.
- live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - precision number
- The precision to use when displaying the tile.
- requests
Dashboard
Widget Query Value Definition Request[] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - text
Align string - The alignment of the widget's text. Valid values are
center
,left
,right
. - timeseries
Background DashboardWidget Query Value Definition Timeseries Background - Set a timeseries on the widget background.
- title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- autoscale bool
- A Boolean indicating whether to automatically scale the tile.
- custom_
links Sequence[DashboardWidget Query Value Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - custom_
unit str - The unit for the value displayed in the widget.
- live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - precision int
- The precision to use when displaying the tile.
- requests
Sequence[Dashboard
Widget Query Value Definition Request] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - text_
align str - The alignment of the widget's text. Valid values are
center
,left
,right
. - timeseries_
background DashboardWidget Query Value Definition Timeseries Background - Set a timeseries on the widget background.
- title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- autoscale Boolean
- A Boolean indicating whether to automatically scale the tile.
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - custom
Unit String - The unit for the value displayed in the widget.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - precision Number
- The precision to use when displaying the tile.
- requests List<Property Map>
- A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - text
Align String - The alignment of the widget's text. Valid values are
center
,left
,right
. - timeseries
Background Property Map - Set a timeseries on the widget background.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetQueryValueDefinitionCustomLink, DashboardWidgetQueryValueDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetQueryValueDefinitionRequest, DashboardWidgetQueryValueDefinitionRequestArgs
- Aggregator string
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Audit
Query DashboardWidget Query Value Definition Request Audit Query - The query to use for this widget.
- Conditional
Formats List<DashboardWidget Query Value Definition Request Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Formulas
List<Dashboard
Widget Query Value Definition Request Formula> - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Query Value Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
List<Dashboard
Widget Query Value Definition Request Query> - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Aggregator string
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Audit
Query DashboardWidget Query Value Definition Request Audit Query - The query to use for this widget.
- Conditional
Formats []DashboardWidget Query Value Definition Request Conditional Format - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Formulas
[]Dashboard
Widget Query Value Definition Request Formula - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Query Value Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
[]Dashboard
Widget Query Value Definition Request Query - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- aggregator String
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm
Query DashboardWidget Apm Query - The query to use for this widget.
- audit
Query DashboardWidget Query Value Definition Request Audit Query - The query to use for this widget.
- conditional
Formats List<DashboardWidget Query Value Definition Request Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas
List<Dashboard
Widget Query Value Definition Request Formula> - log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Query Value Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries
List<Dashboard
Widget Query Value Definition Request Query> - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- aggregator string
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm
Query DashboardWidget Apm Query - The query to use for this widget.
- audit
Query DashboardWidget Query Value Definition Request Audit Query - The query to use for this widget.
- conditional
Formats DashboardWidget Query Value Definition Request Conditional Format[] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas
Dashboard
Widget Query Value Definition Request Formula[] - log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Query Value Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- queries
Dashboard
Widget Query Value Definition Request Query[] - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- aggregator str
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm_
query DashboardWidget Apm Query - The query to use for this widget.
- audit_
query DashboardWidget Query Value Definition Request Audit Query - The query to use for this widget.
- conditional_
formats Sequence[DashboardWidget Query Value Definition Request Conditional Format] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas
Sequence[Dashboard
Widget Query Value Definition Request Formula] - log_
query DashboardWidget Log Query - The query to use for this widget.
- process_
query DashboardWidget Query Value Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- queries
Sequence[Dashboard
Widget Query Value Definition Request Query] - rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- aggregator String
- The aggregator to use for time aggregation. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm
Query Property Map - The query to use for this widget.
- audit
Query Property Map - The query to use for this widget.
- conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas List<Property Map>
- log
Query Property Map - The query to use for this widget.
- process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries List<Property Map>
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
DashboardWidgetQueryValueDefinitionRequestAuditQuery, DashboardWidgetQueryValueDefinitionRequestAuditQueryArgs
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Query Value Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies List<DashboardWidget Query Value Definition Request Audit Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes List<DashboardWidget Query Value Definition Request Audit Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Query Value Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies []DashboardWidget Query Value Definition Request Audit Query Group By - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes []DashboardWidget Query Value Definition Request Audit Query Multi Compute compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- index String
- The name of the index to query.
- compute
Query DashboardWidget Query Value Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<DashboardWidget Query Value Definition Request Audit Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<DashboardWidget Query Value Definition Request Audit Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
- index string
- The name of the index to query.
- compute
Query DashboardWidget Query Value Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies DashboardWidget Query Value Definition Request Audit Query Group By[] - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes DashboardWidget Query Value Definition Request Audit Query Multi Compute[] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query string - The search query to use.
- index str
- The name of the index to query.
- compute_
query DashboardWidget Query Value Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group_
bies Sequence[DashboardWidget Query Value Definition Request Audit Query Group By] - Multiple
group_by
blocks are allowed using the structure below. - multi_
computes Sequence[DashboardWidget Query Value Definition Request Audit Query Multi Compute] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search_
query str - The search query to use.
- index String
- The name of the index to query.
- compute
Query Property Map compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<Property Map> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<Property Map> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery, DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy, DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByArgs
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Query Value Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Query Value Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Integer
- The maximum number of items in the group.
- sort
Query DashboardWidget Query Value Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet string
- The facet name.
- limit number
- The maximum number of items in the group.
- sort
Query DashboardWidget Query Value Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet str
- The facet name.
- limit int
- The maximum number of items in the group.
- sort_
query DashboardWidget Query Value Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Number
- The maximum number of items in the group.
- sort
Query Property Map - A list of exactly one element describing the sort query to use.
DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery, DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryArgs
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
- aggregation string
- The aggregation method.
- order string
- Widget sorting methods. Valid values are
asc
,desc
. - facet string
- The facet name.
- aggregation str
- The aggregation method.
- order str
- Widget sorting methods. Valid values are
asc
,desc
. - facet str
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute, DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetQueryValueDefinitionRequestConditionalFormat, DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetQueryValueDefinitionRequestFormula, DashboardWidgetQueryValueDefinitionRequestFormulaArgs
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats List<DashboardWidget Query Value Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Query Value Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Query Value Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Query Value Definition Request Formula Style - Styling options for widget formulas.
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats []DashboardWidget Query Value Definition Request Formula Conditional Format - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Query Value Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Query Value Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Query Value Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<DashboardWidget Query Value Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Query Value Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Query Value Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Query Value Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression string - A string expression built from queries, formulas, and functions.
- alias string
- An expression alias.
- cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats DashboardWidget Query Value Definition Request Formula Conditional Format[] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Query Value Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Query Value Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Query Value Definition Request Formula Style - Styling options for widget formulas.
- formula_
expression str - A string expression built from queries, formulas, and functions.
- alias str
- An expression alias.
- cell_
display_ strmode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional_
formats Sequence[DashboardWidget Query Value Definition Request Formula Conditional Format] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Query Value Definition Request Formula Limit - The options for limiting results returned.
- number_
format DashboardWidget Query Value Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Query Value Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit Property Map
- The options for limiting results returned.
- number
Format Property Map - Number formatting options for the formula.
- style Property Map
- Styling options for widget formulas.
DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormat, DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetQueryValueDefinitionRequestFormulaLimit, DashboardWidgetQueryValueDefinitionRequestFormulaLimitArgs
DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat, DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatArgs
- unit Property Map
- Unit of the number format.
- unit
Scale Property Map
DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit, DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitArgs
- Canonical
Dashboard
Widget Query Value Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Query Value Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- Canonical
Dashboard
Widget Query Value Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Query Value Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Query Value Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Query Value Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Query Value Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Query Value Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Query Value Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Query Value Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical Property Map
- Canonical Units
- custom Property Map
- Use custom (non canonical metrics)
DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical, DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit_
name str - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per_
unit_ strname - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom, DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomArgs
- Label string
- Unit label
- Label string
- Unit label
- label String
- Unit label
- label string
- Unit label
- label str
- Unit label
- label String
- Unit label
DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale, DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleArgs
- Unit
Name string
- Unit
Name string
- unit
Name String
- unit
Name string
- unit_
name str
- unit
Name String
DashboardWidgetQueryValueDefinitionRequestFormulaStyle, DashboardWidgetQueryValueDefinitionRequestFormulaStyleArgs
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Integer - Index specifying which color to use within the palette.
- palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index number - Index specifying which color to use within the palette.
- palette str
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette_
index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Number - Index specifying which color to use within the palette.
DashboardWidgetQueryValueDefinitionRequestProcessQuery, DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetQueryValueDefinitionRequestQuery, DashboardWidgetQueryValueDefinitionRequestQueryArgs
- Apm
Dependency DashboardStats Query Widget Query Value Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Query Value Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Query Value Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Query Value Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Query Value Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Query Value Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Query Value Definition Request Query Slo Query - The SLO query using formulas and functions.
- Apm
Dependency DashboardStats Query Widget Query Value Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Query Value Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Query Value Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Query Value Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Query Value Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Query Value Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Query Value Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Query Value Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Query Value Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Query Value Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Query Value Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Query Value Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Query Value Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Query Value Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Query Value Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Query Value Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Query Value Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Query Value Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Query Value Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Query Value Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Query Value Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm_
dependency_ Dashboardstats_ query Widget Query Value Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm_
resource_ Dashboardstats_ query Widget Query Value Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud_
cost_ Dashboardquery Widget Query Value Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event_
query DashboardWidget Query Value Definition Request Query Event Query - A timeseries formula and functions events query.
- metric_
query DashboardWidget Query Value Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process_
query DashboardWidget Query Value Definition Request Query Process Query - The process query using formulas and functions.
- slo_
query DashboardWidget Query Value Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency Property MapStats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource Property MapStats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost Property MapQuery - The Cloud Cost query using formulas and functions.
- event
Query Property Map - A timeseries formula and functions events query.
- metric
Query Property Map - A timeseries formula and functions metrics query.
- process
Query Property Map - The process query using formulas and functions.
- slo
Query Property Map - The SLO query using formulas and functions.
DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery, DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryArgs
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- operation
Name string - Name of operation on service.
- resource
Name string - APM resource.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data_
source str - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- operation_
name str - Name of operation on service.
- resource_
name str - APM resource.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery, DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryArgs
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<string> - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []string - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
- data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies string[] - Array of fields to group results by.
- operation
Name string - Name of operation on service.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name string - APM resource.
- data_
source str - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[str] - Array of fields to group results by.
- operation_
name str - Name of operation on service.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource_
name str - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery, DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryArgs
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - name string
- The name of the query for use in formulas.
- query string
- The cloud cost query definition.
- aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for cloud cost queries. Valid values are
cloud_cost
. - name str
- The name of the query for use in formulas.
- query str
- The cloud cost query definition.
- aggregator str
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
DashboardWidgetQueryValueDefinitionRequestQueryEventQuery, DashboardWidgetQueryValueDefinitionRequestQueryEventQueryArgs
- Computes
List<Dashboard
Widget Query Value Definition Request Query Event Query Compute> - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<DashboardWidget Query Value Definition Request Query Event Query Group By> - Group by options.
- Indexes List<string>
- An array of index names to query in the stream.
- Search
Dashboard
Widget Query Value Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- Computes
[]Dashboard
Widget Query Value Definition Request Query Event Query Compute - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []DashboardWidget Query Value Definition Request Query Event Query Group By - Group by options.
- Indexes []string
- An array of index names to query in the stream.
- Search
Dashboard
Widget Query Value Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- computes
List<Dashboard
Widget Query Value Definition Request Query Event Query Compute> - The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<DashboardWidget Query Value Definition Request Query Event Query Group By> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search
Dashboard
Widget Query Value Definition Request Query Event Query Search - The search options.
- storage String
- Storage location (private beta).
- computes
Dashboard
Widget Query Value Definition Request Query Event Query Compute[] - The compute options.
- data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name string
- The name of query for use in formulas.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies DashboardWidget Query Value Definition Request Query Event Query Group By[] - Group by options.
- indexes string[]
- An array of index names to query in the stream.
- search
Dashboard
Widget Query Value Definition Request Query Event Query Search - The search options.
- storage string
- Storage location (private beta).
- computes
Sequence[Dashboard
Widget Query Value Definition Request Query Event Query Compute] - The compute options.
- data_
source str - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name str
- The name of query for use in formulas.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[DashboardWidget Query Value Definition Request Query Event Query Group By] - Group by options.
- indexes Sequence[str]
- An array of index names to query in the stream.
- search
Dashboard
Widget Query Value Definition Request Query Event Query Search - The search options.
- storage str
- Storage location (private beta).
- computes List<Property Map>
- The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<Property Map> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search Property Map
- The search options.
- storage String
- Storage location (private beta).
DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute, DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeArgs
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Integer
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
- aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval number
- A time interval in milliseconds.
- metric string
- The measurable attribute to compute.
- aggregation str
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval int
- A time interval in milliseconds.
- metric str
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Number
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy, DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByArgs
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Query Value Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Query Value Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Integer
- The number of groups to return.
- sort
Dashboard
Widget Query Value Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet string
- The event facet.
- limit number
- The number of groups to return.
- sort
Dashboard
Widget Query Value Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet str
- The event facet.
- limit int
- The number of groups to return.
- sort
Dashboard
Widget Query Value Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Number
- The number of groups to return.
- sort Property Map
- The options for sorting group by results.
DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort, DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortArgs
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
- aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric string
- The metric used for sorting group by results.
- order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation str
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric str
- The metric used for sorting group by results.
- order str
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch, DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchArgs
- Query string
- The events search string.
- Query string
- The events search string.
- query String
- The events search string.
- query string
- The events search string.
- query str
- The events search string.
- query String
- The events search string.
DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery, DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryArgs
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
- name string
- The name of the query for use in formulas.
- query string
- The metrics query definition.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name str
- The name of the query for use in formulas.
- query str
- The metrics query definition.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery, DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryArgs
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters List<string> - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters []string - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Integer
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
- data
Source string - The data source for process queries. Valid values are
process
,container
. - metric string
- The process metric name.
- name string
- The name of query for use in formulas.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized booleanCpu - Whether to normalize the CPU percentages.
- limit number
- The number of hits to return.
- sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters string[] - An array of tags to filter by.
- text
Filter string - The text to use as a filter.
- data_
source str - The data source for process queries. Valid values are
process
,container
. - metric str
- The process metric name.
- name str
- The name of query for use in formulas.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
normalized_ boolcpu - Whether to normalize the CPU percentages.
- limit int
- The number of hits to return.
- sort str
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag_
filters Sequence[str] - An array of tags to filter by.
- text_
filter str - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Number
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
DashboardWidgetQueryValueDefinitionRequestQuerySloQuery, DashboardWidgetQueryValueDefinitionRequestQuerySloQueryArgs
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source string - The data source for SLO queries. Valid values are
slo
. - measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id string - ID of an SLO to query.
- additional
Query stringFilters - Additional filters applied to the SLO query.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name string
- The name of query for use in formulas.
- slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data_
source str - The data source for SLO queries. Valid values are
slo
. - measure str
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo_
id str - ID of an SLO to query.
- additional_
query_ strfilters - Additional filters applied to the SLO query.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
mode str - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name str
- The name of query for use in formulas.
- slo_
query_ strtype - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
DashboardWidgetQueryValueDefinitionTimeseriesBackground, DashboardWidgetQueryValueDefinitionTimeseriesBackgroundArgs
- Type string
- Whether the Timeseries is made using an area or bars. Valid values are
bars
,area
. - Yaxis
Dashboard
Widget Query Value Definition Timeseries Background Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- Type string
- Whether the Timeseries is made using an area or bars. Valid values are
bars
,area
. - Yaxis
Dashboard
Widget Query Value Definition Timeseries Background Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- type String
- Whether the Timeseries is made using an area or bars. Valid values are
bars
,area
. - yaxis
Dashboard
Widget Query Value Definition Timeseries Background Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- type string
- Whether the Timeseries is made using an area or bars. Valid values are
bars
,area
. - yaxis
Dashboard
Widget Query Value Definition Timeseries Background Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- type str
- Whether the Timeseries is made using an area or bars. Valid values are
bars
,area
. - yaxis
Dashboard
Widget Query Value Definition Timeseries Background Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- type String
- Whether the Timeseries is made using an area or bars. Valid values are
bars
,area
. - yaxis Property Map
- A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis, DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisArgs
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero boolean - Always include zero or fit the axis to the data range.
- label string
- The label of the axis to display on the graph.
- max string
- Specify the maximum value to show on the Y-axis.
- min string
- Specify the minimum value to show on the Y-axis.
- scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include_
zero bool - Always include zero or fit the axis to the data range.
- label str
- The label of the axis to display on the graph.
- max str
- Specify the maximum value to show on the Y-axis.
- min str
- Specify the minimum value to show on the Y-axis.
- scale str
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
DashboardWidgetRumQuery, DashboardWidgetRumQueryArgs
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Rum Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies List<DashboardWidget Rum Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes List<DashboardWidget Rum Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Rum Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies []DashboardWidget Rum Query Group By - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes []DashboardWidget Rum Query Multi Compute compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- index String
- The name of the index to query.
- compute
Query DashboardWidget Rum Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<DashboardWidget Rum Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<DashboardWidget Rum Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
- index string
- The name of the index to query.
- compute
Query DashboardWidget Rum Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies DashboardWidget Rum Query Group By[] - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes DashboardWidget Rum Query Multi Compute[] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query string - The search query to use.
- index str
- The name of the index to query.
- compute_
query DashboardWidget Rum Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group_
bies Sequence[DashboardWidget Rum Query Group By] - Multiple
group_by
blocks are allowed using the structure below. - multi_
computes Sequence[DashboardWidget Rum Query Multi Compute] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search_
query str - The search query to use.
- index String
- The name of the index to query.
- compute
Query Property Map compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<Property Map> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<Property Map> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
DashboardWidgetRumQueryComputeQuery, DashboardWidgetRumQueryComputeQueryArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetRumQueryGroupBy, DashboardWidgetRumQueryGroupByArgs
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Rum Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Rum Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Integer
- The maximum number of items in the group.
- sort
Query DashboardWidget Rum Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet string
- The facet name.
- limit number
- The maximum number of items in the group.
- sort
Query DashboardWidget Rum Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet str
- The facet name.
- limit int
- The maximum number of items in the group.
- sort_
query DashboardWidget Rum Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Number
- The maximum number of items in the group.
- sort
Query Property Map - A list of exactly one element describing the sort query to use.
DashboardWidgetRumQueryGroupBySortQuery, DashboardWidgetRumQueryGroupBySortQueryArgs
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
- aggregation string
- The aggregation method.
- order string
- Widget sorting methods. Valid values are
asc
,desc
. - facet string
- The facet name.
- aggregation str
- The aggregation method.
- order str
- Widget sorting methods. Valid values are
asc
,desc
. - facet str
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
DashboardWidgetRumQueryMultiCompute, DashboardWidgetRumQueryMultiComputeArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetRunWorkflowDefinition, DashboardWidgetRunWorkflowDefinitionArgs
- Workflow
Id string - Workflow ID
- Custom
Links List<DashboardWidget Run Workflow Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Inputs
List<Dashboard
Widget Run Workflow Definition Input> - Array of workflow inputs to map to dashboard template variables.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Workflow
Id string - Workflow ID
- Custom
Links []DashboardWidget Run Workflow Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Inputs
[]Dashboard
Widget Run Workflow Definition Input Type - Array of workflow inputs to map to dashboard template variables.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- workflow
Id String - Workflow ID
- custom
Links List<DashboardWidget Run Workflow Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - inputs
List<Dashboard
Widget Run Workflow Definition Input> - Array of workflow inputs to map to dashboard template variables.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- workflow
Id string - Workflow ID
- custom
Links DashboardWidget Run Workflow Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - inputs
Dashboard
Widget Run Workflow Definition Input[] - Array of workflow inputs to map to dashboard template variables.
- live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- workflow_
id str - Workflow ID
- custom_
links Sequence[DashboardWidget Run Workflow Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - inputs
Sequence[Dashboard
Widget Run Workflow Definition Input] - Array of workflow inputs to map to dashboard template variables.
- live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- workflow
Id String - Workflow ID
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - inputs List<Property Map>
- Array of workflow inputs to map to dashboard template variables.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetRunWorkflowDefinitionCustomLink, DashboardWidgetRunWorkflowDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetRunWorkflowDefinitionInput, DashboardWidgetRunWorkflowDefinitionInputArgs
DashboardWidgetScatterplotDefinition, DashboardWidgetScatterplotDefinitionArgs
- Color
By List<string>Groups - List of groups used for colors.
- Custom
Links List<DashboardWidget Scatterplot Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Request
Dashboard
Widget Scatterplot Definition Request - A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed using the structure below. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Xaxis
Dashboard
Widget Scatterplot Definition Xaxis - A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- Yaxis
Dashboard
Widget Scatterplot Definition Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- Color
By []stringGroups - List of groups used for colors.
- Custom
Links []DashboardWidget Scatterplot Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Request
Dashboard
Widget Scatterplot Definition Request - A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed using the structure below. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Xaxis
Dashboard
Widget Scatterplot Definition Xaxis - A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- Yaxis
Dashboard
Widget Scatterplot Definition Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- color
By List<String>Groups - List of groups used for colors.
- custom
Links List<DashboardWidget Scatterplot Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - request
Dashboard
Widget Scatterplot Definition Request - A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed using the structure below. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- xaxis
Dashboard
Widget Scatterplot Definition Xaxis - A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- yaxis
Dashboard
Widget Scatterplot Definition Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- color
By string[]Groups - List of groups used for colors.
- custom
Links DashboardWidget Scatterplot Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - request
Dashboard
Widget Scatterplot Definition Request - A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed using the structure below. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- xaxis
Dashboard
Widget Scatterplot Definition Xaxis - A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- yaxis
Dashboard
Widget Scatterplot Definition Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- color_
by_ Sequence[str]groups - List of groups used for colors.
- custom_
links Sequence[DashboardWidget Scatterplot Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - request
Dashboard
Widget Scatterplot Definition Request - A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed using the structure below. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- xaxis
Dashboard
Widget Scatterplot Definition Xaxis - A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- yaxis
Dashboard
Widget Scatterplot Definition Yaxis - A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
- color
By List<String>Groups - List of groups used for colors.
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - request Property Map
- A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed using the structure below. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- xaxis Property Map
- A nested block describing the X-Axis Controls. Exactly one nested block is allowed using the structure below.
- yaxis Property Map
- A nested block describing the Y-Axis Controls. Exactly one nested block is allowed using the structure below.
DashboardWidgetScatterplotDefinitionCustomLink, DashboardWidgetScatterplotDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetScatterplotDefinitionRequest, DashboardWidgetScatterplotDefinitionRequestArgs
- Scatterplot
Tables List<DashboardWidget Scatterplot Definition Request Scatterplot Table> - Scatterplot request containing formulas and functions.
- Xes
List<Dashboard
Widget Scatterplot Definition Request X> - The query used for the X-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block). - Ys
List<Dashboard
Widget Scatterplot Definition Request Y> - The query used for the Y-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block).
- Scatterplot
Tables []DashboardWidget Scatterplot Definition Request Scatterplot Table - Scatterplot request containing formulas and functions.
- Xes
[]Dashboard
Widget Scatterplot Definition Request X - The query used for the X-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block). - Ys
[]Dashboard
Widget Scatterplot Definition Request Y - The query used for the Y-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block).
- scatterplot
Tables List<DashboardWidget Scatterplot Definition Request Scatterplot Table> - Scatterplot request containing formulas and functions.
- xes
List<Dashboard
Widget Scatterplot Definition Request X> - The query used for the X-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block). - ys
List<Dashboard
Widget Scatterplot Definition Request Y> - The query used for the Y-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block).
- scatterplot
Tables DashboardWidget Scatterplot Definition Request Scatterplot Table[] - Scatterplot request containing formulas and functions.
- xes
Dashboard
Widget Scatterplot Definition Request X[] - The query used for the X-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block). - ys
Dashboard
Widget Scatterplot Definition Request Y[] - The query used for the Y-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block).
- scatterplot_
tables Sequence[DashboardWidget Scatterplot Definition Request Scatterplot Table] - Scatterplot request containing formulas and functions.
- xes
Sequence[Dashboard
Widget Scatterplot Definition Request X] - The query used for the X-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block). - ys
Sequence[Dashboard
Widget Scatterplot Definition Request Y] - The query used for the Y-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block).
- scatterplot
Tables List<Property Map> - Scatterplot request containing formulas and functions.
- xes List<Property Map>
- The query used for the X-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block). - ys List<Property Map>
- The query used for the Y-Axis. Exactly one nested block is allowed using the structure below (exactly one of
q
,apm_query
,log_query
,rum_query
,security_query
,apm_stats_query
orprocess_query
is required within the block).
DashboardWidgetScatterplotDefinitionRequestScatterplotTable, DashboardWidgetScatterplotDefinitionRequestScatterplotTableArgs
DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula, DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaArgs
- Dimension string
- Dimension of the Scatterplot. Valid values are
x
,y
,radius
,color
. - Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Dimension string
- Dimension of the Scatterplot. Valid values are
x
,y
,radius
,color
. - Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- dimension String
- Dimension of the Scatterplot. Valid values are
x
,y
,radius
,color
. - formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- dimension string
- Dimension of the Scatterplot. Valid values are
x
,y
,radius
,color
. - formula
Expression string - A string expression built from queries, formulas, and functions.
- alias string
- An expression alias.
- dimension str
- Dimension of the Scatterplot. Valid values are
x
,y
,radius
,color
. - formula_
expression str - A string expression built from queries, formulas, and functions.
- alias str
- An expression alias.
- dimension String
- Dimension of the Scatterplot. Valid values are
x
,y
,radius
,color
. - formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryArgs
- Apm
Dependency DashboardStats Query Widget Scatterplot Definition Request Scatterplot Table Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Scatterplot Definition Request Scatterplot Table Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Scatterplot Definition Request Scatterplot Table Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Slo Query - The SLO query using formulas and functions.
- Apm
Dependency DashboardStats Query Widget Scatterplot Definition Request Scatterplot Table Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Scatterplot Definition Request Scatterplot Table Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Scatterplot Definition Request Scatterplot Table Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Scatterplot Definition Request Scatterplot Table Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Scatterplot Definition Request Scatterplot Table Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Scatterplot Definition Request Scatterplot Table Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Scatterplot Definition Request Scatterplot Table Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Scatterplot Definition Request Scatterplot Table Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Scatterplot Definition Request Scatterplot Table Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Slo Query - The SLO query using formulas and functions.
- apm_
dependency_ Dashboardstats_ query Widget Scatterplot Definition Request Scatterplot Table Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm_
resource_ Dashboardstats_ query Widget Scatterplot Definition Request Scatterplot Table Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud_
cost_ Dashboardquery Widget Scatterplot Definition Request Scatterplot Table Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event_
query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Event Query - A timeseries formula and functions events query.
- metric_
query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Metric Query - A timeseries formula and functions metrics query.
- process_
query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Process Query - The process query using formulas and functions.
- slo_
query DashboardWidget Scatterplot Definition Request Scatterplot Table Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency Property MapStats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource Property MapStats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost Property MapQuery - The Cloud Cost query using formulas and functions.
- event
Query Property Map - A timeseries formula and functions events query.
- metric
Query Property Map - A timeseries formula and functions metrics query.
- process
Query Property Map - The process query using formulas and functions.
- slo
Query Property Map - The SLO query using formulas and functions.
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryArgs
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- operation
Name string - Name of operation on service.
- resource
Name string - APM resource.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data_
source str - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- operation_
name str - Name of operation on service.
- resource_
name str - APM resource.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryArgs
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<string> - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []string - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
- data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies string[] - Array of fields to group results by.
- operation
Name string - Name of operation on service.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name string - APM resource.
- data_
source str - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[str] - Array of fields to group results by.
- operation_
name str - Name of operation on service.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource_
name str - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryArgs
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - name string
- The name of the query for use in formulas.
- query string
- The cloud cost query definition.
- aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for cloud cost queries. Valid values are
cloud_cost
. - name str
- The name of the query for use in formulas.
- query str
- The cloud cost query definition.
- aggregator str
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryArgs
- Computes
List<Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Compute> - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<DashboardWidget Scatterplot Definition Request Scatterplot Table Query Event Query Group By> - Group by options.
- Indexes List<string>
- An array of index names to query in the stream.
- Search
Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- Computes
[]Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Compute - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []DashboardWidget Scatterplot Definition Request Scatterplot Table Query Event Query Group By - Group by options.
- Indexes []string
- An array of index names to query in the stream.
- Search
Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- computes
List<Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Compute> - The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<DashboardWidget Scatterplot Definition Request Scatterplot Table Query Event Query Group By> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search
Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Search - The search options.
- storage String
- Storage location (private beta).
- computes
Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Compute[] - The compute options.
- data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name string
- The name of query for use in formulas.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies DashboardWidget Scatterplot Definition Request Scatterplot Table Query Event Query Group By[] - Group by options.
- indexes string[]
- An array of index names to query in the stream.
- search
Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Search - The search options.
- storage string
- Storage location (private beta).
- computes
Sequence[Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Compute] - The compute options.
- data_
source str - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name str
- The name of query for use in formulas.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[DashboardWidget Scatterplot Definition Request Scatterplot Table Query Event Query Group By] - Group by options.
- indexes Sequence[str]
- An array of index names to query in the stream.
- search
Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Search - The search options.
- storage str
- Storage location (private beta).
- computes List<Property Map>
- The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<Property Map> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search Property Map
- The search options.
- storage String
- Storage location (private beta).
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeArgs
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Integer
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
- aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval number
- A time interval in milliseconds.
- metric string
- The measurable attribute to compute.
- aggregation str
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval int
- A time interval in milliseconds.
- metric str
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Number
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByArgs
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Group By Sort - The options for sorting group by results.
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Integer
- The number of groups to return.
- sort
Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Group By Sort - The options for sorting group by results.
- facet string
- The event facet.
- limit number
- The number of groups to return.
- sort
Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Group By Sort - The options for sorting group by results.
- facet str
- The event facet.
- limit int
- The number of groups to return.
- sort
Dashboard
Widget Scatterplot Definition Request Scatterplot Table Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Number
- The number of groups to return.
- sort Property Map
- The options for sorting group by results.
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortArgs
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
- aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric string
- The metric used for sorting group by results.
- order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation str
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric str
- The metric used for sorting group by results.
- order str
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchArgs
- Query string
- The events search string.
- Query string
- The events search string.
- query String
- The events search string.
- query string
- The events search string.
- query str
- The events search string.
- query String
- The events search string.
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryArgs
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
- name string
- The name of the query for use in formulas.
- query string
- The metrics query definition.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name str
- The name of the query for use in formulas.
- query str
- The metrics query definition.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryArgs
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters List<string> - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters []string - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Integer
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
- data
Source string - The data source for process queries. Valid values are
process
,container
. - metric string
- The process metric name.
- name string
- The name of query for use in formulas.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized booleanCpu - Whether to normalize the CPU percentages.
- limit number
- The number of hits to return.
- sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters string[] - An array of tags to filter by.
- text
Filter string - The text to use as a filter.
- data_
source str - The data source for process queries. Valid values are
process
,container
. - metric str
- The process metric name.
- name str
- The name of query for use in formulas.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
normalized_ boolcpu - Whether to normalize the CPU percentages.
- limit int
- The number of hits to return.
- sort str
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag_
filters Sequence[str] - An array of tags to filter by.
- text_
filter str - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Number
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery, DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryArgs
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source string - The data source for SLO queries. Valid values are
slo
. - measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id string - ID of an SLO to query.
- additional
Query stringFilters - Additional filters applied to the SLO query.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name string
- The name of query for use in formulas.
- slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data_
source str - The data source for SLO queries. Valid values are
slo
. - measure str
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo_
id str - ID of an SLO to query.
- additional_
query_ strfilters - Additional filters applied to the SLO query.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
mode str - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name str
- The name of query for use in formulas.
- slo_
query_ strtype - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
DashboardWidgetScatterplotDefinitionRequestX, DashboardWidgetScatterplotDefinitionRequestXArgs
- Aggregator string
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Scatterplot Definition Request XProcess Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Aggregator string
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Scatterplot Definition Request XProcess Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- aggregator String
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm
Query DashboardWidget Apm Query - The query to use for this widget.
- log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Scatterplot Definition Request XProcess Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- aggregator string
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm
Query DashboardWidget Apm Query - The query to use for this widget.
- log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Scatterplot Definition Request XProcess Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- aggregator str
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm_
query DashboardWidget Apm Query - The query to use for this widget.
- log_
query DashboardWidget Log Query - The query to use for this widget.
- process_
query DashboardWidget Scatterplot Definition Request XProcess Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- aggregator String
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm
Query Property Map - The query to use for this widget.
- log
Query Property Map - The query to use for this widget.
- process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
DashboardWidgetScatterplotDefinitionRequestXProcessQuery, DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetScatterplotDefinitionRequestY, DashboardWidgetScatterplotDefinitionRequestYArgs
- Aggregator string
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Scatterplot Definition Request YProcess Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Aggregator string
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Scatterplot Definition Request YProcess Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- aggregator String
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm
Query DashboardWidget Apm Query - The query to use for this widget.
- log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Scatterplot Definition Request YProcess Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- aggregator string
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm
Query DashboardWidget Apm Query - The query to use for this widget.
- log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Scatterplot Definition Request YProcess Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- aggregator str
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm_
query DashboardWidget Apm Query - The query to use for this widget.
- log_
query DashboardWidget Log Query - The query to use for this widget.
- process_
query DashboardWidget Scatterplot Definition Request YProcess Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- aggregator String
- Aggregator used for the request. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - apm
Query Property Map - The query to use for this widget.
- log
Query Property Map - The query to use for this widget.
- process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
DashboardWidgetScatterplotDefinitionRequestYProcessQuery, DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetScatterplotDefinitionXaxis, DashboardWidgetScatterplotDefinitionXaxisArgs
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero boolean - Always include zero or fit the axis to the data range.
- label string
- The label of the axis to display on the graph.
- max string
- Specify the maximum value to show on the Y-axis.
- min string
- Specify the minimum value to show on the Y-axis.
- scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include_
zero bool - Always include zero or fit the axis to the data range.
- label str
- The label of the axis to display on the graph.
- max str
- Specify the maximum value to show on the Y-axis.
- min str
- Specify the minimum value to show on the Y-axis.
- scale str
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
DashboardWidgetScatterplotDefinitionYaxis, DashboardWidgetScatterplotDefinitionYaxisArgs
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero boolean - Always include zero or fit the axis to the data range.
- label string
- The label of the axis to display on the graph.
- max string
- Specify the maximum value to show on the Y-axis.
- min string
- Specify the minimum value to show on the Y-axis.
- scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include_
zero bool - Always include zero or fit the axis to the data range.
- label str
- The label of the axis to display on the graph.
- max str
- Specify the maximum value to show on the Y-axis.
- min str
- Specify the minimum value to show on the Y-axis.
- scale str
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
DashboardWidgetSecurityQuery, DashboardWidgetSecurityQueryArgs
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Security Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies List<DashboardWidget Security Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes List<DashboardWidget Security Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Security Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies []DashboardWidget Security Query Group By - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes []DashboardWidget Security Query Multi Compute compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- index String
- The name of the index to query.
- compute
Query DashboardWidget Security Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<DashboardWidget Security Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<DashboardWidget Security Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
- index string
- The name of the index to query.
- compute
Query DashboardWidget Security Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies DashboardWidget Security Query Group By[] - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes DashboardWidget Security Query Multi Compute[] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query string - The search query to use.
- index str
- The name of the index to query.
- compute_
query DashboardWidget Security Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group_
bies Sequence[DashboardWidget Security Query Group By] - Multiple
group_by
blocks are allowed using the structure below. - multi_
computes Sequence[DashboardWidget Security Query Multi Compute] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search_
query str - The search query to use.
- index String
- The name of the index to query.
- compute
Query Property Map compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<Property Map> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<Property Map> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
DashboardWidgetSecurityQueryComputeQuery, DashboardWidgetSecurityQueryComputeQueryArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetSecurityQueryGroupBy, DashboardWidgetSecurityQueryGroupByArgs
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Security Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Security Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Integer
- The maximum number of items in the group.
- sort
Query DashboardWidget Security Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet string
- The facet name.
- limit number
- The maximum number of items in the group.
- sort
Query DashboardWidget Security Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet str
- The facet name.
- limit int
- The maximum number of items in the group.
- sort_
query DashboardWidget Security Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Number
- The maximum number of items in the group.
- sort
Query Property Map - A list of exactly one element describing the sort query to use.
DashboardWidgetSecurityQueryGroupBySortQuery, DashboardWidgetSecurityQueryGroupBySortQueryArgs
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
- aggregation string
- The aggregation method.
- order string
- Widget sorting methods. Valid values are
asc
,desc
. - facet string
- The facet name.
- aggregation str
- The aggregation method.
- order str
- Widget sorting methods. Valid values are
asc
,desc
. - facet str
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
DashboardWidgetSecurityQueryMultiCompute, DashboardWidgetSecurityQueryMultiComputeArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetServiceLevelObjectiveDefinition, DashboardWidgetServiceLevelObjectiveDefinitionArgs
- Slo
Id string - The ID of the service level objective used by the widget.
- Time
Windows List<string> - A list of time windows to display in the widget. Valid values are
7d
,30d
,90d
,week_to_date
,previous_week
,month_to_date
,previous_month
,global_time
. - View
Mode string - The view mode for the widget. Valid values are
overall
,component
,both
. - View
Type string - The type of view to use when displaying the widget. Only
detail
is supported. - Additional
Query stringFilters - Additional filters applied to the SLO query.
- Global
Time stringTarget - The global time target of the widget.
- Show
Error boolBudget - Whether to show the error budget or not.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Slo
Id string - The ID of the service level objective used by the widget.
- Time
Windows []string - A list of time windows to display in the widget. Valid values are
7d
,30d
,90d
,week_to_date
,previous_week
,month_to_date
,previous_month
,global_time
. - View
Mode string - The view mode for the widget. Valid values are
overall
,component
,both
. - View
Type string - The type of view to use when displaying the widget. Only
detail
is supported. - Additional
Query stringFilters - Additional filters applied to the SLO query.
- Global
Time stringTarget - The global time target of the widget.
- Show
Error boolBudget - Whether to show the error budget or not.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- slo
Id String - The ID of the service level objective used by the widget.
- time
Windows List<String> - A list of time windows to display in the widget. Valid values are
7d
,30d
,90d
,week_to_date
,previous_week
,month_to_date
,previous_month
,global_time
. - view
Mode String - The view mode for the widget. Valid values are
overall
,component
,both
. - view
Type String - The type of view to use when displaying the widget. Only
detail
is supported. - additional
Query StringFilters - Additional filters applied to the SLO query.
- global
Time StringTarget - The global time target of the widget.
- show
Error BooleanBudget - Whether to show the error budget or not.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- slo
Id string - The ID of the service level objective used by the widget.
- time
Windows string[] - A list of time windows to display in the widget. Valid values are
7d
,30d
,90d
,week_to_date
,previous_week
,month_to_date
,previous_month
,global_time
. - view
Mode string - The view mode for the widget. Valid values are
overall
,component
,both
. - view
Type string - The type of view to use when displaying the widget. Only
detail
is supported. - additional
Query stringFilters - Additional filters applied to the SLO query.
- global
Time stringTarget - The global time target of the widget.
- show
Error booleanBudget - Whether to show the error budget or not.
- title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- slo_
id str - The ID of the service level objective used by the widget.
- time_
windows Sequence[str] - A list of time windows to display in the widget. Valid values are
7d
,30d
,90d
,week_to_date
,previous_week
,month_to_date
,previous_month
,global_time
. - view_
mode str - The view mode for the widget. Valid values are
overall
,component
,both
. - view_
type str - The type of view to use when displaying the widget. Only
detail
is supported. - additional_
query_ strfilters - Additional filters applied to the SLO query.
- global_
time_ strtarget - The global time target of the widget.
- show_
error_ boolbudget - Whether to show the error budget or not.
- title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- slo
Id String - The ID of the service level objective used by the widget.
- time
Windows List<String> - A list of time windows to display in the widget. Valid values are
7d
,30d
,90d
,week_to_date
,previous_week
,month_to_date
,previous_month
,global_time
. - view
Mode String - The view mode for the widget. Valid values are
overall
,component
,both
. - view
Type String - The type of view to use when displaying the widget. Only
detail
is supported. - additional
Query StringFilters - Additional filters applied to the SLO query.
- global
Time StringTarget - The global time target of the widget.
- show
Error BooleanBudget - Whether to show the error budget or not.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetServicemapDefinition, DashboardWidgetServicemapDefinitionArgs
- Filters List<string>
- Your environment and primary tag (or
*
if enabled for your account). - Service string
- The ID of the service to map.
- Custom
Links List<DashboardWidget Servicemap Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Filters []string
- Your environment and primary tag (or
*
if enabled for your account). - Service string
- The ID of the service to map.
- Custom
Links []DashboardWidget Servicemap Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- filters List<String>
- Your environment and primary tag (or
*
if enabled for your account). - service String
- The ID of the service to map.
- custom
Links List<DashboardWidget Servicemap Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- filters string[]
- Your environment and primary tag (or
*
if enabled for your account). - service string
- The ID of the service to map.
- custom
Links DashboardWidget Servicemap Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- filters Sequence[str]
- Your environment and primary tag (or
*
if enabled for your account). - service str
- The ID of the service to map.
- custom_
links Sequence[DashboardWidget Servicemap Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- filters List<String>
- Your environment and primary tag (or
*
if enabled for your account). - service String
- The ID of the service to map.
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetServicemapDefinitionCustomLink, DashboardWidgetServicemapDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetSloListDefinition, DashboardWidgetSloListDefinitionArgs
- Request
Dashboard
Widget Slo List Definition Request - A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Request
Dashboard
Widget Slo List Definition Request - A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- request
Dashboard
Widget Slo List Definition Request - A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- request
Dashboard
Widget Slo List Definition Request - A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- request
Dashboard
Widget Slo List Definition Request - A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- request Property Map
- A nested block describing the request to use when displaying the widget. Exactly one
request
block is allowed. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetSloListDefinitionRequest, DashboardWidgetSloListDefinitionRequestArgs
- Query
Dashboard
Widget Slo List Definition Request Query - Updated SLO List widget.
- Request
Type string - The request type for the SLO List request. Valid values are
slo_list
.
- Query
Dashboard
Widget Slo List Definition Request Query - Updated SLO List widget.
- Request
Type string - The request type for the SLO List request. Valid values are
slo_list
.
- query
Dashboard
Widget Slo List Definition Request Query - Updated SLO List widget.
- request
Type String - The request type for the SLO List request. Valid values are
slo_list
.
- query
Dashboard
Widget Slo List Definition Request Query - Updated SLO List widget.
- request
Type string - The request type for the SLO List request. Valid values are
slo_list
.
- query
Dashboard
Widget Slo List Definition Request Query - Updated SLO List widget.
- request_
type str - The request type for the SLO List request. Valid values are
slo_list
.
- query Property Map
- Updated SLO List widget.
- request
Type String - The request type for the SLO List request. Valid values are
slo_list
.
DashboardWidgetSloListDefinitionRequestQuery, DashboardWidgetSloListDefinitionRequestQueryArgs
- Query
String string - Widget query.
- Limit int
- Maximum number of results to display in the table. Defaults to
100
. - Sort
Dashboard
Widget Slo List Definition Request Query Sort - The facet and order to sort the data, for example:
{"column": "status.sli", "order": "desc"}
.
- Query
String string - Widget query.
- Limit int
- Maximum number of results to display in the table. Defaults to
100
. - Sort
Dashboard
Widget Slo List Definition Request Query Sort - The facet and order to sort the data, for example:
{"column": "status.sli", "order": "desc"}
.
- query
String String - Widget query.
- limit Integer
- Maximum number of results to display in the table. Defaults to
100
. - sort
Dashboard
Widget Slo List Definition Request Query Sort - The facet and order to sort the data, for example:
{"column": "status.sli", "order": "desc"}
.
- query
String string - Widget query.
- limit number
- Maximum number of results to display in the table. Defaults to
100
. - sort
Dashboard
Widget Slo List Definition Request Query Sort - The facet and order to sort the data, for example:
{"column": "status.sli", "order": "desc"}
.
- query_
string str - Widget query.
- limit int
- Maximum number of results to display in the table. Defaults to
100
. - sort
Dashboard
Widget Slo List Definition Request Query Sort - The facet and order to sort the data, for example:
{"column": "status.sli", "order": "desc"}
.
- query
String String - Widget query.
- limit Number
- Maximum number of results to display in the table. Defaults to
100
. - sort Property Map
- The facet and order to sort the data, for example:
{"column": "status.sli", "order": "desc"}
.
DashboardWidgetSloListDefinitionRequestQuerySort, DashboardWidgetSloListDefinitionRequestQuerySortArgs
DashboardWidgetSplitGraphDefinition, DashboardWidgetSplitGraphDefinitionArgs
- Size string
- Size of the individual graphs in the split.
- Source
Widget DashboardDefinition Widget Split Graph Definition Source Widget Definition - The original widget we are splitting on.
- Split
Config DashboardWidget Split Graph Definition Split Config - Encapsulates all user choices about how to split a graph.
- Has
Uniform boolYAxes - Normalize y axes across graphs.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Title string
- The title of the widget.
- Size string
- Size of the individual graphs in the split.
- Source
Widget DashboardDefinition Widget Split Graph Definition Source Widget Definition - The original widget we are splitting on.
- Split
Config DashboardWidget Split Graph Definition Split Config - Encapsulates all user choices about how to split a graph.
- Has
Uniform boolYAxes - Normalize y axes across graphs.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Title string
- The title of the widget.
- size String
- Size of the individual graphs in the split.
- source
Widget DashboardDefinition Widget Split Graph Definition Source Widget Definition - The original widget we are splitting on.
- split
Config DashboardWidget Split Graph Definition Split Config - Encapsulates all user choices about how to split a graph.
- has
Uniform BooleanYAxes - Normalize y axes across graphs.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title String
- The title of the widget.
- size string
- Size of the individual graphs in the split.
- source
Widget DashboardDefinition Widget Split Graph Definition Source Widget Definition - The original widget we are splitting on.
- split
Config DashboardWidget Split Graph Definition Split Config - Encapsulates all user choices about how to split a graph.
- has
Uniform booleanYAxes - Normalize y axes across graphs.
- live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title string
- The title of the widget.
- size str
- Size of the individual graphs in the split.
- source_
widget_ Dashboarddefinition Widget Split Graph Definition Source Widget Definition - The original widget we are splitting on.
- split_
config DashboardWidget Split Graph Definition Split Config - Encapsulates all user choices about how to split a graph.
- has_
uniform_ booly_ axes - Normalize y axes across graphs.
- live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title str
- The title of the widget.
- size String
- Size of the individual graphs in the split.
- source
Widget Property MapDefinition - The original widget we are splitting on.
- split
Config Property Map - Encapsulates all user choices about how to split a graph.
- has
Uniform BooleanYAxes - Normalize y axes across graphs.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - title String
- The title of the widget.
DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition, DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionArgs
- Change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- Geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- Query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- Query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- Scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- Sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- Timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- Toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- Treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- Change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- Geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- Query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- Query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- Scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- Sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- Timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- Toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- Treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- change
Definition DashboardWidget Change Definition - The definition for a Change widget.
- geomap
Definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- query
Table DashboardDefinition Widget Query Table Definition - The definition for a Query Table widget.
- query
Value DashboardDefinition Widget Query Value Definition - The definition for a Query Value widget.
- scatterplot
Definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- sunburst
Definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- timeseries
Definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- toplist
Definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- treemap
Definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- change_
definition DashboardWidget Change Definition - The definition for a Change widget.
- geomap_
definition DashboardWidget Geomap Definition - The definition for a Geomap widget.
- query_
table_ Dashboarddefinition Widget Query Table Definition - The definition for a Query Table widget.
- query_
value_ Dashboarddefinition Widget Query Value Definition - The definition for a Query Value widget.
- scatterplot_
definition DashboardWidget Scatterplot Definition - The definition for a Scatterplot widget.
- sunburst_
definition DashboardWidget Sunburst Definition - The definition for a Sunburst widget.
- timeseries_
definition DashboardWidget Timeseries Definition - The definition for a Timeseries widget.
- toplist_
definition DashboardWidget Toplist Definition - The definition for a Toplist widget.
- treemap_
definition DashboardWidget Treemap Definition - The definition for a Treemap widget.
- change
Definition Property Map - The definition for a Change widget.
- geomap
Definition Property Map - The definition for a Geomap widget.
- query
Table Property MapDefinition - The definition for a Query Table widget.
- query
Value Property MapDefinition - The definition for a Query Value widget.
- scatterplot
Definition Property Map - The definition for a Scatterplot widget.
- sunburst
Definition Property Map - The definition for a Sunburst widget.
- timeseries
Definition Property Map - The definition for a Timeseries widget.
- toplist
Definition Property Map - The definition for a Toplist widget.
- treemap
Definition Property Map - The definition for a Treemap widget.
DashboardWidgetSplitGraphDefinitionSplitConfig, DashboardWidgetSplitGraphDefinitionSplitConfigArgs
- Sort
Dashboard
Widget Split Graph Definition Split Config Sort - Controls the order in which graphs appear in the split.
- Split
Dimensions DashboardWidget Split Graph Definition Split Config Split Dimensions - The property by which the graph splits
- Limit int
- Maximum number of graphs to display in the widget.
- Static
Splits List<DashboardWidget Split Graph Definition Split Config Static Split> - The property by which the graph splits
- Sort
Dashboard
Widget Split Graph Definition Split Config Sort - Controls the order in which graphs appear in the split.
- Split
Dimensions DashboardWidget Split Graph Definition Split Config Split Dimensions - The property by which the graph splits
- Limit int
- Maximum number of graphs to display in the widget.
- Static
Splits []DashboardWidget Split Graph Definition Split Config Static Split - The property by which the graph splits
- sort
Dashboard
Widget Split Graph Definition Split Config Sort - Controls the order in which graphs appear in the split.
- split
Dimensions DashboardWidget Split Graph Definition Split Config Split Dimensions - The property by which the graph splits
- limit Integer
- Maximum number of graphs to display in the widget.
- static
Splits List<DashboardWidget Split Graph Definition Split Config Static Split> - The property by which the graph splits
- sort
Dashboard
Widget Split Graph Definition Split Config Sort - Controls the order in which graphs appear in the split.
- split
Dimensions DashboardWidget Split Graph Definition Split Config Split Dimensions - The property by which the graph splits
- limit number
- Maximum number of graphs to display in the widget.
- static
Splits DashboardWidget Split Graph Definition Split Config Static Split[] - The property by which the graph splits
- sort
Dashboard
Widget Split Graph Definition Split Config Sort - Controls the order in which graphs appear in the split.
- split_
dimensions DashboardWidget Split Graph Definition Split Config Split Dimensions - The property by which the graph splits
- limit int
- Maximum number of graphs to display in the widget.
- static_
splits Sequence[DashboardWidget Split Graph Definition Split Config Static Split] - The property by which the graph splits
- sort Property Map
- Controls the order in which graphs appear in the split.
- split
Dimensions Property Map - The property by which the graph splits
- limit Number
- Maximum number of graphs to display in the widget.
- static
Splits List<Property Map> - The property by which the graph splits
DashboardWidgetSplitGraphDefinitionSplitConfigSort, DashboardWidgetSplitGraphDefinitionSplitConfigSortArgs
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Compute
Dashboard
Widget Split Graph Definition Split Config Sort Compute - Defines the metric and aggregation used as the sort value
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Compute
Dashboard
Widget Split Graph Definition Split Config Sort Compute - Defines the metric and aggregation used as the sort value
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - compute
Dashboard
Widget Split Graph Definition Split Config Sort Compute - Defines the metric and aggregation used as the sort value
- order string
- Widget sorting methods. Valid values are
asc
,desc
. - compute
Dashboard
Widget Split Graph Definition Split Config Sort Compute - Defines the metric and aggregation used as the sort value
- order str
- Widget sorting methods. Valid values are
asc
,desc
. - compute
Dashboard
Widget Split Graph Definition Split Config Sort Compute - Defines the metric and aggregation used as the sort value
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - compute Property Map
- Defines the metric and aggregation used as the sort value
DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute, DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeArgs
- Metric string
- The metric to use for sorting graphs.
- Aggregation string
- How to aggregate the sort metric for the purposes of ordering.
- Metric string
- The metric to use for sorting graphs.
- Aggregation string
- How to aggregate the sort metric for the purposes of ordering.
- metric String
- The metric to use for sorting graphs.
- aggregation String
- How to aggregate the sort metric for the purposes of ordering.
- metric string
- The metric to use for sorting graphs.
- aggregation string
- How to aggregate the sort metric for the purposes of ordering.
- metric str
- The metric to use for sorting graphs.
- aggregation str
- How to aggregate the sort metric for the purposes of ordering.
- metric String
- The metric to use for sorting graphs.
- aggregation String
- How to aggregate the sort metric for the purposes of ordering.
DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions, DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsArgs
- One
Graph stringPer - The system interprets this attribute differently depending on the data source of the query being split. For metrics, it's a tag. For the events platform, it's an attribute or tag.
- One
Graph stringPer - The system interprets this attribute differently depending on the data source of the query being split. For metrics, it's a tag. For the events platform, it's an attribute or tag.
- one
Graph StringPer - The system interprets this attribute differently depending on the data source of the query being split. For metrics, it's a tag. For the events platform, it's an attribute or tag.
- one
Graph stringPer - The system interprets this attribute differently depending on the data source of the query being split. For metrics, it's a tag. For the events platform, it's an attribute or tag.
- one_
graph_ strper - The system interprets this attribute differently depending on the data source of the query being split. For metrics, it's a tag. For the events platform, it's an attribute or tag.
- one
Graph StringPer - The system interprets this attribute differently depending on the data source of the query being split. For metrics, it's a tag. For the events platform, it's an attribute or tag.
DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplit, DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitArgs
- Split
Vectors List<DashboardWidget Split Graph Definition Split Config Static Split Split Vector> - The split graph list contains a graph for each value of the split dimension.
- Split
Vectors []DashboardWidget Split Graph Definition Split Config Static Split Split Vector - The split graph list contains a graph for each value of the split dimension.
- split
Vectors List<DashboardWidget Split Graph Definition Split Config Static Split Split Vector> - The split graph list contains a graph for each value of the split dimension.
- split
Vectors DashboardWidget Split Graph Definition Split Config Static Split Split Vector[] - The split graph list contains a graph for each value of the split dimension.
- split_
vectors Sequence[DashboardWidget Split Graph Definition Split Config Static Split Split Vector] - The split graph list contains a graph for each value of the split dimension.
- split
Vectors List<Property Map> - The split graph list contains a graph for each value of the split dimension.
DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitSplitVector, DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitSplitVectorArgs
- tag_
key str - tag_
values Sequence[str]
DashboardWidgetSunburstDefinition, DashboardWidgetSunburstDefinitionArgs
- Custom
Links List<DashboardWidget Sunburst Definition Custom Link> - Nested block describing a custom link. Multiple
custom_link
blocks are allowed with the structure below. - Hide
Total bool - Whether or not to show the total value in the widget.
- Legend
Inline DashboardWidget Sunburst Definition Legend Inline - Used to configure the inline legend. Cannot be used in conjunction with legend*table.
- Legend
Table DashboardWidget Sunburst Definition Legend Table - Used to configure the table legend. Cannot be used in conjunction with legend*inline.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
List<Dashboard
Widget Sunburst Definition Request> - Nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed with the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. One of
left
,center
, orright
. Valid values arecenter
,left
,right
. - Title
Size string - The size of the widget's title. Default is 16.
- Custom
Links []DashboardWidget Sunburst Definition Custom Link - Nested block describing a custom link. Multiple
custom_link
blocks are allowed with the structure below. - Hide
Total bool - Whether or not to show the total value in the widget.
- Legend
Inline DashboardWidget Sunburst Definition Legend Inline - Used to configure the inline legend. Cannot be used in conjunction with legend*table.
- Legend
Table DashboardWidget Sunburst Definition Legend Table - Used to configure the table legend. Cannot be used in conjunction with legend*inline.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
[]Dashboard
Widget Sunburst Definition Request - Nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed with the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. One of
left
,center
, orright
. Valid values arecenter
,left
,right
. - Title
Size string - The size of the widget's title. Default is 16.
- custom
Links List<DashboardWidget Sunburst Definition Custom Link> - Nested block describing a custom link. Multiple
custom_link
blocks are allowed with the structure below. - hide
Total Boolean - Whether or not to show the total value in the widget.
- legend
Inline DashboardWidget Sunburst Definition Legend Inline - Used to configure the inline legend. Cannot be used in conjunction with legend*table.
- legend
Table DashboardWidget Sunburst Definition Legend Table - Used to configure the table legend. Cannot be used in conjunction with legend*inline.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
List<Dashboard
Widget Sunburst Definition Request> - Nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed with the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. One of
left
,center
, orright
. Valid values arecenter
,left
,right
. - title
Size String - The size of the widget's title. Default is 16.
- custom
Links DashboardWidget Sunburst Definition Custom Link[] - Nested block describing a custom link. Multiple
custom_link
blocks are allowed with the structure below. - hide
Total boolean - Whether or not to show the total value in the widget.
- legend
Inline DashboardWidget Sunburst Definition Legend Inline - Used to configure the inline legend. Cannot be used in conjunction with legend*table.
- legend
Table DashboardWidget Sunburst Definition Legend Table - Used to configure the table legend. Cannot be used in conjunction with legend*inline.
- live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Dashboard
Widget Sunburst Definition Request[] - Nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed with the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. One of
left
,center
, orright
. Valid values arecenter
,left
,right
. - title
Size string - The size of the widget's title. Default is 16.
- custom_
links Sequence[DashboardWidget Sunburst Definition Custom Link] - Nested block describing a custom link. Multiple
custom_link
blocks are allowed with the structure below. - hide_
total bool - Whether or not to show the total value in the widget.
- legend_
inline DashboardWidget Sunburst Definition Legend Inline - Used to configure the inline legend. Cannot be used in conjunction with legend*table.
- legend_
table DashboardWidget Sunburst Definition Legend Table - Used to configure the table legend. Cannot be used in conjunction with legend*inline.
- live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Sequence[Dashboard
Widget Sunburst Definition Request] - Nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed with the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. One of
left
,center
, orright
. Valid values arecenter
,left
,right
. - title_
size str - The size of the widget's title. Default is 16.
- custom
Links List<Property Map> - Nested block describing a custom link. Multiple
custom_link
blocks are allowed with the structure below. - hide
Total Boolean - Whether or not to show the total value in the widget.
- legend
Inline Property Map - Used to configure the inline legend. Cannot be used in conjunction with legend*table.
- legend
Table Property Map - Used to configure the table legend. Cannot be used in conjunction with legend*inline.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests List<Property Map>
- Nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed with the structure below (exactly one ofq
,log_query
orrum_query
is required within therequest
block). - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. One of
left
,center
, orright
. Valid values arecenter
,left
,right
. - title
Size String - The size of the widget's title. Default is 16.
DashboardWidgetSunburstDefinitionCustomLink, DashboardWidgetSunburstDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetSunburstDefinitionLegendInline, DashboardWidgetSunburstDefinitionLegendInlineArgs
- Type string
- The type of legend (inline or automatic). Valid values are
inline
,automatic
. - Hide
Percent bool - Whether to hide the percentages of the groups.
- Hide
Value bool - Whether to hide the values of the groups.
- Type string
- The type of legend (inline or automatic). Valid values are
inline
,automatic
. - Hide
Percent bool - Whether to hide the percentages of the groups.
- Hide
Value bool - Whether to hide the values of the groups.
- type String
- The type of legend (inline or automatic). Valid values are
inline
,automatic
. - hide
Percent Boolean - Whether to hide the percentages of the groups.
- hide
Value Boolean - Whether to hide the values of the groups.
- type string
- The type of legend (inline or automatic). Valid values are
inline
,automatic
. - hide
Percent boolean - Whether to hide the percentages of the groups.
- hide
Value boolean - Whether to hide the values of the groups.
- type str
- The type of legend (inline or automatic). Valid values are
inline
,automatic
. - hide_
percent bool - Whether to hide the percentages of the groups.
- hide_
value bool - Whether to hide the values of the groups.
- type String
- The type of legend (inline or automatic). Valid values are
inline
,automatic
. - hide
Percent Boolean - Whether to hide the percentages of the groups.
- hide
Value Boolean - Whether to hide the values of the groups.
DashboardWidgetSunburstDefinitionLegendTable, DashboardWidgetSunburstDefinitionLegendTableArgs
- Type string
- The type of legend (table or none). Valid values are
table
,none
.
- Type string
- The type of legend (table or none). Valid values are
table
,none
.
- type String
- The type of legend (table or none). Valid values are
table
,none
.
- type string
- The type of legend (table or none). Valid values are
table
,none
.
- type str
- The type of legend (table or none). Valid values are
table
,none
.
- type String
- The type of legend (table or none). Valid values are
table
,none
.
DashboardWidgetSunburstDefinitionRequest, DashboardWidgetSunburstDefinitionRequestArgs
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Audit
Query DashboardWidget Sunburst Definition Request Audit Query - The query to use for this widget.
- Formulas
List<Dashboard
Widget Sunburst Definition Request Formula> - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Network
Query DashboardWidget Sunburst Definition Request Network Query - The query to use for this widget.
- Process
Query DashboardWidget Sunburst Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
List<Dashboard
Widget Sunburst Definition Request Query> - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Style
Dashboard
Widget Sunburst Definition Request Style - Define style for the widget's request.
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Audit
Query DashboardWidget Sunburst Definition Request Audit Query - The query to use for this widget.
- Formulas
[]Dashboard
Widget Sunburst Definition Request Formula - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Network
Query DashboardWidget Sunburst Definition Request Network Query - The query to use for this widget.
- Process
Query DashboardWidget Sunburst Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
[]Dashboard
Widget Sunburst Definition Request Query - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Style
Dashboard
Widget Sunburst Definition Request Style - Define style for the widget's request.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- audit
Query DashboardWidget Sunburst Definition Request Audit Query - The query to use for this widget.
- formulas
List<Dashboard
Widget Sunburst Definition Request Formula> - log
Query DashboardWidget Log Query - The query to use for this widget.
- network
Query DashboardWidget Sunburst Definition Request Network Query - The query to use for this widget.
- process
Query DashboardWidget Sunburst Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries
List<Dashboard
Widget Sunburst Definition Request Query> - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Sunburst Definition Request Style - Define style for the widget's request.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- audit
Query DashboardWidget Sunburst Definition Request Audit Query - The query to use for this widget.
- formulas
Dashboard
Widget Sunburst Definition Request Formula[] - log
Query DashboardWidget Log Query - The query to use for this widget.
- network
Query DashboardWidget Sunburst Definition Request Network Query - The query to use for this widget.
- process
Query DashboardWidget Sunburst Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- queries
Dashboard
Widget Sunburst Definition Request Query[] - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Sunburst Definition Request Style - Define style for the widget's request.
- apm_
query DashboardWidget Apm Query - The query to use for this widget.
- audit_
query DashboardWidget Sunburst Definition Request Audit Query - The query to use for this widget.
- formulas
Sequence[Dashboard
Widget Sunburst Definition Request Formula] - log_
query DashboardWidget Log Query - The query to use for this widget.
- network_
query DashboardWidget Sunburst Definition Request Network Query - The query to use for this widget.
- process_
query DashboardWidget Sunburst Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- queries
Sequence[Dashboard
Widget Sunburst Definition Request Query] - rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Sunburst Definition Request Style - Define style for the widget's request.
- apm
Query Property Map - The query to use for this widget.
- audit
Query Property Map - The query to use for this widget.
- formulas List<Property Map>
- log
Query Property Map - The query to use for this widget.
- network
Query Property Map - The query to use for this widget.
- process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries List<Property Map>
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
- style Property Map
- Define style for the widget's request.
DashboardWidgetSunburstDefinitionRequestAuditQuery, DashboardWidgetSunburstDefinitionRequestAuditQueryArgs
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Sunburst Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies List<DashboardWidget Sunburst Definition Request Audit Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes List<DashboardWidget Sunburst Definition Request Audit Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Sunburst Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies []DashboardWidget Sunburst Definition Request Audit Query Group By - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes []DashboardWidget Sunburst Definition Request Audit Query Multi Compute compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- index String
- The name of the index to query.
- compute
Query DashboardWidget Sunburst Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<DashboardWidget Sunburst Definition Request Audit Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<DashboardWidget Sunburst Definition Request Audit Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
- index string
- The name of the index to query.
- compute
Query DashboardWidget Sunburst Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies DashboardWidget Sunburst Definition Request Audit Query Group By[] - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes DashboardWidget Sunburst Definition Request Audit Query Multi Compute[] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query string - The search query to use.
- index str
- The name of the index to query.
- compute_
query DashboardWidget Sunburst Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group_
bies Sequence[DashboardWidget Sunburst Definition Request Audit Query Group By] - Multiple
group_by
blocks are allowed using the structure below. - multi_
computes Sequence[DashboardWidget Sunburst Definition Request Audit Query Multi Compute] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search_
query str - The search query to use.
- index String
- The name of the index to query.
- compute
Query Property Map compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<Property Map> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<Property Map> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery, DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy, DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByArgs
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Sunburst Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Sunburst Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Integer
- The maximum number of items in the group.
- sort
Query DashboardWidget Sunburst Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet string
- The facet name.
- limit number
- The maximum number of items in the group.
- sort
Query DashboardWidget Sunburst Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet str
- The facet name.
- limit int
- The maximum number of items in the group.
- sort_
query DashboardWidget Sunburst Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Number
- The maximum number of items in the group.
- sort
Query Property Map - A list of exactly one element describing the sort query to use.
DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery, DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryArgs
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
- aggregation string
- The aggregation method.
- order string
- Widget sorting methods. Valid values are
asc
,desc
. - facet string
- The facet name.
- aggregation str
- The aggregation method.
- order str
- Widget sorting methods. Valid values are
asc
,desc
. - facet str
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute, DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetSunburstDefinitionRequestFormula, DashboardWidgetSunburstDefinitionRequestFormulaArgs
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats List<DashboardWidget Sunburst Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Sunburst Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Sunburst Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Sunburst Definition Request Formula Style - Styling options for widget formulas.
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats []DashboardWidget Sunburst Definition Request Formula Conditional Format - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Sunburst Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Sunburst Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Sunburst Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<DashboardWidget Sunburst Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Sunburst Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Sunburst Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Sunburst Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression string - A string expression built from queries, formulas, and functions.
- alias string
- An expression alias.
- cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats DashboardWidget Sunburst Definition Request Formula Conditional Format[] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Sunburst Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Sunburst Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Sunburst Definition Request Formula Style - Styling options for widget formulas.
- formula_
expression str - A string expression built from queries, formulas, and functions.
- alias str
- An expression alias.
- cell_
display_ strmode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional_
formats Sequence[DashboardWidget Sunburst Definition Request Formula Conditional Format] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Sunburst Definition Request Formula Limit - The options for limiting results returned.
- number_
format DashboardWidget Sunburst Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Sunburst Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit Property Map
- The options for limiting results returned.
- number
Format Property Map - Number formatting options for the formula.
- style Property Map
- Styling options for widget formulas.
DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormat, DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetSunburstDefinitionRequestFormulaLimit, DashboardWidgetSunburstDefinitionRequestFormulaLimitArgs
DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat, DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatArgs
- unit Property Map
- Unit of the number format.
- unit
Scale Property Map
DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit, DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitArgs
- Canonical
Dashboard
Widget Sunburst Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Sunburst Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- Canonical
Dashboard
Widget Sunburst Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Sunburst Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Sunburst Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Sunburst Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Sunburst Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Sunburst Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Sunburst Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Sunburst Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical Property Map
- Canonical Units
- custom Property Map
- Use custom (non canonical metrics)
DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical, DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit_
name str - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per_
unit_ strname - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom, DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomArgs
- Label string
- Unit label
- Label string
- Unit label
- label String
- Unit label
- label string
- Unit label
- label str
- Unit label
- label String
- Unit label
DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale, DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleArgs
- Unit
Name string
- Unit
Name string
- unit
Name String
- unit
Name string
- unit_
name str
- unit
Name String
DashboardWidgetSunburstDefinitionRequestFormulaStyle, DashboardWidgetSunburstDefinitionRequestFormulaStyleArgs
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Integer - Index specifying which color to use within the palette.
- palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index number - Index specifying which color to use within the palette.
- palette str
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette_
index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Number - Index specifying which color to use within the palette.
DashboardWidgetSunburstDefinitionRequestNetworkQuery, DashboardWidgetSunburstDefinitionRequestNetworkQueryArgs
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Sunburst Definition Request Network Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies List<DashboardWidget Sunburst Definition Request Network Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes List<DashboardWidget Sunburst Definition Request Network Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Sunburst Definition Request Network Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies []DashboardWidget Sunburst Definition Request Network Query Group By - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes []DashboardWidget Sunburst Definition Request Network Query Multi Compute compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- index String
- The name of the index to query.
- compute
Query DashboardWidget Sunburst Definition Request Network Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<DashboardWidget Sunburst Definition Request Network Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<DashboardWidget Sunburst Definition Request Network Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
- index string
- The name of the index to query.
- compute
Query DashboardWidget Sunburst Definition Request Network Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies DashboardWidget Sunburst Definition Request Network Query Group By[] - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes DashboardWidget Sunburst Definition Request Network Query Multi Compute[] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query string - The search query to use.
- index str
- The name of the index to query.
- compute_
query DashboardWidget Sunburst Definition Request Network Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group_
bies Sequence[DashboardWidget Sunburst Definition Request Network Query Group By] - Multiple
group_by
blocks are allowed using the structure below. - multi_
computes Sequence[DashboardWidget Sunburst Definition Request Network Query Multi Compute] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search_
query str - The search query to use.
- index String
- The name of the index to query.
- compute
Query Property Map compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<Property Map> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<Property Map> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery, DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy, DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByArgs
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Sunburst Definition Request Network Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Sunburst Definition Request Network Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Integer
- The maximum number of items in the group.
- sort
Query DashboardWidget Sunburst Definition Request Network Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet string
- The facet name.
- limit number
- The maximum number of items in the group.
- sort
Query DashboardWidget Sunburst Definition Request Network Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet str
- The facet name.
- limit int
- The maximum number of items in the group.
- sort_
query DashboardWidget Sunburst Definition Request Network Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Number
- The maximum number of items in the group.
- sort
Query Property Map - A list of exactly one element describing the sort query to use.
DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery, DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryArgs
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
- aggregation string
- The aggregation method.
- order string
- Widget sorting methods. Valid values are
asc
,desc
. - facet string
- The facet name.
- aggregation str
- The aggregation method.
- order str
- Widget sorting methods. Valid values are
asc
,desc
. - facet str
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute, DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetSunburstDefinitionRequestProcessQuery, DashboardWidgetSunburstDefinitionRequestProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetSunburstDefinitionRequestQuery, DashboardWidgetSunburstDefinitionRequestQueryArgs
- Apm
Dependency DashboardStats Query Widget Sunburst Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Sunburst Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Sunburst Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Sunburst Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Sunburst Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Sunburst Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Sunburst Definition Request Query Slo Query - The SLO query using formulas and functions.
- Apm
Dependency DashboardStats Query Widget Sunburst Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Sunburst Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Sunburst Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Sunburst Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Sunburst Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Sunburst Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Sunburst Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Sunburst Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Sunburst Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Sunburst Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Sunburst Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Sunburst Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Sunburst Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Sunburst Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Sunburst Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Sunburst Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Sunburst Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Sunburst Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Sunburst Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Sunburst Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Sunburst Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm_
dependency_ Dashboardstats_ query Widget Sunburst Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm_
resource_ Dashboardstats_ query Widget Sunburst Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud_
cost_ Dashboardquery Widget Sunburst Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event_
query DashboardWidget Sunburst Definition Request Query Event Query - A timeseries formula and functions events query.
- metric_
query DashboardWidget Sunburst Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process_
query DashboardWidget Sunburst Definition Request Query Process Query - The process query using formulas and functions.
- slo_
query DashboardWidget Sunburst Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency Property MapStats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource Property MapStats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost Property MapQuery - The Cloud Cost query using formulas and functions.
- event
Query Property Map - A timeseries formula and functions events query.
- metric
Query Property Map - A timeseries formula and functions metrics query.
- process
Query Property Map - The process query using formulas and functions.
- slo
Query Property Map - The SLO query using formulas and functions.
DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery, DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryArgs
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- operation
Name string - Name of operation on service.
- resource
Name string - APM resource.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data_
source str - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- operation_
name str - Name of operation on service.
- resource_
name str - APM resource.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery, DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryArgs
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<string> - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []string - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
- data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies string[] - Array of fields to group results by.
- operation
Name string - Name of operation on service.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name string - APM resource.
- data_
source str - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[str] - Array of fields to group results by.
- operation_
name str - Name of operation on service.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource_
name str - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery, DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryArgs
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - name string
- The name of the query for use in formulas.
- query string
- The cloud cost query definition.
- aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for cloud cost queries. Valid values are
cloud_cost
. - name str
- The name of the query for use in formulas.
- query str
- The cloud cost query definition.
- aggregator str
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
DashboardWidgetSunburstDefinitionRequestQueryEventQuery, DashboardWidgetSunburstDefinitionRequestQueryEventQueryArgs
- Computes
List<Dashboard
Widget Sunburst Definition Request Query Event Query Compute> - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<DashboardWidget Sunburst Definition Request Query Event Query Group By> - Group by options.
- Indexes List<string>
- An array of index names to query in the stream.
- Search
Dashboard
Widget Sunburst Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- Computes
[]Dashboard
Widget Sunburst Definition Request Query Event Query Compute - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []DashboardWidget Sunburst Definition Request Query Event Query Group By - Group by options.
- Indexes []string
- An array of index names to query in the stream.
- Search
Dashboard
Widget Sunburst Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- computes
List<Dashboard
Widget Sunburst Definition Request Query Event Query Compute> - The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<DashboardWidget Sunburst Definition Request Query Event Query Group By> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search
Dashboard
Widget Sunburst Definition Request Query Event Query Search - The search options.
- storage String
- Storage location (private beta).
- computes
Dashboard
Widget Sunburst Definition Request Query Event Query Compute[] - The compute options.
- data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name string
- The name of query for use in formulas.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies DashboardWidget Sunburst Definition Request Query Event Query Group By[] - Group by options.
- indexes string[]
- An array of index names to query in the stream.
- search
Dashboard
Widget Sunburst Definition Request Query Event Query Search - The search options.
- storage string
- Storage location (private beta).
- computes
Sequence[Dashboard
Widget Sunburst Definition Request Query Event Query Compute] - The compute options.
- data_
source str - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name str
- The name of query for use in formulas.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[DashboardWidget Sunburst Definition Request Query Event Query Group By] - Group by options.
- indexes Sequence[str]
- An array of index names to query in the stream.
- search
Dashboard
Widget Sunburst Definition Request Query Event Query Search - The search options.
- storage str
- Storage location (private beta).
- computes List<Property Map>
- The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<Property Map> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search Property Map
- The search options.
- storage String
- Storage location (private beta).
DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute, DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeArgs
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Integer
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
- aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval number
- A time interval in milliseconds.
- metric string
- The measurable attribute to compute.
- aggregation str
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval int
- A time interval in milliseconds.
- metric str
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Number
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy, DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByArgs
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Sunburst Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Sunburst Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Integer
- The number of groups to return.
- sort
Dashboard
Widget Sunburst Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet string
- The event facet.
- limit number
- The number of groups to return.
- sort
Dashboard
Widget Sunburst Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet str
- The event facet.
- limit int
- The number of groups to return.
- sort
Dashboard
Widget Sunburst Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Number
- The number of groups to return.
- sort Property Map
- The options for sorting group by results.
DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort, DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortArgs
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
- aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric string
- The metric used for sorting group by results.
- order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation str
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric str
- The metric used for sorting group by results.
- order str
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch, DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchArgs
- Query string
- The events search string.
- Query string
- The events search string.
- query String
- The events search string.
- query string
- The events search string.
- query str
- The events search string.
- query String
- The events search string.
DashboardWidgetSunburstDefinitionRequestQueryMetricQuery, DashboardWidgetSunburstDefinitionRequestQueryMetricQueryArgs
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
- name string
- The name of the query for use in formulas.
- query string
- The metrics query definition.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name str
- The name of the query for use in formulas.
- query str
- The metrics query definition.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
DashboardWidgetSunburstDefinitionRequestQueryProcessQuery, DashboardWidgetSunburstDefinitionRequestQueryProcessQueryArgs
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters List<string> - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters []string - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Integer
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
- data
Source string - The data source for process queries. Valid values are
process
,container
. - metric string
- The process metric name.
- name string
- The name of query for use in formulas.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized booleanCpu - Whether to normalize the CPU percentages.
- limit number
- The number of hits to return.
- sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters string[] - An array of tags to filter by.
- text
Filter string - The text to use as a filter.
- data_
source str - The data source for process queries. Valid values are
process
,container
. - metric str
- The process metric name.
- name str
- The name of query for use in formulas.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
normalized_ boolcpu - Whether to normalize the CPU percentages.
- limit int
- The number of hits to return.
- sort str
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag_
filters Sequence[str] - An array of tags to filter by.
- text_
filter str - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Number
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
DashboardWidgetSunburstDefinitionRequestQuerySloQuery, DashboardWidgetSunburstDefinitionRequestQuerySloQueryArgs
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source string - The data source for SLO queries. Valid values are
slo
. - measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id string - ID of an SLO to query.
- additional
Query stringFilters - Additional filters applied to the SLO query.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name string
- The name of query for use in formulas.
- slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data_
source str - The data source for SLO queries. Valid values are
slo
. - measure str
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo_
id str - ID of an SLO to query.
- additional_
query_ strfilters - Additional filters applied to the SLO query.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
mode str - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name str
- The name of query for use in formulas.
- slo_
query_ strtype - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
DashboardWidgetSunburstDefinitionRequestStyle, DashboardWidgetSunburstDefinitionRequestStyleArgs
- Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette str
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
DashboardWidgetTimeseriesDefinition, DashboardWidgetTimeseriesDefinitionArgs
- Custom
Links List<DashboardWidget Timeseries Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Events
List<Dashboard
Widget Timeseries Definition Event> - The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - Legend
Columns List<string> - A list of columns to display in the legend. Valid values are
value
,avg
,sum
,min
,max
. - Legend
Layout string - The layout of the legend displayed in the widget. Valid values are
auto
,horizontal
,vertical
. - Legend
Size string - The size of the legend displayed in the widget.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Markers
List<Dashboard
Widget Timeseries Definition Marker> - A nested block describing the marker to use when displaying the widget. The structure of this block is described below. Multiple
marker
blocks are allowed within a giventile_def
block. - Requests
List<Dashboard
Widget Timeseries Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,network_query
,security_query
orprocess_query
is required within therequest
block). - Right
Yaxis DashboardWidget Timeseries Definition Right Yaxis - A nested block describing the right Y-Axis Controls. See the
on_right_yaxis
property for which request will use this axis. The structure of this block is described below. - Show
Legend bool - Whether or not to show the legend on this widget.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Yaxis
Dashboard
Widget Timeseries Definition Yaxis - A nested block describing the Y-Axis Controls. The structure of this block is described below.
- Custom
Links []DashboardWidget Timeseries Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Events
[]Dashboard
Widget Timeseries Definition Event - The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - Legend
Columns []string - A list of columns to display in the legend. Valid values are
value
,avg
,sum
,min
,max
. - Legend
Layout string - The layout of the legend displayed in the widget. Valid values are
auto
,horizontal
,vertical
. - Legend
Size string - The size of the legend displayed in the widget.
- Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Markers
[]Dashboard
Widget Timeseries Definition Marker - A nested block describing the marker to use when displaying the widget. The structure of this block is described below. Multiple
marker
blocks are allowed within a giventile_def
block. - Requests
[]Dashboard
Widget Timeseries Definition Request - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,network_query
,security_query
orprocess_query
is required within therequest
block). - Right
Yaxis DashboardWidget Timeseries Definition Right Yaxis - A nested block describing the right Y-Axis Controls. See the
on_right_yaxis
property for which request will use this axis. The structure of this block is described below. - Show
Legend bool - Whether or not to show the legend on this widget.
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Yaxis
Dashboard
Widget Timeseries Definition Yaxis - A nested block describing the Y-Axis Controls. The structure of this block is described below.
- custom
Links List<DashboardWidget Timeseries Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - events
List<Dashboard
Widget Timeseries Definition Event> - The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - legend
Columns List<String> - A list of columns to display in the legend. Valid values are
value
,avg
,sum
,min
,max
. - legend
Layout String - The layout of the legend displayed in the widget. Valid values are
auto
,horizontal
,vertical
. - legend
Size String - The size of the legend displayed in the widget.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - markers
List<Dashboard
Widget Timeseries Definition Marker> - A nested block describing the marker to use when displaying the widget. The structure of this block is described below. Multiple
marker
blocks are allowed within a giventile_def
block. - requests
List<Dashboard
Widget Timeseries Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,network_query
,security_query
orprocess_query
is required within therequest
block). - right
Yaxis DashboardWidget Timeseries Definition Right Yaxis - A nested block describing the right Y-Axis Controls. See the
on_right_yaxis
property for which request will use this axis. The structure of this block is described below. - show
Legend Boolean - Whether or not to show the legend on this widget.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- yaxis
Dashboard
Widget Timeseries Definition Yaxis - A nested block describing the Y-Axis Controls. The structure of this block is described below.
- custom
Links DashboardWidget Timeseries Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - events
Dashboard
Widget Timeseries Definition Event[] - The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - legend
Columns string[] - A list of columns to display in the legend. Valid values are
value
,avg
,sum
,min
,max
. - legend
Layout string - The layout of the legend displayed in the widget. Valid values are
auto
,horizontal
,vertical
. - legend
Size string - The size of the legend displayed in the widget.
- live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - markers
Dashboard
Widget Timeseries Definition Marker[] - A nested block describing the marker to use when displaying the widget. The structure of this block is described below. Multiple
marker
blocks are allowed within a giventile_def
block. - requests
Dashboard
Widget Timeseries Definition Request[] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,network_query
,security_query
orprocess_query
is required within therequest
block). - right
Yaxis DashboardWidget Timeseries Definition Right Yaxis - A nested block describing the right Y-Axis Controls. See the
on_right_yaxis
property for which request will use this axis. The structure of this block is described below. - show
Legend boolean - Whether or not to show the legend on this widget.
- title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- yaxis
Dashboard
Widget Timeseries Definition Yaxis - A nested block describing the Y-Axis Controls. The structure of this block is described below.
- custom_
links Sequence[DashboardWidget Timeseries Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - events
Sequence[Dashboard
Widget Timeseries Definition Event] - The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - legend_
columns Sequence[str] - A list of columns to display in the legend. Valid values are
value
,avg
,sum
,min
,max
. - legend_
layout str - The layout of the legend displayed in the widget. Valid values are
auto
,horizontal
,vertical
. - legend_
size str - The size of the legend displayed in the widget.
- live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - markers
Sequence[Dashboard
Widget Timeseries Definition Marker] - A nested block describing the marker to use when displaying the widget. The structure of this block is described below. Multiple
marker
blocks are allowed within a giventile_def
block. - requests
Sequence[Dashboard
Widget Timeseries Definition Request] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,network_query
,security_query
orprocess_query
is required within therequest
block). - right_
yaxis DashboardWidget Timeseries Definition Right Yaxis - A nested block describing the right Y-Axis Controls. See the
on_right_yaxis
property for which request will use this axis. The structure of this block is described below. - show_
legend bool - Whether or not to show the legend on this widget.
- title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- yaxis
Dashboard
Widget Timeseries Definition Yaxis - A nested block describing the Y-Axis Controls. The structure of this block is described below.
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - events List<Property Map>
- The definition of the event to overlay on the graph. Multiple
event
blocks are allowed using the structure below. - legend
Columns List<String> - A list of columns to display in the legend. Valid values are
value
,avg
,sum
,min
,max
. - legend
Layout String - The layout of the legend displayed in the widget. Valid values are
auto
,horizontal
,vertical
. - legend
Size String - The size of the legend displayed in the widget.
- live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - markers List<Property Map>
- A nested block describing the marker to use when displaying the widget. The structure of this block is described below. Multiple
marker
blocks are allowed within a giventile_def
block. - requests List<Property Map>
- A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,network_query
,security_query
orprocess_query
is required within therequest
block). - right
Yaxis Property Map - A nested block describing the right Y-Axis Controls. See the
on_right_yaxis
property for which request will use this axis. The structure of this block is described below. - show
Legend Boolean - Whether or not to show the legend on this widget.
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- yaxis Property Map
- A nested block describing the Y-Axis Controls. The structure of this block is described below.
DashboardWidgetTimeseriesDefinitionCustomLink, DashboardWidgetTimeseriesDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetTimeseriesDefinitionEvent, DashboardWidgetTimeseriesDefinitionEventArgs
- Q string
- The event query to use in the widget.
- string
- The execution method for multi-value filters.
- Q string
- The event query to use in the widget.
- string
- The execution method for multi-value filters.
- q String
- The event query to use in the widget.
- String
- The execution method for multi-value filters.
- q string
- The event query to use in the widget.
- string
- The execution method for multi-value filters.
- q str
- The event query to use in the widget.
- str
- The execution method for multi-value filters.
- q String
- The event query to use in the widget.
- String
- The execution method for multi-value filters.
DashboardWidgetTimeseriesDefinitionMarker, DashboardWidgetTimeseriesDefinitionMarkerArgs
- Value string
- A mathematical expression describing the marker, for example:
y > 1
,-5 < y < 0
,y = 19
. - Display
Type string - How the marker lines are displayed, options are one of {
error
,warning
,info
,ok
} combined with one of {dashed
,solid
,bold
}. Example:error dashed
. - Label string
- A label for the line or range.
- Value string
- A mathematical expression describing the marker, for example:
y > 1
,-5 < y < 0
,y = 19
. - Display
Type string - How the marker lines are displayed, options are one of {
error
,warning
,info
,ok
} combined with one of {dashed
,solid
,bold
}. Example:error dashed
. - Label string
- A label for the line or range.
- value String
- A mathematical expression describing the marker, for example:
y > 1
,-5 < y < 0
,y = 19
. - display
Type String - How the marker lines are displayed, options are one of {
error
,warning
,info
,ok
} combined with one of {dashed
,solid
,bold
}. Example:error dashed
. - label String
- A label for the line or range.
- value string
- A mathematical expression describing the marker, for example:
y > 1
,-5 < y < 0
,y = 19
. - display
Type string - How the marker lines are displayed, options are one of {
error
,warning
,info
,ok
} combined with one of {dashed
,solid
,bold
}. Example:error dashed
. - label string
- A label for the line or range.
- value str
- A mathematical expression describing the marker, for example:
y > 1
,-5 < y < 0
,y = 19
. - display_
type str - How the marker lines are displayed, options are one of {
error
,warning
,info
,ok
} combined with one of {dashed
,solid
,bold
}. Example:error dashed
. - label str
- A label for the line or range.
- value String
- A mathematical expression describing the marker, for example:
y > 1
,-5 < y < 0
,y = 19
. - display
Type String - How the marker lines are displayed, options are one of {
error
,warning
,info
,ok
} combined with one of {dashed
,solid
,bold
}. Example:error dashed
. - label String
- A label for the line or range.
DashboardWidgetTimeseriesDefinitionRequest, DashboardWidgetTimeseriesDefinitionRequestArgs
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Audit
Query DashboardWidget Timeseries Definition Request Audit Query - The query to use for this widget.
- Display
Type string - How to display the marker lines. Valid values are
area
,bars
,line
,overlay
. - Formulas
List<Dashboard
Widget Timeseries Definition Request Formula> - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Metadatas
List<Dashboard
Widget Timeseries Definition Request Metadata> - Used to define expression aliases. Multiple
metadata
blocks are allowed using the structure below. - Network
Query DashboardWidget Timeseries Definition Request Network Query - The query to use for this widget.
- On
Right boolYaxis - A Boolean indicating whether the request uses the right or left Y-Axis.
- Process
Query DashboardWidget Timeseries Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
List<Dashboard
Widget Timeseries Definition Request Query> - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Style
Dashboard
Widget Timeseries Definition Request Style - The style of the widget graph. Exactly one
style
block is allowed using the structure below.
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Audit
Query DashboardWidget Timeseries Definition Request Audit Query - The query to use for this widget.
- Display
Type string - How to display the marker lines. Valid values are
area
,bars
,line
,overlay
. - Formulas
[]Dashboard
Widget Timeseries Definition Request Formula - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Metadatas
[]Dashboard
Widget Timeseries Definition Request Metadata - Used to define expression aliases. Multiple
metadata
blocks are allowed using the structure below. - Network
Query DashboardWidget Timeseries Definition Request Network Query - The query to use for this widget.
- On
Right boolYaxis - A Boolean indicating whether the request uses the right or left Y-Axis.
- Process
Query DashboardWidget Timeseries Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
[]Dashboard
Widget Timeseries Definition Request Query - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Style
Dashboard
Widget Timeseries Definition Request Style - The style of the widget graph. Exactly one
style
block is allowed using the structure below.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- audit
Query DashboardWidget Timeseries Definition Request Audit Query - The query to use for this widget.
- display
Type String - How to display the marker lines. Valid values are
area
,bars
,line
,overlay
. - formulas
List<Dashboard
Widget Timeseries Definition Request Formula> - log
Query DashboardWidget Log Query - The query to use for this widget.
- metadatas
List<Dashboard
Widget Timeseries Definition Request Metadata> - Used to define expression aliases. Multiple
metadata
blocks are allowed using the structure below. - network
Query DashboardWidget Timeseries Definition Request Network Query - The query to use for this widget.
- on
Right BooleanYaxis - A Boolean indicating whether the request uses the right or left Y-Axis.
- process
Query DashboardWidget Timeseries Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries
List<Dashboard
Widget Timeseries Definition Request Query> - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Timeseries Definition Request Style - The style of the widget graph. Exactly one
style
block is allowed using the structure below.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- audit
Query DashboardWidget Timeseries Definition Request Audit Query - The query to use for this widget.
- display
Type string - How to display the marker lines. Valid values are
area
,bars
,line
,overlay
. - formulas
Dashboard
Widget Timeseries Definition Request Formula[] - log
Query DashboardWidget Log Query - The query to use for this widget.
- metadatas
Dashboard
Widget Timeseries Definition Request Metadata[] - Used to define expression aliases. Multiple
metadata
blocks are allowed using the structure below. - network
Query DashboardWidget Timeseries Definition Request Network Query - The query to use for this widget.
- on
Right booleanYaxis - A Boolean indicating whether the request uses the right or left Y-Axis.
- process
Query DashboardWidget Timeseries Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- queries
Dashboard
Widget Timeseries Definition Request Query[] - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Timeseries Definition Request Style - The style of the widget graph. Exactly one
style
block is allowed using the structure below.
- apm_
query DashboardWidget Apm Query - The query to use for this widget.
- audit_
query DashboardWidget Timeseries Definition Request Audit Query - The query to use for this widget.
- display_
type str - How to display the marker lines. Valid values are
area
,bars
,line
,overlay
. - formulas
Sequence[Dashboard
Widget Timeseries Definition Request Formula] - log_
query DashboardWidget Log Query - The query to use for this widget.
- metadatas
Sequence[Dashboard
Widget Timeseries Definition Request Metadata] - Used to define expression aliases. Multiple
metadata
blocks are allowed using the structure below. - network_
query DashboardWidget Timeseries Definition Request Network Query - The query to use for this widget.
- on_
right_ boolyaxis - A Boolean indicating whether the request uses the right or left Y-Axis.
- process_
query DashboardWidget Timeseries Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- queries
Sequence[Dashboard
Widget Timeseries Definition Request Query] - rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Timeseries Definition Request Style - The style of the widget graph. Exactly one
style
block is allowed using the structure below.
- apm
Query Property Map - The query to use for this widget.
- audit
Query Property Map - The query to use for this widget.
- display
Type String - How to display the marker lines. Valid values are
area
,bars
,line
,overlay
. - formulas List<Property Map>
- log
Query Property Map - The query to use for this widget.
- metadatas List<Property Map>
- Used to define expression aliases. Multiple
metadata
blocks are allowed using the structure below. - network
Query Property Map - The query to use for this widget.
- on
Right BooleanYaxis - A Boolean indicating whether the request uses the right or left Y-Axis.
- process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries List<Property Map>
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
- style Property Map
- The style of the widget graph. Exactly one
style
block is allowed using the structure below.
DashboardWidgetTimeseriesDefinitionRequestAuditQuery, DashboardWidgetTimeseriesDefinitionRequestAuditQueryArgs
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Timeseries Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies List<DashboardWidget Timeseries Definition Request Audit Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes List<DashboardWidget Timeseries Definition Request Audit Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Timeseries Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies []DashboardWidget Timeseries Definition Request Audit Query Group By - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes []DashboardWidget Timeseries Definition Request Audit Query Multi Compute compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- index String
- The name of the index to query.
- compute
Query DashboardWidget Timeseries Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<DashboardWidget Timeseries Definition Request Audit Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<DashboardWidget Timeseries Definition Request Audit Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
- index string
- The name of the index to query.
- compute
Query DashboardWidget Timeseries Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies DashboardWidget Timeseries Definition Request Audit Query Group By[] - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes DashboardWidget Timeseries Definition Request Audit Query Multi Compute[] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query string - The search query to use.
- index str
- The name of the index to query.
- compute_
query DashboardWidget Timeseries Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group_
bies Sequence[DashboardWidget Timeseries Definition Request Audit Query Group By] - Multiple
group_by
blocks are allowed using the structure below. - multi_
computes Sequence[DashboardWidget Timeseries Definition Request Audit Query Multi Compute] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search_
query str - The search query to use.
- index String
- The name of the index to query.
- compute
Query Property Map compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<Property Map> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<Property Map> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery, DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy, DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByArgs
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Timeseries Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Timeseries Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Integer
- The maximum number of items in the group.
- sort
Query DashboardWidget Timeseries Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet string
- The facet name.
- limit number
- The maximum number of items in the group.
- sort
Query DashboardWidget Timeseries Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet str
- The facet name.
- limit int
- The maximum number of items in the group.
- sort_
query DashboardWidget Timeseries Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Number
- The maximum number of items in the group.
- sort
Query Property Map - A list of exactly one element describing the sort query to use.
DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery, DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryArgs
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
- aggregation string
- The aggregation method.
- order string
- Widget sorting methods. Valid values are
asc
,desc
. - facet string
- The facet name.
- aggregation str
- The aggregation method.
- order str
- Widget sorting methods. Valid values are
asc
,desc
. - facet str
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute, DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetTimeseriesDefinitionRequestFormula, DashboardWidgetTimeseriesDefinitionRequestFormulaArgs
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats List<DashboardWidget Timeseries Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Timeseries Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Timeseries Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Timeseries Definition Request Formula Style - Styling options for widget formulas.
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats []DashboardWidget Timeseries Definition Request Formula Conditional Format - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Timeseries Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Timeseries Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Timeseries Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<DashboardWidget Timeseries Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Timeseries Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Timeseries Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Timeseries Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression string - A string expression built from queries, formulas, and functions.
- alias string
- An expression alias.
- cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats DashboardWidget Timeseries Definition Request Formula Conditional Format[] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Timeseries Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Timeseries Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Timeseries Definition Request Formula Style - Styling options for widget formulas.
- formula_
expression str - A string expression built from queries, formulas, and functions.
- alias str
- An expression alias.
- cell_
display_ strmode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional_
formats Sequence[DashboardWidget Timeseries Definition Request Formula Conditional Format] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Timeseries Definition Request Formula Limit - The options for limiting results returned.
- number_
format DashboardWidget Timeseries Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Timeseries Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit Property Map
- The options for limiting results returned.
- number
Format Property Map - Number formatting options for the formula.
- style Property Map
- Styling options for widget formulas.
DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormat, DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetTimeseriesDefinitionRequestFormulaLimit, DashboardWidgetTimeseriesDefinitionRequestFormulaLimitArgs
DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat, DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatArgs
- unit Property Map
- Unit of the number format.
- unit
Scale Property Map
DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit, DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitArgs
- Canonical
Dashboard
Widget Timeseries Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Timeseries Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- Canonical
Dashboard
Widget Timeseries Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Timeseries Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Timeseries Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Timeseries Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Timeseries Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Timeseries Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Timeseries Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Timeseries Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical Property Map
- Canonical Units
- custom Property Map
- Use custom (non canonical metrics)
DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical, DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit_
name str - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per_
unit_ strname - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom, DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomArgs
- Label string
- Unit label
- Label string
- Unit label
- label String
- Unit label
- label string
- Unit label
- label str
- Unit label
- label String
- Unit label
DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale, DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleArgs
- Unit
Name string
- Unit
Name string
- unit
Name String
- unit
Name string
- unit_
name str
- unit
Name String
DashboardWidgetTimeseriesDefinitionRequestFormulaStyle, DashboardWidgetTimeseriesDefinitionRequestFormulaStyleArgs
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Integer - Index specifying which color to use within the palette.
- palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index number - Index specifying which color to use within the palette.
- palette str
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette_
index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Number - Index specifying which color to use within the palette.
DashboardWidgetTimeseriesDefinitionRequestMetadata, DashboardWidgetTimeseriesDefinitionRequestMetadataArgs
- Expression string
- The expression name.
- Alias
Name string - The expression alias.
- Expression string
- The expression name.
- Alias
Name string - The expression alias.
- expression String
- The expression name.
- alias
Name String - The expression alias.
- expression string
- The expression name.
- alias
Name string - The expression alias.
- expression str
- The expression name.
- alias_
name str - The expression alias.
- expression String
- The expression name.
- alias
Name String - The expression alias.
DashboardWidgetTimeseriesDefinitionRequestNetworkQuery, DashboardWidgetTimeseriesDefinitionRequestNetworkQueryArgs
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Timeseries Definition Request Network Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies List<DashboardWidget Timeseries Definition Request Network Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes List<DashboardWidget Timeseries Definition Request Network Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Timeseries Definition Request Network Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies []DashboardWidget Timeseries Definition Request Network Query Group By - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes []DashboardWidget Timeseries Definition Request Network Query Multi Compute compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- index String
- The name of the index to query.
- compute
Query DashboardWidget Timeseries Definition Request Network Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<DashboardWidget Timeseries Definition Request Network Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<DashboardWidget Timeseries Definition Request Network Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
- index string
- The name of the index to query.
- compute
Query DashboardWidget Timeseries Definition Request Network Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies DashboardWidget Timeseries Definition Request Network Query Group By[] - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes DashboardWidget Timeseries Definition Request Network Query Multi Compute[] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query string - The search query to use.
- index str
- The name of the index to query.
- compute_
query DashboardWidget Timeseries Definition Request Network Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group_
bies Sequence[DashboardWidget Timeseries Definition Request Network Query Group By] - Multiple
group_by
blocks are allowed using the structure below. - multi_
computes Sequence[DashboardWidget Timeseries Definition Request Network Query Multi Compute] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search_
query str - The search query to use.
- index String
- The name of the index to query.
- compute
Query Property Map compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<Property Map> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<Property Map> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery, DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy, DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByArgs
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Timeseries Definition Request Network Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Timeseries Definition Request Network Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Integer
- The maximum number of items in the group.
- sort
Query DashboardWidget Timeseries Definition Request Network Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet string
- The facet name.
- limit number
- The maximum number of items in the group.
- sort
Query DashboardWidget Timeseries Definition Request Network Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet str
- The facet name.
- limit int
- The maximum number of items in the group.
- sort_
query DashboardWidget Timeseries Definition Request Network Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Number
- The maximum number of items in the group.
- sort
Query Property Map - A list of exactly one element describing the sort query to use.
DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery, DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryArgs
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
- aggregation string
- The aggregation method.
- order string
- Widget sorting methods. Valid values are
asc
,desc
. - facet string
- The facet name.
- aggregation str
- The aggregation method.
- order str
- Widget sorting methods. Valid values are
asc
,desc
. - facet str
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute, DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetTimeseriesDefinitionRequestProcessQuery, DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetTimeseriesDefinitionRequestQuery, DashboardWidgetTimeseriesDefinitionRequestQueryArgs
- Apm
Dependency DashboardStats Query Widget Timeseries Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Timeseries Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Timeseries Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Timeseries Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Timeseries Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Timeseries Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Timeseries Definition Request Query Slo Query - The SLO query using formulas and functions.
- Apm
Dependency DashboardStats Query Widget Timeseries Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Timeseries Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Timeseries Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Timeseries Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Timeseries Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Timeseries Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Timeseries Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Timeseries Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Timeseries Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Timeseries Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Timeseries Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Timeseries Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Timeseries Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Timeseries Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Timeseries Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Timeseries Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Timeseries Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Timeseries Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Timeseries Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Timeseries Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Timeseries Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm_
dependency_ Dashboardstats_ query Widget Timeseries Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm_
resource_ Dashboardstats_ query Widget Timeseries Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud_
cost_ Dashboardquery Widget Timeseries Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event_
query DashboardWidget Timeseries Definition Request Query Event Query - A timeseries formula and functions events query.
- metric_
query DashboardWidget Timeseries Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process_
query DashboardWidget Timeseries Definition Request Query Process Query - The process query using formulas and functions.
- slo_
query DashboardWidget Timeseries Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency Property MapStats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource Property MapStats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost Property MapQuery - The Cloud Cost query using formulas and functions.
- event
Query Property Map - A timeseries formula and functions events query.
- metric
Query Property Map - A timeseries formula and functions metrics query.
- process
Query Property Map - The process query using formulas and functions.
- slo
Query Property Map - The SLO query using formulas and functions.
DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery, DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryArgs
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- operation
Name string - Name of operation on service.
- resource
Name string - APM resource.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data_
source str - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- operation_
name str - Name of operation on service.
- resource_
name str - APM resource.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery, DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryArgs
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<string> - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []string - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
- data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies string[] - Array of fields to group results by.
- operation
Name string - Name of operation on service.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name string - APM resource.
- data_
source str - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[str] - Array of fields to group results by.
- operation_
name str - Name of operation on service.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource_
name str - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery, DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryArgs
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - name string
- The name of the query for use in formulas.
- query string
- The cloud cost query definition.
- aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for cloud cost queries. Valid values are
cloud_cost
. - name str
- The name of the query for use in formulas.
- query str
- The cloud cost query definition.
- aggregator str
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery, DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryArgs
- Computes
List<Dashboard
Widget Timeseries Definition Request Query Event Query Compute> - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<DashboardWidget Timeseries Definition Request Query Event Query Group By> - Group by options.
- Indexes List<string>
- An array of index names to query in the stream.
- Search
Dashboard
Widget Timeseries Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- Computes
[]Dashboard
Widget Timeseries Definition Request Query Event Query Compute - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []DashboardWidget Timeseries Definition Request Query Event Query Group By - Group by options.
- Indexes []string
- An array of index names to query in the stream.
- Search
Dashboard
Widget Timeseries Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- computes
List<Dashboard
Widget Timeseries Definition Request Query Event Query Compute> - The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<DashboardWidget Timeseries Definition Request Query Event Query Group By> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search
Dashboard
Widget Timeseries Definition Request Query Event Query Search - The search options.
- storage String
- Storage location (private beta).
- computes
Dashboard
Widget Timeseries Definition Request Query Event Query Compute[] - The compute options.
- data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name string
- The name of query for use in formulas.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies DashboardWidget Timeseries Definition Request Query Event Query Group By[] - Group by options.
- indexes string[]
- An array of index names to query in the stream.
- search
Dashboard
Widget Timeseries Definition Request Query Event Query Search - The search options.
- storage string
- Storage location (private beta).
- computes
Sequence[Dashboard
Widget Timeseries Definition Request Query Event Query Compute] - The compute options.
- data_
source str - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name str
- The name of query for use in formulas.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[DashboardWidget Timeseries Definition Request Query Event Query Group By] - Group by options.
- indexes Sequence[str]
- An array of index names to query in the stream.
- search
Dashboard
Widget Timeseries Definition Request Query Event Query Search - The search options.
- storage str
- Storage location (private beta).
- computes List<Property Map>
- The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<Property Map> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search Property Map
- The search options.
- storage String
- Storage location (private beta).
DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute, DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeArgs
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Integer
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
- aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval number
- A time interval in milliseconds.
- metric string
- The measurable attribute to compute.
- aggregation str
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval int
- A time interval in milliseconds.
- metric str
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Number
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy, DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByArgs
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Timeseries Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Timeseries Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Integer
- The number of groups to return.
- sort
Dashboard
Widget Timeseries Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet string
- The event facet.
- limit number
- The number of groups to return.
- sort
Dashboard
Widget Timeseries Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet str
- The event facet.
- limit int
- The number of groups to return.
- sort
Dashboard
Widget Timeseries Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Number
- The number of groups to return.
- sort Property Map
- The options for sorting group by results.
DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort, DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortArgs
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
- aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric string
- The metric used for sorting group by results.
- order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation str
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric str
- The metric used for sorting group by results.
- order str
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch, DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchArgs
- Query string
- The events search string.
- Query string
- The events search string.
- query String
- The events search string.
- query string
- The events search string.
- query str
- The events search string.
- query String
- The events search string.
DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery, DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryArgs
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
- name string
- The name of the query for use in formulas.
- query string
- The metrics query definition.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name str
- The name of the query for use in formulas.
- query str
- The metrics query definition.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery, DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryArgs
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters List<string> - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters []string - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Integer
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
- data
Source string - The data source for process queries. Valid values are
process
,container
. - metric string
- The process metric name.
- name string
- The name of query for use in formulas.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized booleanCpu - Whether to normalize the CPU percentages.
- limit number
- The number of hits to return.
- sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters string[] - An array of tags to filter by.
- text
Filter string - The text to use as a filter.
- data_
source str - The data source for process queries. Valid values are
process
,container
. - metric str
- The process metric name.
- name str
- The name of query for use in formulas.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
normalized_ boolcpu - Whether to normalize the CPU percentages.
- limit int
- The number of hits to return.
- sort str
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag_
filters Sequence[str] - An array of tags to filter by.
- text_
filter str - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Number
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery, DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryArgs
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source string - The data source for SLO queries. Valid values are
slo
. - measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id string - ID of an SLO to query.
- additional
Query stringFilters - Additional filters applied to the SLO query.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name string
- The name of query for use in formulas.
- slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data_
source str - The data source for SLO queries. Valid values are
slo
. - measure str
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo_
id str - ID of an SLO to query.
- additional_
query_ strfilters - Additional filters applied to the SLO query.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
mode str - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name str
- The name of query for use in formulas.
- slo_
query_ strtype - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
DashboardWidgetTimeseriesDefinitionRequestStyle, DashboardWidgetTimeseriesDefinitionRequestStyleArgs
- Line
Type string - The type of lines displayed. Valid values are
dashed
,dotted
,solid
. - Line
Width string - The width of line displayed. Valid values are
normal
,thick
,thin
. - Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- Line
Type string - The type of lines displayed. Valid values are
dashed
,dotted
,solid
. - Line
Width string - The width of line displayed. Valid values are
normal
,thick
,thin
. - Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- line
Type String - The type of lines displayed. Valid values are
dashed
,dotted
,solid
. - line
Width String - The width of line displayed. Valid values are
normal
,thick
,thin
. - palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- line
Type string - The type of lines displayed. Valid values are
dashed
,dotted
,solid
. - line
Width string - The width of line displayed. Valid values are
normal
,thick
,thin
. - palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- line_
type str - The type of lines displayed. Valid values are
dashed
,dotted
,solid
. - line_
width str - The width of line displayed. Valid values are
normal
,thick
,thin
. - palette str
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- line
Type String - The type of lines displayed. Valid values are
dashed
,dotted
,solid
. - line
Width String - The width of line displayed. Valid values are
normal
,thick
,thin
. - palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
DashboardWidgetTimeseriesDefinitionRightYaxis, DashboardWidgetTimeseriesDefinitionRightYaxisArgs
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero boolean - Always include zero or fit the axis to the data range.
- label string
- The label of the axis to display on the graph.
- max string
- Specify the maximum value to show on the Y-axis.
- min string
- Specify the minimum value to show on the Y-axis.
- scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include_
zero bool - Always include zero or fit the axis to the data range.
- label str
- The label of the axis to display on the graph.
- max str
- Specify the maximum value to show on the Y-axis.
- min str
- Specify the minimum value to show on the Y-axis.
- scale str
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
DashboardWidgetTimeseriesDefinitionYaxis, DashboardWidgetTimeseriesDefinitionYaxisArgs
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- Include
Zero bool - Always include zero or fit the axis to the data range.
- Label string
- The label of the axis to display on the graph.
- Max string
- Specify the maximum value to show on the Y-axis.
- Min string
- Specify the minimum value to show on the Y-axis.
- Scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero boolean - Always include zero or fit the axis to the data range.
- label string
- The label of the axis to display on the graph.
- max string
- Specify the maximum value to show on the Y-axis.
- min string
- Specify the minimum value to show on the Y-axis.
- scale string
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include_
zero bool - Always include zero or fit the axis to the data range.
- label str
- The label of the axis to display on the graph.
- max str
- Specify the maximum value to show on the Y-axis.
- min str
- Specify the minimum value to show on the Y-axis.
- scale str
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
- include
Zero Boolean - Always include zero or fit the axis to the data range.
- label String
- The label of the axis to display on the graph.
- max String
- Specify the maximum value to show on the Y-axis.
- min String
- Specify the minimum value to show on the Y-axis.
- scale String
- Specify the scale type, options:
linear
,log
,pow
,sqrt
.
DashboardWidgetToplistDefinition, DashboardWidgetToplistDefinitionArgs
- Custom
Links List<DashboardWidget Toplist Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
List<Dashboard
Widget Toplist Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - Styles
List<Dashboard
Widget Toplist Definition Style> - The style of the widget
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Custom
Links []DashboardWidget Toplist Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Requests
[]Dashboard
Widget Toplist Definition Request - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - Styles
[]Dashboard
Widget Toplist Definition Style - The style of the widget
- Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- custom
Links List<DashboardWidget Toplist Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
List<Dashboard
Widget Toplist Definition Request> - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - styles
List<Dashboard
Widget Toplist Definition Style> - The style of the widget
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- custom
Links DashboardWidget Toplist Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Dashboard
Widget Toplist Definition Request[] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - styles
Dashboard
Widget Toplist Definition Style[] - The style of the widget
- title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- custom_
links Sequence[DashboardWidget Toplist Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests
Sequence[Dashboard
Widget Toplist Definition Request] - A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - styles
Sequence[Dashboard
Widget Toplist Definition Style] - The style of the widget
- title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - requests List<Property Map>
- A nested block describing the request to use when displaying the widget. Multiple
request
blocks are allowed using the structure below (exactly one ofq
,apm_query
,log_query
,rum_query
,security_query
orprocess_query
is required within therequest
block). - styles List<Property Map>
- The style of the widget
- title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetToplistDefinitionCustomLink, DashboardWidgetToplistDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetToplistDefinitionRequest, DashboardWidgetToplistDefinitionRequestArgs
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Audit
Query DashboardWidget Toplist Definition Request Audit Query - The query to use for this widget.
- Conditional
Formats List<DashboardWidget Toplist Definition Request Conditional Format> - Conditional formats allow you to set the color of your widget content or background, depending on a rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Formulas
List<Dashboard
Widget Toplist Definition Request Formula> - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Toplist Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
List<Dashboard
Widget Toplist Definition Request Query> - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Style
Dashboard
Widget Toplist Definition Request Style - Define request for the widget's style.
- Apm
Query DashboardWidget Apm Query - The query to use for this widget.
- Audit
Query DashboardWidget Toplist Definition Request Audit Query - The query to use for this widget.
- Conditional
Formats []DashboardWidget Toplist Definition Request Conditional Format - Conditional formats allow you to set the color of your widget content or background, depending on a rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Formulas
[]Dashboard
Widget Toplist Definition Request Formula - Log
Query DashboardWidget Log Query - The query to use for this widget.
- Process
Query DashboardWidget Toplist Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- Q string
- The metric query to use for this widget.
- Queries
[]Dashboard
Widget Toplist Definition Request Query - Rum
Query DashboardWidget Rum Query - The query to use for this widget.
- Security
Query DashboardWidget Security Query - The query to use for this widget.
- Style
Dashboard
Widget Toplist Definition Request Style - Define request for the widget's style.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- audit
Query DashboardWidget Toplist Definition Request Audit Query - The query to use for this widget.
- conditional
Formats List<DashboardWidget Toplist Definition Request Conditional Format> - Conditional formats allow you to set the color of your widget content or background, depending on a rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas
List<Dashboard
Widget Toplist Definition Request Formula> - log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Toplist Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries
List<Dashboard
Widget Toplist Definition Request Query> - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Toplist Definition Request Style - Define request for the widget's style.
- apm
Query DashboardWidget Apm Query - The query to use for this widget.
- audit
Query DashboardWidget Toplist Definition Request Audit Query - The query to use for this widget.
- conditional
Formats DashboardWidget Toplist Definition Request Conditional Format[] - Conditional formats allow you to set the color of your widget content or background, depending on a rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas
Dashboard
Widget Toplist Definition Request Formula[] - log
Query DashboardWidget Log Query - The query to use for this widget.
- process
Query DashboardWidget Toplist Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q string
- The metric query to use for this widget.
- queries
Dashboard
Widget Toplist Definition Request Query[] - rum
Query DashboardWidget Rum Query - The query to use for this widget.
- security
Query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Toplist Definition Request Style - Define request for the widget's style.
- apm_
query DashboardWidget Apm Query - The query to use for this widget.
- audit_
query DashboardWidget Toplist Definition Request Audit Query - The query to use for this widget.
- conditional_
formats Sequence[DashboardWidget Toplist Definition Request Conditional Format] - Conditional formats allow you to set the color of your widget content or background, depending on a rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas
Sequence[Dashboard
Widget Toplist Definition Request Formula] - log_
query DashboardWidget Log Query - The query to use for this widget.
- process_
query DashboardWidget Toplist Definition Request Process Query - The process query to use in the widget. The structure of this block is described below.
- q str
- The metric query to use for this widget.
- queries
Sequence[Dashboard
Widget Toplist Definition Request Query] - rum_
query DashboardWidget Rum Query - The query to use for this widget.
- security_
query DashboardWidget Security Query - The query to use for this widget.
- style
Dashboard
Widget Toplist Definition Request Style - Define request for the widget's style.
- apm
Query Property Map - The query to use for this widget.
- audit
Query Property Map - The query to use for this widget.
- conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background, depending on a rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - formulas List<Property Map>
- log
Query Property Map - The query to use for this widget.
- process
Query Property Map - The process query to use in the widget. The structure of this block is described below.
- q String
- The metric query to use for this widget.
- queries List<Property Map>
- rum
Query Property Map - The query to use for this widget.
- security
Query Property Map - The query to use for this widget.
- style Property Map
- Define request for the widget's style.
DashboardWidgetToplistDefinitionRequestAuditQuery, DashboardWidgetToplistDefinitionRequestAuditQueryArgs
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Toplist Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies List<DashboardWidget Toplist Definition Request Audit Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes List<DashboardWidget Toplist Definition Request Audit Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- Index string
- The name of the index to query.
- Compute
Query DashboardWidget Toplist Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- Group
Bies []DashboardWidget Toplist Definition Request Audit Query Group By - Multiple
group_by
blocks are allowed using the structure below. - Multi
Computes []DashboardWidget Toplist Definition Request Audit Query Multi Compute compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- Search
Query string - The search query to use.
- index String
- The name of the index to query.
- compute
Query DashboardWidget Toplist Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<DashboardWidget Toplist Definition Request Audit Query Group By> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<DashboardWidget Toplist Definition Request Audit Query Multi Compute> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
- index string
- The name of the index to query.
- compute
Query DashboardWidget Toplist Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies DashboardWidget Toplist Definition Request Audit Query Group By[] - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes DashboardWidget Toplist Definition Request Audit Query Multi Compute[] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query string - The search query to use.
- index str
- The name of the index to query.
- compute_
query DashboardWidget Toplist Definition Request Audit Query Compute Query compute_query
ormulti_compute
is required. The map keys are listed below.- group_
bies Sequence[DashboardWidget Toplist Definition Request Audit Query Group By] - Multiple
group_by
blocks are allowed using the structure below. - multi_
computes Sequence[DashboardWidget Toplist Definition Request Audit Query Multi Compute] compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search_
query str - The search query to use.
- index String
- The name of the index to query.
- compute
Query Property Map compute_query
ormulti_compute
is required. The map keys are listed below.- group
Bies List<Property Map> - Multiple
group_by
blocks are allowed using the structure below. - multi
Computes List<Property Map> compute_query
ormulti_compute
is required. Multiplemulti_compute
blocks are allowed using the structure below.- search
Query String - The search query to use.
DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery, DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy, DashboardWidgetToplistDefinitionRequestAuditQueryGroupByArgs
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Toplist Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- Facet string
- The facet name.
- Limit int
- The maximum number of items in the group.
- Sort
Query DashboardWidget Toplist Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Integer
- The maximum number of items in the group.
- sort
Query DashboardWidget Toplist Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet string
- The facet name.
- limit number
- The maximum number of items in the group.
- sort
Query DashboardWidget Toplist Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet str
- The facet name.
- limit int
- The maximum number of items in the group.
- sort_
query DashboardWidget Toplist Definition Request Audit Query Group By Sort Query - A list of exactly one element describing the sort query to use.
- facet String
- The facet name.
- limit Number
- The maximum number of items in the group.
- sort
Query Property Map - A list of exactly one element describing the sort query to use.
DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery, DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryArgs
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- Aggregation string
- The aggregation method.
- Order string
- Widget sorting methods. Valid values are
asc
,desc
. - Facet string
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
- aggregation string
- The aggregation method.
- order string
- Widget sorting methods. Valid values are
asc
,desc
. - facet string
- The facet name.
- aggregation str
- The aggregation method.
- order str
- Widget sorting methods. Valid values are
asc
,desc
. - facet str
- The facet name.
- aggregation String
- The aggregation method.
- order String
- Widget sorting methods. Valid values are
asc
,desc
. - facet String
- The facet name.
DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute, DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeArgs
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- Aggregation string
- The aggregation method.
- Facet string
- The facet name.
- Interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Integer
- Define the time interval in seconds.
- aggregation string
- The aggregation method.
- facet string
- The facet name.
- interval number
- Define the time interval in seconds.
- aggregation str
- The aggregation method.
- facet str
- The facet name.
- interval int
- Define the time interval in seconds.
- aggregation String
- The aggregation method.
- facet String
- The facet name.
- interval Number
- Define the time interval in seconds.
DashboardWidgetToplistDefinitionRequestConditionalFormat, DashboardWidgetToplistDefinitionRequestConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetToplistDefinitionRequestFormula, DashboardWidgetToplistDefinitionRequestFormulaArgs
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats List<DashboardWidget Toplist Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Toplist Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Toplist Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Toplist Definition Request Formula Style - Styling options for widget formulas.
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats []DashboardWidget Toplist Definition Request Formula Conditional Format - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Toplist Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Toplist Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Toplist Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<DashboardWidget Toplist Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Toplist Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Toplist Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Toplist Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression string - A string expression built from queries, formulas, and functions.
- alias string
- An expression alias.
- cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats DashboardWidget Toplist Definition Request Formula Conditional Format[] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Toplist Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Toplist Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Toplist Definition Request Formula Style - Styling options for widget formulas.
- formula_
expression str - A string expression built from queries, formulas, and functions.
- alias str
- An expression alias.
- cell_
display_ strmode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional_
formats Sequence[DashboardWidget Toplist Definition Request Formula Conditional Format] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Toplist Definition Request Formula Limit - The options for limiting results returned.
- number_
format DashboardWidget Toplist Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Toplist Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit Property Map
- The options for limiting results returned.
- number
Format Property Map - Number formatting options for the formula.
- style Property Map
- Styling options for widget formulas.
DashboardWidgetToplistDefinitionRequestFormulaConditionalFormat, DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetToplistDefinitionRequestFormulaLimit, DashboardWidgetToplistDefinitionRequestFormulaLimitArgs
DashboardWidgetToplistDefinitionRequestFormulaNumberFormat, DashboardWidgetToplistDefinitionRequestFormulaNumberFormatArgs
- unit Property Map
- Unit of the number format.
- unit
Scale Property Map
DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit, DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitArgs
- Canonical
Dashboard
Widget Toplist Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Toplist Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- Canonical
Dashboard
Widget Toplist Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Toplist Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Toplist Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Toplist Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Toplist Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Toplist Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Toplist Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Toplist Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical Property Map
- Canonical Units
- custom Property Map
- Use custom (non canonical metrics)
DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical, DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit_
name str - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per_
unit_ strname - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom, DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomArgs
- Label string
- Unit label
- Label string
- Unit label
- label String
- Unit label
- label string
- Unit label
- label str
- Unit label
- label String
- Unit label
DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale, DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleArgs
- Unit
Name string
- Unit
Name string
- unit
Name String
- unit
Name string
- unit_
name str
- unit
Name String
DashboardWidgetToplistDefinitionRequestFormulaStyle, DashboardWidgetToplistDefinitionRequestFormulaStyleArgs
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Integer - Index specifying which color to use within the palette.
- palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index number - Index specifying which color to use within the palette.
- palette str
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette_
index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Number - Index specifying which color to use within the palette.
DashboardWidgetToplistDefinitionRequestProcessQuery, DashboardWidgetToplistDefinitionRequestProcessQueryArgs
- Metric string
- Your chosen metric.
- Filter
Bies List<string> - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- Metric string
- Your chosen metric.
- Filter
Bies []string - A list of processes.
- Limit int
- The max number of items in the filter list.
- Search
By string - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Integer
- The max number of items in the filter list.
- search
By String - Your chosen search term.
- metric string
- Your chosen metric.
- filter
Bies string[] - A list of processes.
- limit number
- The max number of items in the filter list.
- search
By string - Your chosen search term.
- metric str
- Your chosen metric.
- filter_
bies Sequence[str] - A list of processes.
- limit int
- The max number of items in the filter list.
- search_
by str - Your chosen search term.
- metric String
- Your chosen metric.
- filter
Bies List<String> - A list of processes.
- limit Number
- The max number of items in the filter list.
- search
By String - Your chosen search term.
DashboardWidgetToplistDefinitionRequestQuery, DashboardWidgetToplistDefinitionRequestQueryArgs
- Apm
Dependency DashboardStats Query Widget Toplist Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Toplist Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Toplist Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Toplist Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Toplist Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Toplist Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Toplist Definition Request Query Slo Query - The SLO query using formulas and functions.
- Apm
Dependency DashboardStats Query Widget Toplist Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Toplist Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Toplist Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Toplist Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Toplist Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Toplist Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Toplist Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Toplist Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Toplist Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Toplist Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Toplist Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Toplist Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Toplist Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Toplist Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Toplist Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Toplist Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Toplist Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Toplist Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Toplist Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Toplist Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Toplist Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm_
dependency_ Dashboardstats_ query Widget Toplist Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm_
resource_ Dashboardstats_ query Widget Toplist Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud_
cost_ Dashboardquery Widget Toplist Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event_
query DashboardWidget Toplist Definition Request Query Event Query - A timeseries formula and functions events query.
- metric_
query DashboardWidget Toplist Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process_
query DashboardWidget Toplist Definition Request Query Process Query - The process query using formulas and functions.
- slo_
query DashboardWidget Toplist Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency Property MapStats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource Property MapStats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost Property MapQuery - The Cloud Cost query using formulas and functions.
- event
Query Property Map - A timeseries formula and functions events query.
- metric
Query Property Map - A timeseries formula and functions metrics query.
- process
Query Property Map - The process query using formulas and functions.
- slo
Query Property Map - The SLO query using formulas and functions.
DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery, DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryArgs
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- operation
Name string - Name of operation on service.
- resource
Name string - APM resource.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data_
source str - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- operation_
name str - Name of operation on service.
- resource_
name str - APM resource.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery, DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryArgs
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<string> - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []string - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
- data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies string[] - Array of fields to group results by.
- operation
Name string - Name of operation on service.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name string - APM resource.
- data_
source str - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[str] - Array of fields to group results by.
- operation_
name str - Name of operation on service.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource_
name str - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery, DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryArgs
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - name string
- The name of the query for use in formulas.
- query string
- The cloud cost query definition.
- aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for cloud cost queries. Valid values are
cloud_cost
. - name str
- The name of the query for use in formulas.
- query str
- The cloud cost query definition.
- aggregator str
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
DashboardWidgetToplistDefinitionRequestQueryEventQuery, DashboardWidgetToplistDefinitionRequestQueryEventQueryArgs
- Computes
List<Dashboard
Widget Toplist Definition Request Query Event Query Compute> - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<DashboardWidget Toplist Definition Request Query Event Query Group By> - Group by options.
- Indexes List<string>
- An array of index names to query in the stream.
- Search
Dashboard
Widget Toplist Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- Computes
[]Dashboard
Widget Toplist Definition Request Query Event Query Compute - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []DashboardWidget Toplist Definition Request Query Event Query Group By - Group by options.
- Indexes []string
- An array of index names to query in the stream.
- Search
Dashboard
Widget Toplist Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- computes
List<Dashboard
Widget Toplist Definition Request Query Event Query Compute> - The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<DashboardWidget Toplist Definition Request Query Event Query Group By> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search
Dashboard
Widget Toplist Definition Request Query Event Query Search - The search options.
- storage String
- Storage location (private beta).
- computes
Dashboard
Widget Toplist Definition Request Query Event Query Compute[] - The compute options.
- data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name string
- The name of query for use in formulas.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies DashboardWidget Toplist Definition Request Query Event Query Group By[] - Group by options.
- indexes string[]
- An array of index names to query in the stream.
- search
Dashboard
Widget Toplist Definition Request Query Event Query Search - The search options.
- storage string
- Storage location (private beta).
- computes
Sequence[Dashboard
Widget Toplist Definition Request Query Event Query Compute] - The compute options.
- data_
source str - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name str
- The name of query for use in formulas.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[DashboardWidget Toplist Definition Request Query Event Query Group By] - Group by options.
- indexes Sequence[str]
- An array of index names to query in the stream.
- search
Dashboard
Widget Toplist Definition Request Query Event Query Search - The search options.
- storage str
- Storage location (private beta).
- computes List<Property Map>
- The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<Property Map> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search Property Map
- The search options.
- storage String
- Storage location (private beta).
DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute, DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeArgs
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Integer
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
- aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval number
- A time interval in milliseconds.
- metric string
- The measurable attribute to compute.
- aggregation str
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval int
- A time interval in milliseconds.
- metric str
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Number
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy, DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByArgs
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Toplist Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Toplist Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Integer
- The number of groups to return.
- sort
Dashboard
Widget Toplist Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet string
- The event facet.
- limit number
- The number of groups to return.
- sort
Dashboard
Widget Toplist Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet str
- The event facet.
- limit int
- The number of groups to return.
- sort
Dashboard
Widget Toplist Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Number
- The number of groups to return.
- sort Property Map
- The options for sorting group by results.
DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort, DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortArgs
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
- aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric string
- The metric used for sorting group by results.
- order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation str
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric str
- The metric used for sorting group by results.
- order str
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch, DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchArgs
- Query string
- The events search string.
- Query string
- The events search string.
- query String
- The events search string.
- query string
- The events search string.
- query str
- The events search string.
- query String
- The events search string.
DashboardWidgetToplistDefinitionRequestQueryMetricQuery, DashboardWidgetToplistDefinitionRequestQueryMetricQueryArgs
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
- name string
- The name of the query for use in formulas.
- query string
- The metrics query definition.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name str
- The name of the query for use in formulas.
- query str
- The metrics query definition.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
DashboardWidgetToplistDefinitionRequestQueryProcessQuery, DashboardWidgetToplistDefinitionRequestQueryProcessQueryArgs
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters List<string> - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters []string - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Integer
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
- data
Source string - The data source for process queries. Valid values are
process
,container
. - metric string
- The process metric name.
- name string
- The name of query for use in formulas.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized booleanCpu - Whether to normalize the CPU percentages.
- limit number
- The number of hits to return.
- sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters string[] - An array of tags to filter by.
- text
Filter string - The text to use as a filter.
- data_
source str - The data source for process queries. Valid values are
process
,container
. - metric str
- The process metric name.
- name str
- The name of query for use in formulas.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
normalized_ boolcpu - Whether to normalize the CPU percentages.
- limit int
- The number of hits to return.
- sort str
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag_
filters Sequence[str] - An array of tags to filter by.
- text_
filter str - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Number
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
DashboardWidgetToplistDefinitionRequestQuerySloQuery, DashboardWidgetToplistDefinitionRequestQuerySloQueryArgs
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source string - The data source for SLO queries. Valid values are
slo
. - measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id string - ID of an SLO to query.
- additional
Query stringFilters - Additional filters applied to the SLO query.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name string
- The name of query for use in formulas.
- slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data_
source str - The data source for SLO queries. Valid values are
slo
. - measure str
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo_
id str - ID of an SLO to query.
- additional_
query_ strfilters - Additional filters applied to the SLO query.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
mode str - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name str
- The name of query for use in formulas.
- slo_
query_ strtype - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
DashboardWidgetToplistDefinitionRequestStyle, DashboardWidgetToplistDefinitionRequestStyleArgs
- Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- Palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette string
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette str
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
- palette String
- A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance.
DashboardWidgetToplistDefinitionStyle, DashboardWidgetToplistDefinitionStyleArgs
- Displays
List<Dashboard
Widget Toplist Definition Style Display> - The display mode for the widget.
- Palette string
- The color palette for the widget.
- Scaling string
- The scaling mode for the widget. Valid values are
absolute
,relative
.
- Displays
[]Dashboard
Widget Toplist Definition Style Display - The display mode for the widget.
- Palette string
- The color palette for the widget.
- Scaling string
- The scaling mode for the widget. Valid values are
absolute
,relative
.
- displays
List<Dashboard
Widget Toplist Definition Style Display> - The display mode for the widget.
- palette String
- The color palette for the widget.
- scaling String
- The scaling mode for the widget. Valid values are
absolute
,relative
.
- displays
Dashboard
Widget Toplist Definition Style Display[] - The display mode for the widget.
- palette string
- The color palette for the widget.
- scaling string
- The scaling mode for the widget. Valid values are
absolute
,relative
.
- displays
Sequence[Dashboard
Widget Toplist Definition Style Display] - The display mode for the widget.
- palette str
- The color palette for the widget.
- scaling str
- The scaling mode for the widget. Valid values are
absolute
,relative
.
- displays List<Property Map>
- The display mode for the widget.
- palette String
- The color palette for the widget.
- scaling String
- The scaling mode for the widget. Valid values are
absolute
,relative
.
DashboardWidgetToplistDefinitionStyleDisplay, DashboardWidgetToplistDefinitionStyleDisplayArgs
- Type string
- The display type for the widget.
- Type string
- The display type for the widget.
- type String
- The display type for the widget.
- type string
- The display type for the widget.
- type str
- The display type for the widget.
- type String
- The display type for the widget.
DashboardWidgetTopologyMapDefinition, DashboardWidgetTopologyMapDefinitionArgs
- Custom
Links List<DashboardWidget Topology Map Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Requests
List<Dashboard
Widget Topology Map Definition Request> - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (
query
andrequest_type
are required within the request). - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Custom
Links []DashboardWidget Topology Map Definition Custom Link - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - Requests
[]Dashboard
Widget Topology Map Definition Request - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (
query
andrequest_type
are required within the request). - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- custom
Links List<DashboardWidget Topology Map Definition Custom Link> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - requests
List<Dashboard
Widget Topology Map Definition Request> - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (
query
andrequest_type
are required within the request). - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- custom
Links DashboardWidget Topology Map Definition Custom Link[] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - requests
Dashboard
Widget Topology Map Definition Request[] - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (
query
andrequest_type
are required within the request). - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- custom_
links Sequence[DashboardWidget Topology Map Definition Custom Link] - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - requests
Sequence[Dashboard
Widget Topology Map Definition Request] - A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (
query
andrequest_type
are required within the request). - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- custom
Links List<Property Map> - A nested block describing a custom link. Multiple
custom_link
blocks are allowed using the structure below. - requests List<Property Map>
- A nested block describing the request to use when displaying the widget. Multiple request blocks are allowed using the structure below (
query
andrequest_type
are required within the request). - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetTopologyMapDefinitionCustomLink, DashboardWidgetTopologyMapDefinitionCustomLinkArgs
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- Label string
- The label for the custom link URL.
- Link string
- The URL of the custom link.
- Override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- boolean
- The flag for toggling context menu link visibility.
- label string
- The label for the custom link URL.
- link string
- The URL of the custom link.
- override
Label string - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- bool
- The flag for toggling context menu link visibility.
- label str
- The label for the custom link URL.
- link str
- The URL of the custom link.
- override_
label str - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
- Boolean
- The flag for toggling context menu link visibility.
- label String
- The label for the custom link URL.
- link String
- The URL of the custom link.
- override
Label String - The label ID that refers to a context menu link item. When
override_label
is provided, the client request omits the label field.
DashboardWidgetTopologyMapDefinitionRequest, DashboardWidgetTopologyMapDefinitionRequestArgs
- Queries
List<Dashboard
Widget Topology Map Definition Request Query> - The query for a Topology request.
- Request
Type string - The request type for the Topology request ('topology'). Valid values are
topology
.
- Queries
[]Dashboard
Widget Topology Map Definition Request Query - The query for a Topology request.
- Request
Type string - The request type for the Topology request ('topology'). Valid values are
topology
.
- queries
List<Dashboard
Widget Topology Map Definition Request Query> - The query for a Topology request.
- request
Type String - The request type for the Topology request ('topology'). Valid values are
topology
.
- queries
Dashboard
Widget Topology Map Definition Request Query[] - The query for a Topology request.
- request
Type string - The request type for the Topology request ('topology'). Valid values are
topology
.
- queries
Sequence[Dashboard
Widget Topology Map Definition Request Query] - The query for a Topology request.
- request_
type str - The request type for the Topology request ('topology'). Valid values are
topology
.
- queries List<Property Map>
- The query for a Topology request.
- request
Type String - The request type for the Topology request ('topology'). Valid values are
topology
.
DashboardWidgetTopologyMapDefinitionRequestQuery, DashboardWidgetTopologyMapDefinitionRequestQueryArgs
- Data
Source string - The data source for the Topology request ('servicemap' or 'datastreams'). Valid values are
data_streams
,service_map
. - Filters List<string>
- Your environment and primary tag (or
*
if enabled for your account). - Service string
- The ID of the service to map.
- Data
Source string - The data source for the Topology request ('servicemap' or 'datastreams'). Valid values are
data_streams
,service_map
. - Filters []string
- Your environment and primary tag (or
*
if enabled for your account). - Service string
- The ID of the service to map.
- data
Source String - The data source for the Topology request ('servicemap' or 'datastreams'). Valid values are
data_streams
,service_map
. - filters List<String>
- Your environment and primary tag (or
*
if enabled for your account). - service String
- The ID of the service to map.
- data
Source string - The data source for the Topology request ('servicemap' or 'datastreams'). Valid values are
data_streams
,service_map
. - filters string[]
- Your environment and primary tag (or
*
if enabled for your account). - service string
- The ID of the service to map.
- data_
source str - The data source for the Topology request ('servicemap' or 'datastreams'). Valid values are
data_streams
,service_map
. - filters Sequence[str]
- Your environment and primary tag (or
*
if enabled for your account). - service str
- The ID of the service to map.
- data
Source String - The data source for the Topology request ('servicemap' or 'datastreams'). Valid values are
data_streams
,service_map
. - filters List<String>
- Your environment and primary tag (or
*
if enabled for your account). - service String
- The ID of the service to map.
DashboardWidgetTraceServiceDefinition, DashboardWidgetTraceServiceDefinitionArgs
- Env string
- APM environment.
- Service string
- APM service.
- Span
Name string - APM span name
- Display
Format string - The number of columns to display. Valid values are
one_column
,two_column
,three_column
. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Show
Breakdown bool - Whether to show the latency breakdown or not.
- Show
Distribution bool - Whether to show the latency distribution or not.
- Show
Errors bool - Whether to show the error metrics or not.
- Show
Hits bool - Whether to show the hits metrics or not
- Show
Latency bool - Whether to show the latency metrics or not.
- Show
Resource boolList - Whether to show the resource list or not.
- Size
Format string - The size of the widget. Valid values are
small
,medium
,large
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- Env string
- APM environment.
- Service string
- APM service.
- Span
Name string - APM span name
- Display
Format string - The number of columns to display. Valid values are
one_column
,two_column
,three_column
. - Live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - Show
Breakdown bool - Whether to show the latency breakdown or not.
- Show
Distribution bool - Whether to show the latency distribution or not.
- Show
Errors bool - Whether to show the error metrics or not.
- Show
Hits bool - Whether to show the hits metrics or not
- Show
Latency bool - Whether to show the latency metrics or not.
- Show
Resource boolList - Whether to show the resource list or not.
- Size
Format string - The size of the widget. Valid values are
small
,medium
,large
. - Title string
- The title of the widget.
- Title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - Title
Size string - The size of the widget's title (defaults to 16).
- env String
- APM environment.
- service String
- APM service.
- span
Name String - APM span name
- display
Format String - The number of columns to display. Valid values are
one_column
,two_column
,three_column
. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - show
Breakdown Boolean - Whether to show the latency breakdown or not.
- show
Distribution Boolean - Whether to show the latency distribution or not.
- show
Errors Boolean - Whether to show the error metrics or not.
- show
Hits Boolean - Whether to show the hits metrics or not
- show
Latency Boolean - Whether to show the latency metrics or not.
- show
Resource BooleanList - Whether to show the resource list or not.
- size
Format String - The size of the widget. Valid values are
small
,medium
,large
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
- env string
- APM environment.
- service string
- APM service.
- span
Name string - APM span name
- display
Format string - The number of columns to display. Valid values are
one_column
,two_column
,three_column
. - live
Span string - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - show
Breakdown boolean - Whether to show the latency breakdown or not.
- show
Distribution boolean - Whether to show the latency distribution or not.
- show
Errors boolean - Whether to show the error metrics or not.
- show
Hits boolean - Whether to show the hits metrics or not
- show
Latency boolean - Whether to show the latency metrics or not.
- show
Resource booleanList - Whether to show the resource list or not.
- size
Format string - The size of the widget. Valid values are
small
,medium
,large
. - title string
- The title of the widget.
- title
Align string - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size string - The size of the widget's title (defaults to 16).
- env str
- APM environment.
- service str
- APM service.
- span_
name str - APM span name
- display_
format str - The number of columns to display. Valid values are
one_column
,two_column
,three_column
. - live_
span str - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - show_
breakdown bool - Whether to show the latency breakdown or not.
- show_
distribution bool - Whether to show the latency distribution or not.
- show_
errors bool - Whether to show the error metrics or not.
- show_
hits bool - Whether to show the hits metrics or not
- show_
latency bool - Whether to show the latency metrics or not.
- show_
resource_ boollist - Whether to show the resource list or not.
- size_
format str - The size of the widget. Valid values are
small
,medium
,large
. - title str
- The title of the widget.
- title_
align str - The alignment of the widget's title. Valid values are
center
,left
,right
. - title_
size str - The size of the widget's title (defaults to 16).
- env String
- APM environment.
- service String
- APM service.
- span
Name String - APM span name
- display
Format String - The number of columns to display. Valid values are
one_column
,two_column
,three_column
. - live
Span String - The timeframe to use when displaying the widget. Valid values are
1m
,5m
,10m
,15m
,30m
,1h
,4h
,1d
,2d
,1w
,1mo
,3mo
,6mo
,week_to_date
,month_to_date
,1y
,alert
. - show
Breakdown Boolean - Whether to show the latency breakdown or not.
- show
Distribution Boolean - Whether to show the latency distribution or not.
- show
Errors Boolean - Whether to show the error metrics or not.
- show
Hits Boolean - Whether to show the hits metrics or not
- show
Latency Boolean - Whether to show the latency metrics or not.
- show
Resource BooleanList - Whether to show the resource list or not.
- size
Format String - The size of the widget. Valid values are
small
,medium
,large
. - title String
- The title of the widget.
- title
Align String - The alignment of the widget's title. Valid values are
center
,left
,right
. - title
Size String - The size of the widget's title (defaults to 16).
DashboardWidgetTreemapDefinition, DashboardWidgetTreemapDefinitionArgs
- Requests
List<Dashboard
Widget Treemap Definition Request> - Nested block describing the request to use when displaying the widget.
- Title string
- The title of the widget.
- Requests
[]Dashboard
Widget Treemap Definition Request - Nested block describing the request to use when displaying the widget.
- Title string
- The title of the widget.
- requests
List<Dashboard
Widget Treemap Definition Request> - Nested block describing the request to use when displaying the widget.
- title String
- The title of the widget.
- requests
Dashboard
Widget Treemap Definition Request[] - Nested block describing the request to use when displaying the widget.
- title string
- The title of the widget.
- requests
Sequence[Dashboard
Widget Treemap Definition Request] - Nested block describing the request to use when displaying the widget.
- title str
- The title of the widget.
- requests List<Property Map>
- Nested block describing the request to use when displaying the widget.
- title String
- The title of the widget.
DashboardWidgetTreemapDefinitionRequest, DashboardWidgetTreemapDefinitionRequestArgs
DashboardWidgetTreemapDefinitionRequestFormula, DashboardWidgetTreemapDefinitionRequestFormulaArgs
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats List<DashboardWidget Treemap Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Treemap Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Treemap Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Treemap Definition Request Formula Style - Styling options for widget formulas.
- Formula
Expression string - A string expression built from queries, formulas, and functions.
- Alias string
- An expression alias.
- Cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - Conditional
Formats []DashboardWidget Treemap Definition Request Formula Conditional Format - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - Limit
Dashboard
Widget Treemap Definition Request Formula Limit - The options for limiting results returned.
- Number
Format DashboardWidget Treemap Definition Request Formula Number Format - Number formatting options for the formula.
- Style
Dashboard
Widget Treemap Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<DashboardWidget Treemap Definition Request Formula Conditional Format> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Treemap Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Treemap Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Treemap Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression string - A string expression built from queries, formulas, and functions.
- alias string
- An expression alias.
- cell
Display stringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats DashboardWidget Treemap Definition Request Formula Conditional Format[] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Treemap Definition Request Formula Limit - The options for limiting results returned.
- number
Format DashboardWidget Treemap Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Treemap Definition Request Formula Style - Styling options for widget formulas.
- formula_
expression str - A string expression built from queries, formulas, and functions.
- alias str
- An expression alias.
- cell_
display_ strmode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional_
formats Sequence[DashboardWidget Treemap Definition Request Formula Conditional Format] - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit
Dashboard
Widget Treemap Definition Request Formula Limit - The options for limiting results returned.
- number_
format DashboardWidget Treemap Definition Request Formula Number Format - Number formatting options for the formula.
- style
Dashboard
Widget Treemap Definition Request Formula Style - Styling options for widget formulas.
- formula
Expression String - A string expression built from queries, formulas, and functions.
- alias String
- An expression alias.
- cell
Display StringMode - A list of display modes for each table cell. Valid values are
number
,bar
,trend
. - conditional
Formats List<Property Map> - Conditional formats allow you to set the color of your widget content or background depending on the rule applied to your data. Multiple
conditional_formats
blocks are allowed using the structure below. - limit Property Map
- The options for limiting results returned.
- number
Format Property Map - Number formatting options for the formula.
- style Property Map
- Styling options for widget formulas.
DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormat, DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatArgs
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value double
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- Comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - Palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - Value float64
- A value for the comparator.
- Custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- Custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- Hide
Value bool - Setting this to True hides values.
- Image
Url string - Displays an image as the background.
- Metric string
- The metric from the request to correlate with this conditional format.
- Timeframe string
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Double
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
- comparator string
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette string
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value number
- A value for the comparator.
- custom
Bg stringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg stringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value boolean - Setting this to True hides values.
- image
Url string - Displays an image as the background.
- metric string
- The metric from the request to correlate with this conditional format.
- timeframe string
- Defines the displayed timeframe.
- comparator str
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette str
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value float
- A value for the comparator.
- custom_
bg_ strcolor - The color palette to apply to the background, same values available as palette.
- custom_
fg_ strcolor - The color palette to apply to the foreground, same values available as palette.
- hide_
value bool - Setting this to True hides values.
- image_
url str - Displays an image as the background.
- metric str
- The metric from the request to correlate with this conditional format.
- timeframe str
- Defines the displayed timeframe.
- comparator String
- The comparator to use. Valid values are
=
,>
,>=
,<
,<=
. - palette String
- The color palette to apply. Valid values are
blue
,custom_bg
,custom_image
,custom_text
,gray_on_white
,grey
,green
,orange
,red
,red_on_white
,white_on_gray
,white_on_green
,green_on_white
,white_on_red
,white_on_yellow
,yellow_on_white
,black_on_light_yellow
,black_on_light_green
,black_on_light_red
. - value Number
- A value for the comparator.
- custom
Bg StringColor - The color palette to apply to the background, same values available as palette.
- custom
Fg StringColor - The color palette to apply to the foreground, same values available as palette.
- hide
Value Boolean - Setting this to True hides values.
- image
Url String - Displays an image as the background.
- metric String
- The metric from the request to correlate with this conditional format.
- timeframe String
- Defines the displayed timeframe.
DashboardWidgetTreemapDefinitionRequestFormulaLimit, DashboardWidgetTreemapDefinitionRequestFormulaLimitArgs
DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat, DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatArgs
- unit Property Map
- Unit of the number format.
- unit
Scale Property Map
DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit, DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitArgs
- Canonical
Dashboard
Widget Treemap Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Treemap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- Canonical
Dashboard
Widget Treemap Definition Request Formula Number Format Unit Canonical - Canonical Units
- Custom
Dashboard
Widget Treemap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Treemap Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Treemap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Treemap Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Treemap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical
Dashboard
Widget Treemap Definition Request Formula Number Format Unit Canonical - Canonical Units
- custom
Dashboard
Widget Treemap Definition Request Formula Number Format Unit Custom - Use custom (non canonical metrics)
- canonical Property Map
- Canonical Units
- custom Property Map
- Use custom (non canonical metrics)
DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical, DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalArgs
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- Unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- Per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name string - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit stringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit_
name str - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per_
unit_ strname - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
- unit
Name String - Unit name. It should be in singular form ('megabyte' and not 'megabytes')
- per
Unit StringName - per unit name. If you want to represent megabytes/s, you set 'unitname' = 'megabyte' and 'perunit_name = 'second'
DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom, DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomArgs
- Label string
- Unit label
- Label string
- Unit label
- label String
- Unit label
- label string
- Unit label
- label str
- Unit label
- label String
- Unit label
DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale, DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleArgs
- Unit
Name string
- Unit
Name string
- unit
Name String
- unit
Name string
- unit_
name str
- unit
Name String
DashboardWidgetTreemapDefinitionRequestFormulaStyle, DashboardWidgetTreemapDefinitionRequestFormulaStyleArgs
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- Palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- Palette
Index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Integer - Index specifying which color to use within the palette.
- palette string
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index number - Index specifying which color to use within the palette.
- palette str
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette_
index int - Index specifying which color to use within the palette.
- palette String
- The color palette used to display the formula. A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.
- palette
Index Number - Index specifying which color to use within the palette.
DashboardWidgetTreemapDefinitionRequestQuery, DashboardWidgetTreemapDefinitionRequestQueryArgs
- Apm
Dependency DashboardStats Query Widget Treemap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Treemap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Treemap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Treemap Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Treemap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Treemap Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Treemap Definition Request Query Slo Query - The SLO query using formulas and functions.
- Apm
Dependency DashboardStats Query Widget Treemap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- Apm
Resource DashboardStats Query Widget Treemap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- Cloud
Cost DashboardQuery Widget Treemap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- Event
Query DashboardWidget Treemap Definition Request Query Event Query - A timeseries formula and functions events query.
- Metric
Query DashboardWidget Treemap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- Process
Query DashboardWidget Treemap Definition Request Query Process Query - The process query using formulas and functions.
- Slo
Query DashboardWidget Treemap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Treemap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Treemap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Treemap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Treemap Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Treemap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Treemap Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Treemap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency DashboardStats Query Widget Treemap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource DashboardStats Query Widget Treemap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost DashboardQuery Widget Treemap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event
Query DashboardWidget Treemap Definition Request Query Event Query - A timeseries formula and functions events query.
- metric
Query DashboardWidget Treemap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process
Query DashboardWidget Treemap Definition Request Query Process Query - The process query using formulas and functions.
- slo
Query DashboardWidget Treemap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm_
dependency_ Dashboardstats_ query Widget Treemap Definition Request Query Apm Dependency Stats Query - The APM Dependency Stats query using formulas and functions.
- apm_
resource_ Dashboardstats_ query Widget Treemap Definition Request Query Apm Resource Stats Query - The APM Resource Stats query using formulas and functions.
- cloud_
cost_ Dashboardquery Widget Treemap Definition Request Query Cloud Cost Query - The Cloud Cost query using formulas and functions.
- event_
query DashboardWidget Treemap Definition Request Query Event Query - A timeseries formula and functions events query.
- metric_
query DashboardWidget Treemap Definition Request Query Metric Query - A timeseries formula and functions metrics query.
- process_
query DashboardWidget Treemap Definition Request Query Process Query - The process query using formulas and functions.
- slo_
query DashboardWidget Treemap Definition Request Query Slo Query - The SLO query using formulas and functions.
- apm
Dependency Property MapStats Query - The APM Dependency Stats query using formulas and functions.
- apm
Resource Property MapStats Query - The APM Resource Stats query using formulas and functions.
- cloud
Cost Property MapQuery - The Cloud Cost query using formulas and functions.
- event
Query Property Map - A timeseries formula and functions events query.
- metric
Query Property Map - A timeseries formula and functions metrics query.
- process
Query Property Map - The process query using formulas and functions.
- slo
Query Property Map - The SLO query using formulas and functions.
DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery, DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryArgs
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- Data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Operation
Name string - Name of operation on service.
- Resource
Name string - APM resource.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source string - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- operation
Name string - Name of operation on service.
- resource
Name string - APM resource.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data_
source str - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- operation_
name str - Name of operation on service.
- resource_
name str - APM resource.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
upstream bool - Determines whether stats for upstream or downstream dependencies should be queried.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
- data
Source String - The data source for APM Dependency Stats queries. Valid values are
apm_dependency_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- operation
Name String - Name of operation on service.
- resource
Name String - APM resource.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
avg_duration
,avg_root_duration
,avg_spans_per_trace
,error_rate
,pct_exec_time
,pct_of_traces
,total_traces_count
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Upstream Boolean - Determines whether stats for upstream or downstream dependencies should be queried.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified.
DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery, DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryArgs
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<string> - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- Data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - Env string
- APM environment.
- Name string
- The name of query for use in formulas.
- Service string
- APM service.
- Stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []string - Array of fields to group results by.
- Operation
Name string - Name of operation on service.
- Primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - Primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - Resource
Name string - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
- data
Source string - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env string
- APM environment.
- name string
- The name of query for use in formulas.
- service string
- APM service.
- stat string
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies string[] - Array of fields to group results by.
- operation
Name string - Name of operation on service.
- primary
Tag stringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag stringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name string - APM resource.
- data_
source str - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env str
- APM environment.
- name str
- The name of query for use in formulas.
- service str
- APM service.
- stat str
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[str] - Array of fields to group results by.
- operation_
name str - Name of operation on service.
- primary_
tag_ strname - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary_
tag_ strvalue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource_
name str - APM resource.
- data
Source String - The data source for APM Resource Stats queries. Valid values are
apm_resource_stats
. - env String
- APM environment.
- name String
- The name of query for use in formulas.
- service String
- APM service.
- stat String
- APM statistic. Valid values are
errors
,error_rate
,hits
,latency_avg
,latency_distribution
,latency_max
,latency_p50
,latency_p75
,latency_p90
,latency_p95
,latency_p99
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<String> - Array of fields to group results by.
- operation
Name String - Name of operation on service.
- primary
Tag StringName - The name of the second primary tag used within APM; required when
primary_tag_value
is specified. See https://docs.datadoghq.com/tracing/guide/settingprimarytagstoscope/#add-a-second-primary-tag-in-datadog. - primary
Tag StringValue - Filter APM data by the second primary tag.
primary_tag_name
must also be specified. - resource
Name String - APM resource.
DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery, DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryArgs
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - Name string
- The name of the query for use in formulas.
- Query string
- The cloud cost query definition.
- Aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for cloud cost queries. Valid values are
cloud_cost
. - name string
- The name of the query for use in formulas.
- query string
- The cloud cost query definition.
- aggregator string
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for cloud cost queries. Valid values are
cloud_cost
. - name str
- The name of the query for use in formulas.
- query str
- The cloud cost query definition.
- aggregator str
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for cloud cost queries. Valid values are
cloud_cost
. - name String
- The name of the query for use in formulas.
- query String
- The cloud cost query definition.
- aggregator String
- The aggregation methods available for cloud cost queries. Valid values are
avg
,last
,max
,min
,sum
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
DashboardWidgetTreemapDefinitionRequestQueryEventQuery, DashboardWidgetTreemapDefinitionRequestQueryEventQueryArgs
- Computes
List<Dashboard
Widget Treemap Definition Request Query Event Query Compute> - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies List<DashboardWidget Treemap Definition Request Query Event Query Group By> - Group by options.
- Indexes List<string>
- An array of index names to query in the stream.
- Search
Dashboard
Widget Treemap Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- Computes
[]Dashboard
Widget Treemap Definition Request Query Event Query Compute - The compute options.
- Data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - Name string
- The name of query for use in formulas.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Bies []DashboardWidget Treemap Definition Request Query Event Query Group By - Group by options.
- Indexes []string
- An array of index names to query in the stream.
- Search
Dashboard
Widget Treemap Definition Request Query Event Query Search - The search options.
- Storage string
- Storage location (private beta).
- computes
List<Dashboard
Widget Treemap Definition Request Query Event Query Compute> - The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<DashboardWidget Treemap Definition Request Query Event Query Group By> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search
Dashboard
Widget Treemap Definition Request Query Event Query Search - The search options.
- storage String
- Storage location (private beta).
- computes
Dashboard
Widget Treemap Definition Request Query Event Query Compute[] - The compute options.
- data
Source string - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name string
- The name of query for use in formulas.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies DashboardWidget Treemap Definition Request Query Event Query Group By[] - Group by options.
- indexes string[]
- An array of index names to query in the stream.
- search
Dashboard
Widget Treemap Definition Request Query Event Query Search - The search options.
- storage string
- Storage location (private beta).
- computes
Sequence[Dashboard
Widget Treemap Definition Request Query Event Query Compute] - The compute options.
- data_
source str - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name str
- The name of query for use in formulas.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
bies Sequence[DashboardWidget Treemap Definition Request Query Event Query Group By] - Group by options.
- indexes Sequence[str]
- An array of index names to query in the stream.
- search
Dashboard
Widget Treemap Definition Request Query Event Query Search - The search options.
- storage str
- Storage location (private beta).
- computes List<Property Map>
- The compute options.
- data
Source String - The data source for event platform-based queries. Valid values are
logs
,spans
,network
,rum
,security_signals
,profiles
,audit
,events
,ci_tests
,ci_pipelines
,incident_analytics
. - name String
- The name of query for use in formulas.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Bies List<Property Map> - Group by options.
- indexes List<String>
- An array of index names to query in the stream.
- search Property Map
- The search options.
- storage String
- Storage location (private beta).
DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute, DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeArgs
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- Aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Interval int
- A time interval in milliseconds.
- Metric string
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Integer
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
- aggregation string
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval number
- A time interval in milliseconds.
- metric string
- The measurable attribute to compute.
- aggregation str
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval int
- A time interval in milliseconds.
- metric str
- The measurable attribute to compute.
- aggregation String
- The aggregation methods for event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - interval Number
- A time interval in milliseconds.
- metric String
- The measurable attribute to compute.
DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy, DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByArgs
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Treemap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- Facet string
- The event facet.
- Limit int
- The number of groups to return.
- Sort
Dashboard
Widget Treemap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Integer
- The number of groups to return.
- sort
Dashboard
Widget Treemap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet string
- The event facet.
- limit number
- The number of groups to return.
- sort
Dashboard
Widget Treemap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet str
- The event facet.
- limit int
- The number of groups to return.
- sort
Dashboard
Widget Treemap Definition Request Query Event Query Group By Sort - The options for sorting group by results.
- facet String
- The event facet.
- limit Number
- The number of groups to return.
- sort Property Map
- The options for sorting group by results.
DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort, DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortArgs
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- Aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - Metric string
- The metric used for sorting group by results.
- Order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
- aggregation string
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric string
- The metric used for sorting group by results.
- order string
- Direction of sort. Valid values are
asc
,desc
.
- aggregation str
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric str
- The metric used for sorting group by results.
- order str
- Direction of sort. Valid values are
asc
,desc
.
- aggregation String
- The aggregation methods for the event platform queries. Valid values are
count
,cardinality
,median
,pc75
,pc90
,pc95
,pc98
,pc99
,sum
,min
,max
,avg
. - metric String
- The metric used for sorting group by results.
- order String
- Direction of sort. Valid values are
asc
,desc
.
DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch, DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchArgs
- Query string
- The events search string.
- Query string
- The events search string.
- query String
- The events search string.
- query string
- The events search string.
- query str
- The events search string.
- query String
- The events search string.
DashboardWidgetTreemapDefinitionRequestQueryMetricQuery, DashboardWidgetTreemapDefinitionRequestQueryMetricQueryArgs
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- Name string
- The name of the query for use in formulas.
- Query string
- The metrics query definition.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
- name string
- The name of the query for use in formulas.
- query string
- The metrics query definition.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source string - The data source for metrics queries. Defaults to
"metrics"
.
- name str
- The name of the query for use in formulas.
- query str
- The metrics query definition.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data_
source str - The data source for metrics queries. Defaults to
"metrics"
.
- name String
- The name of the query for use in formulas.
- query String
- The metrics query definition.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- data
Source String - The data source for metrics queries. Defaults to
"metrics"
.
DashboardWidgetTreemapDefinitionRequestQueryProcessQuery, DashboardWidgetTreemapDefinitionRequestQueryProcessQueryArgs
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters List<string> - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- Data
Source string - The data source for process queries. Valid values are
process
,container
. - Metric string
- The process metric name.
- Name string
- The name of query for use in formulas.
- Aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Is
Normalized boolCpu - Whether to normalize the CPU percentages.
- Limit int
- The number of hits to return.
- Sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - Tag
Filters []string - An array of tags to filter by.
- Text
Filter string - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Integer
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
- data
Source string - The data source for process queries. Valid values are
process
,container
. - metric string
- The process metric name.
- name string
- The name of query for use in formulas.
- aggregator string
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized booleanCpu - Whether to normalize the CPU percentages.
- limit number
- The number of hits to return.
- sort string
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters string[] - An array of tags to filter by.
- text
Filter string - The text to use as a filter.
- data_
source str - The data source for process queries. Valid values are
process
,container
. - metric str
- The process metric name.
- name str
- The name of query for use in formulas.
- aggregator str
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is_
normalized_ boolcpu - Whether to normalize the CPU percentages.
- limit int
- The number of hits to return.
- sort str
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag_
filters Sequence[str] - An array of tags to filter by.
- text_
filter str - The text to use as a filter.
- data
Source String - The data source for process queries. Valid values are
process
,container
. - metric String
- The process metric name.
- name String
- The name of query for use in formulas.
- aggregator String
- The aggregation methods available for metrics queries. Valid values are
avg
,min
,max
,sum
,last
,area
,l2norm
,percentile
. - cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- is
Normalized BooleanCpu - Whether to normalize the CPU percentages.
- limit Number
- The number of hits to return.
- sort String
- The direction of the sort. Valid values are
asc
,desc
. Defaults to"desc"
. - tag
Filters List<String> - An array of tags to filter by.
- text
Filter String - The text to use as a filter.
DashboardWidgetTreemapDefinitionRequestQuerySloQuery, DashboardWidgetTreemapDefinitionRequestQuerySloQueryArgs
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- Data
Source string - The data source for SLO queries. Valid values are
slo
. - Measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - Slo
Id string - ID of an SLO to query.
- Additional
Query stringFilters - Additional filters applied to the SLO query.
- Cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- Group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - Name string
- The name of query for use in formulas.
- Slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source string - The data source for SLO queries. Valid values are
slo
. - measure string
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id string - ID of an SLO to query.
- additional
Query stringFilters - Additional filters applied to the SLO query.
- cross
Org stringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode string - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name string
- The name of query for use in formulas.
- slo
Query stringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data_
source str - The data source for SLO queries. Valid values are
slo
. - measure str
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo_
id str - ID of an SLO to query.
- additional_
query_ strfilters - Additional filters applied to the SLO query.
- cross_
org_ struuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group_
mode str - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name str
- The name of query for use in formulas.
- slo_
query_ strtype - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
- data
Source String - The data source for SLO queries. Valid values are
slo
. - measure String
- SLO measures queries. Valid values are
good_events
,bad_events
,good_minutes
,bad_minutes
,slo_status
,error_budget_remaining
,burn_rate
,error_budget_burndown
. - slo
Id String - ID of an SLO to query.
- additional
Query StringFilters - Additional filters applied to the SLO query.
- cross
Org StringUuids - The source organization UUID for cross organization queries. Feature in Private Beta.
- group
Mode String - Group mode to query measures. Valid values are
overall
,components
. Defaults to"overall"
. - name String
- The name of query for use in formulas.
- slo
Query StringType - type of the SLO to query. Valid values are
metric
,time_slice
. Defaults to"metric"
.
DashboardWidgetWidgetLayout, DashboardWidgetWidgetLayoutArgs
- Height int
- The height of the widget.
- Width int
- The width of the widget.
- X int
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- Y int
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- Is
Column boolBreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
- Height int
- The height of the widget.
- Width int
- The width of the widget.
- X int
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- Y int
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- Is
Column boolBreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
- height Integer
- The height of the widget.
- width Integer
- The width of the widget.
- x Integer
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- y Integer
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- is
Column BooleanBreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
- height number
- The height of the widget.
- width number
- The width of the widget.
- x number
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- y number
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- is
Column booleanBreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
- height int
- The height of the widget.
- width int
- The width of the widget.
- x int
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- y int
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- is_
column_ boolbreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
- height Number
- The height of the widget.
- width Number
- The width of the widget.
- x Number
- The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0.
- y Number
- The position of the widget on the y (vertical) axis. Must be greater than or equal to 0.
- is
Column BooleanBreak - Whether the widget should be the first one on the second column in high density or not. Only one widget in the dashboard should have this property set to
true
.
Import
$ pulumi import datadog:index/dashboard:Dashboard my_service_dashboard sv7-gyh-kas
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Datadog pulumi/pulumi-datadog
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
datadog
Terraform Provider.