Dashboard

Create a Dashboard Resource

def Dashboard(resource_name, opts=None, description=None, is_read_only=None, layout_type=None, notify_lists=None, template_variable_presets=None, template_variables=None, title=None, widgets=None, __props__=None);
func NewDashboard(ctx *Context, name string, args DashboardArgs, opts ...ResourceOption) (*Dashboard, error)
public Dashboard(string name, DashboardArgs args, CustomResourceOptions? opts = null)
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.
opts ResourceOptions
A bag of options that control this 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.

Dashboard Resource Properties

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

Inputs

The Dashboard resource accepts the following input properties:

LayoutType string

The layout type of the dashboard, either ‘free’ or ‘ordered’.

Title string

The title of the dashboard.

Widgets List<DashboardWidgetArgs>

The list of widgets to display on the dashboard.

Description string

The description of the dashboard.

IsReadOnly bool

Whether this dashboard is read-only.

NotifyLists List<string>

The list of handles of users to notify when changes are made to this dashboard.

TemplateVariablePresets List<DashboardTemplateVariablePresetArgs>

The list of selectable template variable presets for this dashboard.

TemplateVariables List<DashboardTemplateVariableArgs>

The list of template variables for this dashboard.

LayoutType string

The layout type of the dashboard, either ‘free’ or ‘ordered’.

Title string

The title of the dashboard.

Widgets []DashboardWidget

The list of widgets to display on the dashboard.

Description string

The description of the dashboard.

IsReadOnly bool

Whether this dashboard is read-only.

NotifyLists []string

The list of handles of users to notify when changes are made to this dashboard.

TemplateVariablePresets []DashboardTemplateVariablePreset

The list of selectable template variable presets for this dashboard.

TemplateVariables []DashboardTemplateVariable

The list of template variables for this dashboard.

layoutType string

The layout type of the dashboard, either ‘free’ or ‘ordered’.

title string

The title of the dashboard.

widgets DashboardWidget[]

The list of widgets to display on the dashboard.

description string

The description of the dashboard.

isReadOnly boolean

Whether this dashboard is read-only.

notifyLists string[]

The list of handles of users to notify when changes are made to this dashboard.

templateVariablePresets DashboardTemplateVariablePreset[]

The list of selectable template variable presets for this dashboard.

templateVariables DashboardTemplateVariable[]

The list of template variables for this dashboard.

layout_type str

The layout type of the dashboard, either ‘free’ or ‘ordered’.

title str

The title of the dashboard.

widgets List[DashboardWidget]

The list of widgets to display on the dashboard.

description str

The description of the dashboard.

is_read_only bool

Whether this dashboard is read-only.

notify_lists List[str]

The list of handles of users to notify when changes are made to this dashboard.

template_variable_presets List[DashboardTemplateVariablePreset]

The list of selectable template variable presets for this dashboard.

template_variables List[DashboardTemplateVariable]

The list of template variables for this dashboard.

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

Look up an 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
static get(resource_name, id, opts=None, description=None, is_read_only=None, layout_type=None, notify_lists=None, template_variable_presets=None, template_variables=None, title=None, widgets=None, __props__=None);
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)
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.

The following state arguments are supported:

Description string

The description of the dashboard.

IsReadOnly bool

Whether this dashboard is read-only.

LayoutType string

The layout type of the dashboard, either ‘free’ or ‘ordered’.

NotifyLists List<string>

The list of handles of users to notify when changes are made to this dashboard.

TemplateVariablePresets List<DashboardTemplateVariablePresetArgs>

The list of selectable template variable presets for this dashboard.

TemplateVariables List<DashboardTemplateVariableArgs>

The list of template variables for this dashboard.

Title string

The title of the dashboard.

Widgets List<DashboardWidgetArgs>

The list of widgets to display on the dashboard.

Description string

The description of the dashboard.

IsReadOnly bool

Whether this dashboard is read-only.

LayoutType string

The layout type of the dashboard, either ‘free’ or ‘ordered’.

NotifyLists []string

The list of handles of users to notify when changes are made to this dashboard.

TemplateVariablePresets []DashboardTemplateVariablePreset

The list of selectable template variable presets for this dashboard.

TemplateVariables []DashboardTemplateVariable

The list of template variables for this dashboard.

Title string

The title of the dashboard.

Widgets []DashboardWidget

The list of widgets to display on the dashboard.

description string

The description of the dashboard.

isReadOnly boolean

Whether this dashboard is read-only.

layoutType string

The layout type of the dashboard, either ‘free’ or ‘ordered’.

notifyLists string[]

The list of handles of users to notify when changes are made to this dashboard.

templateVariablePresets DashboardTemplateVariablePreset[]

The list of selectable template variable presets for this dashboard.

templateVariables DashboardTemplateVariable[]

The list of template variables for this dashboard.

title string

The title of the dashboard.

widgets DashboardWidget[]

The list of widgets to display on the dashboard.

description str

The description of the dashboard.

is_read_only bool

Whether this dashboard is read-only.

layout_type str

The layout type of the dashboard, either ‘free’ or ‘ordered’.

notify_lists List[str]

The list of handles of users to notify when changes are made to this dashboard.

template_variable_presets List[DashboardTemplateVariablePreset]

The list of selectable template variable presets for this dashboard.

template_variables List[DashboardTemplateVariable]

The list of template variables for this dashboard.

title str

The title of the dashboard.

widgets List[DashboardWidget]

The list of widgets to display on the dashboard.

Supporting Types

DashboardTemplateVariable

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string
Default string
Prefix string
Name string
Default string
Prefix string
name string
default string
prefix string
name str
default str
prefix str

DashboardTemplateVariablePreset

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string
TemplateVariables List<DashboardTemplateVariablePresetTemplateVariableArgs>
Name string
TemplateVariables []DashboardTemplateVariablePresetTemplateVariable
name string
templateVariables DashboardTemplateVariablePresetTemplateVariable[]
name str
template_variables List[DashboardTemplateVariablePresetTemplateVariable]

DashboardTemplateVariablePresetTemplateVariable

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string
Value string
Name string
Value string
name string
value string
name str
value str

DashboardWidget

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AlertGraphDefinition DashboardWidgetAlertGraphDefinitionArgs
AlertValueDefinition DashboardWidgetAlertValueDefinitionArgs
ChangeDefinition DashboardWidgetChangeDefinitionArgs
CheckStatusDefinition DashboardWidgetCheckStatusDefinitionArgs
DistributionDefinition DashboardWidgetDistributionDefinitionArgs
EventStreamDefinition DashboardWidgetEventStreamDefinitionArgs
EventTimelineDefinition DashboardWidgetEventTimelineDefinitionArgs
FreeTextDefinition DashboardWidgetFreeTextDefinitionArgs
GroupDefinition DashboardWidgetGroupDefinitionArgs
HeatmapDefinition DashboardWidgetHeatmapDefinitionArgs
HostmapDefinition DashboardWidgetHostmapDefinitionArgs
IframeDefinition DashboardWidgetIframeDefinitionArgs
ImageDefinition DashboardWidgetImageDefinitionArgs
Layout DashboardWidgetLayoutArgs
LogStreamDefinition DashboardWidgetLogStreamDefinitionArgs
ManageStatusDefinition DashboardWidgetManageStatusDefinitionArgs
NoteDefinition DashboardWidgetNoteDefinitionArgs
QueryTableDefinition DashboardWidgetQueryTableDefinitionArgs
QueryValueDefinition DashboardWidgetQueryValueDefinitionArgs
ScatterplotDefinition DashboardWidgetScatterplotDefinitionArgs
ServiceLevelObjectiveDefinition DashboardWidgetServiceLevelObjectiveDefinitionArgs
TimeseriesDefinition DashboardWidgetTimeseriesDefinitionArgs
ToplistDefinition DashboardWidgetToplistDefinitionArgs
TraceServiceDefinition DashboardWidgetTraceServiceDefinitionArgs
AlertGraphDefinition DashboardWidgetAlertGraphDefinition
AlertValueDefinition DashboardWidgetAlertValueDefinition
ChangeDefinition DashboardWidgetChangeDefinition
CheckStatusDefinition DashboardWidgetCheckStatusDefinition
DistributionDefinition DashboardWidgetDistributionDefinition
EventStreamDefinition DashboardWidgetEventStreamDefinition
EventTimelineDefinition DashboardWidgetEventTimelineDefinition
FreeTextDefinition DashboardWidgetFreeTextDefinition
GroupDefinition DashboardWidgetGroupDefinition
HeatmapDefinition DashboardWidgetHeatmapDefinition
HostmapDefinition DashboardWidgetHostmapDefinition
IframeDefinition DashboardWidgetIframeDefinition
ImageDefinition DashboardWidgetImageDefinition
Layout DashboardWidgetLayout
LogStreamDefinition DashboardWidgetLogStreamDefinition
ManageStatusDefinition DashboardWidgetManageStatusDefinition
NoteDefinition DashboardWidgetNoteDefinition
QueryTableDefinition DashboardWidgetQueryTableDefinition
QueryValueDefinition DashboardWidgetQueryValueDefinition
ScatterplotDefinition DashboardWidgetScatterplotDefinition
ServiceLevelObjectiveDefinition DashboardWidgetServiceLevelObjectiveDefinition
TimeseriesDefinition DashboardWidgetTimeseriesDefinition
ToplistDefinition DashboardWidgetToplistDefinition
TraceServiceDefinition DashboardWidgetTraceServiceDefinition
alertGraphDefinition DashboardWidgetAlertGraphDefinition
alertValueDefinition DashboardWidgetAlertValueDefinition
changeDefinition DashboardWidgetChangeDefinition
checkStatusDefinition DashboardWidgetCheckStatusDefinition
distributionDefinition DashboardWidgetDistributionDefinition
eventStreamDefinition DashboardWidgetEventStreamDefinition
eventTimelineDefinition DashboardWidgetEventTimelineDefinition
freeTextDefinition DashboardWidgetFreeTextDefinition
groupDefinition DashboardWidgetGroupDefinition
heatmapDefinition DashboardWidgetHeatmapDefinition
hostmapDefinition DashboardWidgetHostmapDefinition
iframeDefinition DashboardWidgetIframeDefinition
imageDefinition DashboardWidgetImageDefinition
layout DashboardWidgetLayout
logStreamDefinition DashboardWidgetLogStreamDefinition
manageStatusDefinition DashboardWidgetManageStatusDefinition
noteDefinition DashboardWidgetNoteDefinition
queryTableDefinition DashboardWidgetQueryTableDefinition
queryValueDefinition DashboardWidgetQueryValueDefinition
scatterplotDefinition DashboardWidgetScatterplotDefinition
serviceLevelObjectiveDefinition DashboardWidgetServiceLevelObjectiveDefinition
timeseriesDefinition DashboardWidgetTimeseriesDefinition
toplistDefinition DashboardWidgetToplistDefinition
traceServiceDefinition DashboardWidgetTraceServiceDefinition
alertGraphDefinition Dict[DashboardWidgetAlertGraphDefinition]
alertValueDefinition Dict[DashboardWidgetAlertValueDefinition]
changeDefinition Dict[DashboardWidgetChangeDefinition]
checkStatusDefinition Dict[DashboardWidgetCheckStatusDefinition]
distributionDefinition Dict[DashboardWidgetDistributionDefinition]
eventStreamDefinition Dict[DashboardWidgetEventStreamDefinition]
eventTimelineDefinition Dict[DashboardWidgetEventTimelineDefinition]
freeTextDefinition Dict[DashboardWidgetFreeTextDefinition]
groupDefinition Dict[DashboardWidgetGroupDefinition]
heatmapDefinition Dict[DashboardWidgetHeatmapDefinition]
hostmapDefinition Dict[DashboardWidgetHostmapDefinition]
iframeDefinition Dict[DashboardWidgetIframeDefinition]
imageDefinition Dict[DashboardWidgetImageDefinition]
layout Dict[DashboardWidgetLayout]
logStreamDefinition Dict[DashboardWidgetLogStreamDefinition]
manageStatusDefinition Dict[DashboardWidgetManageStatusDefinition]
noteDefinition Dict[DashboardWidgetNoteDefinition]
queryTableDefinition Dict[DashboardWidgetQueryTableDefinition]
queryValueDefinition Dict[DashboardWidgetQueryValueDefinition]
scatterplotDefinition Dict[DashboardWidgetScatterplotDefinition]
serviceLevelObjectiveDefinition Dict[DashboardWidgetServiceLevelObjectiveDefinition]
timeseriesDefinition Dict[DashboardWidgetTimeseriesDefinition]
toplistDefinition Dict[DashboardWidgetToplistDefinition]
traceServiceDefinition Dict[DashboardWidgetTraceServiceDefinition]

DashboardWidgetAlertGraphDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AlertId string
VizType string
Time DashboardWidgetAlertGraphDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
AlertId string
VizType string
Time DashboardWidgetAlertGraphDefinitionTime
Title string
TitleAlign string
TitleSize string
alertId string
vizType string
time DashboardWidgetAlertGraphDefinitionTime
title string
titleAlign string
titleSize string
alertId str
vizType str
time Dict[DashboardWidgetAlertGraphDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetAlertGraphDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetAlertValueDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AlertId string
Precision int
TextAlign string
Title string
TitleAlign string
TitleSize string
Unit string
AlertId string
Precision int
TextAlign string
Title string
TitleAlign string
TitleSize string
Unit string
alertId string
precision number
textAlign string
title string
titleAlign string
titleSize string
unit string
alertId str
precision float
textAlign str
title str
titleAlign str
titleSize str
unit str

DashboardWidgetChangeDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Requests List<DashboardWidgetChangeDefinitionRequestArgs>
Time DashboardWidgetChangeDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Requests []DashboardWidgetChangeDefinitionRequest
Time DashboardWidgetChangeDefinitionTime
Title string
TitleAlign string
TitleSize string
requests DashboardWidgetChangeDefinitionRequest[]
time DashboardWidgetChangeDefinitionTime
title string
titleAlign string
titleSize string
requests List[DashboardWidgetChangeDefinitionRequest]
time Dict[DashboardWidgetChangeDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetChangeDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetChangeDefinitionRequestApmQueryArgs
ChangeType string
CompareTo string
IncreaseGood bool
LogQuery DashboardWidgetChangeDefinitionRequestLogQueryArgs
OrderBy string
OrderDir string
ProcessQuery DashboardWidgetChangeDefinitionRequestProcessQueryArgs
Q string
ShowPresent bool
ApmQuery DashboardWidgetChangeDefinitionRequestApmQuery
ChangeType string
CompareTo string
IncreaseGood bool
LogQuery DashboardWidgetChangeDefinitionRequestLogQuery
OrderBy string
OrderDir string
ProcessQuery DashboardWidgetChangeDefinitionRequestProcessQuery
Q string
ShowPresent bool
apmQuery DashboardWidgetChangeDefinitionRequestApmQuery
changeType string
compareTo string
increaseGood boolean
logQuery DashboardWidgetChangeDefinitionRequestLogQuery
orderBy string
orderDir string
processQuery DashboardWidgetChangeDefinitionRequestProcessQuery
q string
showPresent boolean
apmQuery Dict[DashboardWidgetChangeDefinitionRequestApmQuery]
changeType str
compareTo str
increaseGood bool
logQuery Dict[DashboardWidgetChangeDefinitionRequestLogQuery]
orderBy str
orderDir str
processQuery Dict[DashboardWidgetChangeDefinitionRequestProcessQuery]
q str
showPresent bool

DashboardWidgetChangeDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetChangeDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetChangeDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetChangeDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetChangeDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetChangeDefinitionRequestApmQueryGroupBy
Search DashboardWidgetChangeDefinitionRequestApmQuerySearch
compute DashboardWidgetChangeDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetChangeDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetChangeDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetChangeDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetChangeDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetChangeDefinitionRequestApmQuerySearch]

DashboardWidgetChangeDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetChangeDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetChangeDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetChangeDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetChangeDefinitionRequestApmQueryGroupBySort]

DashboardWidgetChangeDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetChangeDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetChangeDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetChangeDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetChangeDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetChangeDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetChangeDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetChangeDefinitionRequestLogQueryGroupBy
Search DashboardWidgetChangeDefinitionRequestLogQuerySearch
compute DashboardWidgetChangeDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetChangeDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetChangeDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetChangeDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetChangeDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetChangeDefinitionRequestLogQuerySearch]

DashboardWidgetChangeDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetChangeDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetChangeDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetChangeDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetChangeDefinitionRequestLogQueryGroupBySort]

DashboardWidgetChangeDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetChangeDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetChangeDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetChangeDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetCheckStatusDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Check string
Grouping string
Group string
GroupBies List<string>
Tags List<string>
Time DashboardWidgetCheckStatusDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Check string
Grouping string
Group string
GroupBies []string
Tags []string
Time DashboardWidgetCheckStatusDefinitionTime
Title string
TitleAlign string
TitleSize string
check string
grouping string
group string
groupBies string[]
tags string[]
time DashboardWidgetCheckStatusDefinitionTime
title string
titleAlign string
titleSize string
check str
grouping str
group str
groupBies List[str]
tags List[str]
time Dict[DashboardWidgetCheckStatusDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetCheckStatusDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetDistributionDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Requests List<DashboardWidgetDistributionDefinitionRequestArgs>
Time DashboardWidgetDistributionDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Requests []DashboardWidgetDistributionDefinitionRequest
Time DashboardWidgetDistributionDefinitionTime
Title string
TitleAlign string
TitleSize string
requests DashboardWidgetDistributionDefinitionRequest[]
time DashboardWidgetDistributionDefinitionTime
title string
titleAlign string
titleSize string
requests List[DashboardWidgetDistributionDefinitionRequest]
time Dict[DashboardWidgetDistributionDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetDistributionDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetDistributionDefinitionRequestApmQueryArgs
LogQuery DashboardWidgetDistributionDefinitionRequestLogQueryArgs
ProcessQuery DashboardWidgetDistributionDefinitionRequestProcessQueryArgs
Q string
Style DashboardWidgetDistributionDefinitionRequestStyleArgs
ApmQuery DashboardWidgetDistributionDefinitionRequestApmQuery
LogQuery DashboardWidgetDistributionDefinitionRequestLogQuery
ProcessQuery DashboardWidgetDistributionDefinitionRequestProcessQuery
Q string
Style DashboardWidgetDistributionDefinitionRequestStyle
apmQuery DashboardWidgetDistributionDefinitionRequestApmQuery
logQuery DashboardWidgetDistributionDefinitionRequestLogQuery
processQuery DashboardWidgetDistributionDefinitionRequestProcessQuery
q string
style DashboardWidgetDistributionDefinitionRequestStyle
apmQuery Dict[DashboardWidgetDistributionDefinitionRequestApmQuery]
logQuery Dict[DashboardWidgetDistributionDefinitionRequestLogQuery]
processQuery Dict[DashboardWidgetDistributionDefinitionRequestProcessQuery]
q str
style Dict[DashboardWidgetDistributionDefinitionRequestStyle]

DashboardWidgetDistributionDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetDistributionDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetDistributionDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetDistributionDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetDistributionDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy
Search DashboardWidgetDistributionDefinitionRequestApmQuerySearch
compute DashboardWidgetDistributionDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetDistributionDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetDistributionDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetDistributionDefinitionRequestApmQuerySearch]

DashboardWidgetDistributionDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySort]

DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetDistributionDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetDistributionDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetDistributionDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetDistributionDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetDistributionDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetDistributionDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy
Search DashboardWidgetDistributionDefinitionRequestLogQuerySearch
compute DashboardWidgetDistributionDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetDistributionDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetDistributionDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetDistributionDefinitionRequestLogQuerySearch]

DashboardWidgetDistributionDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySort]

DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetDistributionDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetDistributionDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetDistributionDefinitionRequestStyle

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Palette string
Palette string
palette string
palette str

DashboardWidgetDistributionDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetEventStreamDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
EventSize string
Time DashboardWidgetEventStreamDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Query string
EventSize string
Time DashboardWidgetEventStreamDefinitionTime
Title string
TitleAlign string
TitleSize string
query string
eventSize string
time DashboardWidgetEventStreamDefinitionTime
title string
titleAlign string
titleSize string
query str
eventSize str
time Dict[DashboardWidgetEventStreamDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetEventStreamDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetEventTimelineDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Time DashboardWidgetEventTimelineDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Query string
Time DashboardWidgetEventTimelineDefinitionTime
Title string
TitleAlign string
TitleSize string
query string
time DashboardWidgetEventTimelineDefinitionTime
title string
titleAlign string
titleSize string
query str
time Dict[DashboardWidgetEventTimelineDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetEventTimelineDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetFreeTextDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Text string
Color string
FontSize string
TextAlign string
Text string
Color string
FontSize string
TextAlign string
text string
color string
fontSize string
textAlign string
text str
color str
fontSize str
textAlign str

DashboardWidgetGroupDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LayoutType string
Widgets List<DashboardWidgetGroupDefinitionWidgetArgs>
Title string
LayoutType string
Widgets []DashboardWidgetGroupDefinitionWidget
Title string
layoutType string
widgets DashboardWidgetGroupDefinitionWidget[]
title string
layout_type str
widgets List[DashboardWidgetGroupDefinitionWidget]
title str

DashboardWidgetGroupDefinitionWidget

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AlertGraphDefinition DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionArgs
AlertValueDefinition DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionArgs
ChangeDefinition DashboardWidgetGroupDefinitionWidgetChangeDefinitionArgs
CheckStatusDefinition DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionArgs
DistributionDefinition DashboardWidgetGroupDefinitionWidgetDistributionDefinitionArgs
EventStreamDefinition DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionArgs
EventTimelineDefinition DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionArgs
FreeTextDefinition DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionArgs
HeatmapDefinition DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionArgs
HostmapDefinition DashboardWidgetGroupDefinitionWidgetHostmapDefinitionArgs
IframeDefinition DashboardWidgetGroupDefinitionWidgetIframeDefinitionArgs
ImageDefinition DashboardWidgetGroupDefinitionWidgetImageDefinitionArgs
Layout DashboardWidgetGroupDefinitionWidgetLayoutArgs
LogStreamDefinition DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionArgs
ManageStatusDefinition DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionArgs
NoteDefinition DashboardWidgetGroupDefinitionWidgetNoteDefinitionArgs
QueryTableDefinition DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionArgs
QueryValueDefinition DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionArgs
ScatterplotDefinition DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionArgs
ServiceLevelObjectiveDefinition DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionArgs
TimeseriesDefinition DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionArgs
ToplistDefinition DashboardWidgetGroupDefinitionWidgetToplistDefinitionArgs
TraceServiceDefinition DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionArgs
AlertGraphDefinition DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition
AlertValueDefinition DashboardWidgetGroupDefinitionWidgetAlertValueDefinition
ChangeDefinition DashboardWidgetGroupDefinitionWidgetChangeDefinition
CheckStatusDefinition DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition
DistributionDefinition DashboardWidgetGroupDefinitionWidgetDistributionDefinition
EventStreamDefinition DashboardWidgetGroupDefinitionWidgetEventStreamDefinition
EventTimelineDefinition DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition
FreeTextDefinition DashboardWidgetGroupDefinitionWidgetFreeTextDefinition
HeatmapDefinition DashboardWidgetGroupDefinitionWidgetHeatmapDefinition
HostmapDefinition DashboardWidgetGroupDefinitionWidgetHostmapDefinition
IframeDefinition DashboardWidgetGroupDefinitionWidgetIframeDefinition
ImageDefinition DashboardWidgetGroupDefinitionWidgetImageDefinition
Layout DashboardWidgetGroupDefinitionWidgetLayout
LogStreamDefinition DashboardWidgetGroupDefinitionWidgetLogStreamDefinition
ManageStatusDefinition DashboardWidgetGroupDefinitionWidgetManageStatusDefinition
NoteDefinition DashboardWidgetGroupDefinitionWidgetNoteDefinition
QueryTableDefinition DashboardWidgetGroupDefinitionWidgetQueryTableDefinition
QueryValueDefinition DashboardWidgetGroupDefinitionWidgetQueryValueDefinition
ScatterplotDefinition DashboardWidgetGroupDefinitionWidgetScatterplotDefinition
ServiceLevelObjectiveDefinition DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition
TimeseriesDefinition DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition
ToplistDefinition DashboardWidgetGroupDefinitionWidgetToplistDefinition
TraceServiceDefinition DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition
alertGraphDefinition DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition
alertValueDefinition DashboardWidgetGroupDefinitionWidgetAlertValueDefinition
changeDefinition DashboardWidgetGroupDefinitionWidgetChangeDefinition
checkStatusDefinition DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition
distributionDefinition DashboardWidgetGroupDefinitionWidgetDistributionDefinition
eventStreamDefinition DashboardWidgetGroupDefinitionWidgetEventStreamDefinition
eventTimelineDefinition DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition
freeTextDefinition DashboardWidgetGroupDefinitionWidgetFreeTextDefinition
heatmapDefinition DashboardWidgetGroupDefinitionWidgetHeatmapDefinition
hostmapDefinition DashboardWidgetGroupDefinitionWidgetHostmapDefinition
iframeDefinition DashboardWidgetGroupDefinitionWidgetIframeDefinition
imageDefinition DashboardWidgetGroupDefinitionWidgetImageDefinition
layout DashboardWidgetGroupDefinitionWidgetLayout
logStreamDefinition DashboardWidgetGroupDefinitionWidgetLogStreamDefinition
manageStatusDefinition DashboardWidgetGroupDefinitionWidgetManageStatusDefinition
noteDefinition DashboardWidgetGroupDefinitionWidgetNoteDefinition
queryTableDefinition DashboardWidgetGroupDefinitionWidgetQueryTableDefinition
queryValueDefinition DashboardWidgetGroupDefinitionWidgetQueryValueDefinition
scatterplotDefinition DashboardWidgetGroupDefinitionWidgetScatterplotDefinition
serviceLevelObjectiveDefinition DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition
timeseriesDefinition DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition
toplistDefinition DashboardWidgetGroupDefinitionWidgetToplistDefinition
traceServiceDefinition DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition
alertGraphDefinition Dict[DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition]
alertValueDefinition Dict[DashboardWidgetGroupDefinitionWidgetAlertValueDefinition]
changeDefinition Dict[DashboardWidgetGroupDefinitionWidgetChangeDefinition]
checkStatusDefinition Dict[DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition]
distributionDefinition Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinition]
eventStreamDefinition Dict[DashboardWidgetGroupDefinitionWidgetEventStreamDefinition]
eventTimelineDefinition Dict[DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition]
freeTextDefinition Dict[DashboardWidgetGroupDefinitionWidgetFreeTextDefinition]
heatmapDefinition Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinition]
hostmapDefinition Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinition]
iframeDefinition Dict[DashboardWidgetGroupDefinitionWidgetIframeDefinition]
imageDefinition Dict[DashboardWidgetGroupDefinitionWidgetImageDefinition]
layout Dict[DashboardWidgetGroupDefinitionWidgetLayout]
logStreamDefinition Dict[DashboardWidgetGroupDefinitionWidgetLogStreamDefinition]
manageStatusDefinition Dict[DashboardWidgetGroupDefinitionWidgetManageStatusDefinition]
noteDefinition Dict[DashboardWidgetGroupDefinitionWidgetNoteDefinition]
queryTableDefinition Dict[DashboardWidgetGroupDefinitionWidgetQueryTableDefinition]
queryValueDefinition Dict[DashboardWidgetGroupDefinitionWidgetQueryValueDefinition]
scatterplotDefinition Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinition]
serviceLevelObjectiveDefinition Dict[DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition]
timeseriesDefinition Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition]
toplistDefinition Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinition]
traceServiceDefinition Dict[DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition]

DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AlertId string
VizType string
Time DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
AlertId string
VizType string
Time DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionTime
Title string
TitleAlign string
TitleSize string
alertId string
vizType string
time DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionTime
title string
titleAlign string
titleSize string
alertId str
vizType str
time Dict[DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetAlertValueDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

AlertId string
Precision int
TextAlign string
Title string
TitleAlign string
TitleSize string
Unit string
AlertId string
Precision int
TextAlign string
Title string
TitleAlign string
TitleSize string
Unit string
alertId string
precision number
textAlign string
title string
titleAlign string
titleSize string
unit string
alertId str
precision float
textAlign str
title str
titleAlign str
titleSize str
unit str

DashboardWidgetGroupDefinitionWidgetChangeDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Requests List<DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestArgs>
Time DashboardWidgetGroupDefinitionWidgetChangeDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Requests []DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest
Time DashboardWidgetGroupDefinitionWidgetChangeDefinitionTime
Title string
TitleAlign string
TitleSize string
requests DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest[]
time DashboardWidgetGroupDefinitionWidgetChangeDefinitionTime
title string
titleAlign string
titleSize string
requests List[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest]
time Dict[DashboardWidgetGroupDefinitionWidgetChangeDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryArgs
ChangeType string
CompareTo string
IncreaseGood bool
LogQuery DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryArgs
OrderBy string
OrderDir string
ProcessQuery DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryArgs
Q string
ShowPresent bool
ApmQuery DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery
ChangeType string
CompareTo string
IncreaseGood bool
LogQuery DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery
OrderBy string
OrderDir string
ProcessQuery DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery
Q string
ShowPresent bool
apmQuery DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery
changeType string
compareTo string
increaseGood boolean
logQuery DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery
orderBy string
orderDir string
processQuery DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery
q string
showPresent boolean
apmQuery Dict[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery]
changeType str
compareTo str
increaseGood bool
logQuery Dict[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery]
orderBy str
orderDir str
processQuery Dict[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery]
q str
showPresent bool

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuerySearch
compute DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuerySearch]

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuerySearch
compute DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuerySearch]

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetGroupDefinitionWidgetChangeDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Check string
Grouping string
Group string
GroupBies List<string>
Tags List<string>
Time DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Check string
Grouping string
Group string
GroupBies []string
Tags []string
Time DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionTime
Title string
TitleAlign string
TitleSize string
check string
grouping string
group string
groupBies string[]
tags string[]
time DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionTime
title string
titleAlign string
titleSize string
check str
grouping str
group str
groupBies List[str]
tags List[str]
time Dict[DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetDistributionDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Requests List<DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestArgs>
Time DashboardWidgetGroupDefinitionWidgetDistributionDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Requests []DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest
Time DashboardWidgetGroupDefinitionWidgetDistributionDefinitionTime
Title string
TitleAlign string
TitleSize string
requests DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest[]
time DashboardWidgetGroupDefinitionWidgetDistributionDefinitionTime
title string
titleAlign string
titleSize string
requests List[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest]
time Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryArgs
LogQuery DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryArgs
ProcessQuery DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryArgs
Q string
Style DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleArgs
ApmQuery DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery
LogQuery DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery
ProcessQuery DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery
Q string
Style DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle
apmQuery DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery
logQuery DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery
processQuery DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery
q string
style DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle
apmQuery Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery]
logQuery Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery]
processQuery Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery]
q str
style Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle]

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuerySearch
compute DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuerySearch]

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuerySearch
compute DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuerySearch]

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Palette string
Palette string
palette string
palette str

DashboardWidgetGroupDefinitionWidgetDistributionDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetEventStreamDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
EventSize string
Time DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Query string
EventSize string
Time DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionTime
Title string
TitleAlign string
TitleSize string
query string
eventSize string
time DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionTime
title string
titleAlign string
titleSize string
query str
eventSize str
time Dict[DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Time DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Query string
Time DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionTime
Title string
TitleAlign string
TitleSize string
query string
time DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionTime
title string
titleAlign string
titleSize string
query str
time Dict[DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetFreeTextDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Text string
Color string
FontSize string
TextAlign string
Text string
Color string
FontSize string
TextAlign string
text string
color string
fontSize string
textAlign string
text str
color str
fontSize str
textAlign str

DashboardWidgetGroupDefinitionWidgetHeatmapDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Requests List<DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestArgs>
Time DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Yaxis DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisArgs
Requests []DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest
Time DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionTime
Title string
TitleAlign string
TitleSize string
Yaxis DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis
requests DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest[]
time DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionTime
title string
titleAlign string
titleSize string
yaxis DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis
requests List[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest]
time Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionTime]
title str
titleAlign str
titleSize str
yaxis Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis]

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryArgs
LogQuery DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryArgs
ProcessQuery DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryArgs
Q string
Style DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleArgs
ApmQuery DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery
LogQuery DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery
ProcessQuery DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery
Q string
Style DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle
apmQuery DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery
logQuery DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery
processQuery DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery
q string
style DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle
apmQuery Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery]
logQuery Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery]
processQuery Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery]
q str
style Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle]

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuerySearch
compute DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuerySearch]

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuerySearch
compute DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuerySearch]

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Palette string
Palette string
palette string
palette str

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IncludeZero bool
Label string
Max string
Min string
Scale string
IncludeZero bool
Label string
Max string
Min string
Scale string
includeZero boolean
label string
max string
min string
scale string
includeZero bool
label str
max str
min str
scale str

DashboardWidgetGroupDefinitionWidgetHostmapDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Groups List<string>
NoGroupHosts bool
NoMetricHosts bool
NodeType string
Request DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestArgs
Scopes List<string>
Style DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleArgs
Title string
TitleAlign string
TitleSize string
Groups []string
NoGroupHosts bool
NoMetricHosts bool
NodeType string
Request DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest
Scopes []string
Style DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle
Title string
TitleAlign string
TitleSize string
groups string[]
noGroupHosts boolean
noMetricHosts boolean
nodeType string
request DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest
scopes string[]
style DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle
title string
titleAlign string
titleSize string
groups List[str]
noGroupHosts bool
noMetricHosts bool
nodeType str
request Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest]
scopes List[str]
style Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Fills List<DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillArgs>
Sizes List<DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeArgs>
Fills []DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill
Sizes []DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize
fills DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill[]
sizes DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize[]
fills List[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill]
sizes List[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize]

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryArgs
LogQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryArgs
ProcessQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryArgs
Q string
ApmQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery
LogQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery
ProcessQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery
Q string
apmQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery
logQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery
processQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery
q string
apmQuery Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery]
logQuery Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery]
processQuery Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery]
q str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuerySearch
compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuerySearch]

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuerySearch
compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuerySearch]

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryArgs
LogQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryArgs
ProcessQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryArgs
Q string
ApmQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery
LogQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery
ProcessQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery
Q string
apmQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery
logQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery
processQuery DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery
q string
apmQuery Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery]
logQuery Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery]
processQuery Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery]
q str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuerySearch
compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuerySearch]

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuerySearch
compute DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuerySearch]

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

FillMax string
FillMin string
Palette string
PaletteFlip bool
FillMax string
FillMin string
Palette string
PaletteFlip bool
fillMax string
fillMin string
palette string
paletteFlip boolean
fillMax str
fillMin str
palette str
paletteFlip bool

DashboardWidgetGroupDefinitionWidgetIframeDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Url string
Url string
url string
url str

DashboardWidgetGroupDefinitionWidgetImageDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Url string
Margin string
Sizing string
Url string
Margin string
Sizing string
url string
margin string
sizing string
url str
margin str
sizing str

DashboardWidgetGroupDefinitionWidgetLayout

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Height double
Width double
X double
Y double
Height float64
Width float64
X float64
Y float64
height number
width number
x number
y number
height float
width float
x float
y float

DashboardWidgetGroupDefinitionWidgetLogStreamDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Logset string
Columns List<string>
Query string
Time DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Logset string
Columns []string
Query string
Time DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionTime
Title string
TitleAlign string
TitleSize string
logset string
columns string[]
query string
time DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionTime
title string
titleAlign string
titleSize string
logset str
columns List[str]
query str
time Dict[DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetManageStatusDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
ColorPreference string
Count int

Deprecated: This parameter may be removed from the dashboard API in the future

DisplayFormat string
HideZeroCounts bool
ShowLastTriggered bool
Sort string
Start int

Deprecated: This parameter may be removed from the dashboard API in the future

SummaryType string
Title string
TitleAlign string
TitleSize string
Query string
ColorPreference string
Count int

Deprecated: This parameter may be removed from the dashboard API in the future

DisplayFormat string
HideZeroCounts bool
ShowLastTriggered bool
Sort string
Start int

Deprecated: This parameter may be removed from the dashboard API in the future

SummaryType string
Title string
TitleAlign string
TitleSize string
query string
colorPreference string
count number

Deprecated: This parameter may be removed from the dashboard API in the future

displayFormat string
hideZeroCounts boolean
showLastTriggered boolean
sort string
start number

Deprecated: This parameter may be removed from the dashboard API in the future

summaryType string
title string
titleAlign string
titleSize string
query str
colorPreference str
count float

Deprecated: This parameter may be removed from the dashboard API in the future

displayFormat str
hideZeroCounts bool
showLastTriggered bool
sort str
start float

Deprecated: This parameter may be removed from the dashboard API in the future

summaryType str
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetNoteDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Content string
BackgroundColor string
FontSize string
ShowTick bool
TextAlign string
TickEdge string
TickPos string
Content string
BackgroundColor string
FontSize string
ShowTick bool
TextAlign string
TickEdge string
TickPos string
content string
backgroundColor string
fontSize string
showTick boolean
textAlign string
tickEdge string
tickPos string
content str
backgroundColor str
fontSize str
showTick bool
textAlign str
tickEdge str
tickPos str

DashboardWidgetGroupDefinitionWidgetQueryTableDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Requests List<DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestArgs>
Time DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Requests []DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest
Time DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionTime
Title string
TitleAlign string
TitleSize string
requests DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest[]
time DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionTime
title string
titleAlign string
titleSize string
requests List[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest]
time Dict[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregator string
Alias string
ApmQuery DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryArgs
ConditionalFormats List<DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatArgs>
Limit int
LogQuery DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryArgs
Order string
ProcessQuery DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryArgs
Q string
Aggregator string
Alias string
ApmQuery DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery
ConditionalFormats []DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormat
Limit int
LogQuery DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery
Order string
ProcessQuery DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery
Q string
aggregator string
alias string
apmQuery DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery
conditionalFormats DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormat[]
limit number
logQuery DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery
order string
processQuery DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery
q string
aggregator str
alias str
apmQuery Dict[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery]
conditionalFormats List[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormat]
limit float
logQuery Dict[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery]
order str
processQuery Dict[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery]
q str

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuerySearch
compute DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuerySearch]

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormat

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Comparator string
Palette string
Value double
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
Comparator string
Palette string
Value float64
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
comparator string
palette string
value number
customBgColor string
customFgColor string
hideValue boolean
imageUrl string
timeframe string
comparator str
palette str
value float
customBgColor str
customFgColor str
hideValue bool
imageUrl str
timeframe str

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuerySearch
compute DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuerySearch]

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetQueryValueDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Autoscale bool
CustomUnit string
Precision int
Requests List<DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestArgs>
TextAlign string
Time DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Autoscale bool
CustomUnit string
Precision int
Requests []DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest
TextAlign string
Time DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTime
Title string
TitleAlign string
TitleSize string
autoscale boolean
customUnit string
precision number
requests DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest[]
textAlign string
time DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTime
title string
titleAlign string
titleSize string
autoscale bool
customUnit str
precision float
requests List[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest]
textAlign str
time Dict[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregator string
ApmQuery DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryArgs
ConditionalFormats List<DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatArgs>
LogQuery DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryArgs
ProcessQuery DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryArgs
Q string
Aggregator string
ApmQuery DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery
ConditionalFormats []DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormat
LogQuery DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery
ProcessQuery DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery
Q string
aggregator string
apmQuery DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery
conditionalFormats DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormat[]
logQuery DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery
processQuery DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery
q string
aggregator str
apmQuery Dict[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery]
conditionalFormats List[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormat]
logQuery Dict[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery]
processQuery Dict[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery]
q str

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuerySearch
compute DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuerySearch]

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormat

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Comparator string
Palette string
Value double
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
Comparator string
Palette string
Value float64
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
comparator string
palette string
value number
customBgColor string
customFgColor string
hideValue boolean
imageUrl string
timeframe string
comparator str
palette str
value float
customBgColor str
customFgColor str
hideValue bool
imageUrl str
timeframe str

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuerySearch
compute DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuerySearch]

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ColorByGroups List<string>
Request DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestArgs
Time DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Xaxis DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisArgs
Yaxis DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisArgs
ColorByGroups []string
Request DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest
Time DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionTime
Title string
TitleAlign string
TitleSize string
Xaxis DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis
Yaxis DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis
colorByGroups string[]
request DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest
time DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionTime
title string
titleAlign string
titleSize string
xaxis DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis
yaxis DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis
colorByGroups List[str]
request Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest]
time Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionTime]
title str
titleAlign str
titleSize str
xaxis Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis]
yaxis Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis]

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Xes List<DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXArgs>
Ys List<DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYArgs>
Xes []DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX
Ys []DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY
xes DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX[]
ys DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY[]
xes List[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX]
ys List[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY]

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregator string
ApmQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryArgs
LogQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryArgs
ProcessQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryArgs
Q string
Aggregator string
ApmQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery
LogQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery
ProcessQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery
Q string
aggregator string
apmQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery
logQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery
processQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery
q string
aggregator str
apmQuery Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery]
logQuery Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery]
processQuery Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery]
q str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuerySearch
compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuerySearch]

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuerySearch
compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuerySearch]

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregator string
ApmQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryArgs
LogQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryArgs
ProcessQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryArgs
Q string
Aggregator string
ApmQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery
LogQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery
ProcessQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery
Q string
aggregator string
apmQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery
logQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery
processQuery DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery
q string
aggregator str
apmQuery Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery]
logQuery Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery]
processQuery Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery]
q str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuerySearch
compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuerySearch]

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuerySearch
compute DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuerySearch]

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IncludeZero bool
Label string
Max string
Min string
Scale string
IncludeZero bool
Label string
Max string
Min string
Scale string
includeZero boolean
label string
max string
min string
scale string
includeZero bool
label str
max str
min str
scale str

DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IncludeZero bool
Label string
Max string
Min string
Scale string
IncludeZero bool
Label string
Max string
Min string
Scale string
includeZero boolean
label string
max string
min string
scale string
includeZero bool
label str
max str
min str
scale str

DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

SloId string
TimeWindows List<string>
ViewMode string
ViewType string
ShowErrorBudget bool
Title string
TitleAlign string
TitleSize string
SloId string
TimeWindows []string
ViewMode string
ViewType string
ShowErrorBudget bool
Title string
TitleAlign string
TitleSize string
sloId string
timeWindows string[]
viewMode string
viewType string
showErrorBudget boolean
title string
titleAlign string
titleSize string
sloId str
timeWindows List[str]
viewMode str
viewType str
showErrorBudget bool
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Events List<DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventArgs>
LegendSize string
Markers List<DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerArgs>
Requests List<DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestArgs>
ShowLegend bool
Time DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Yaxis DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisArgs
Events []DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent
LegendSize string
Markers []DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker
Requests []DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest
ShowLegend bool
Time DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionTime
Title string
TitleAlign string
TitleSize string
Yaxis DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis
events DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent[]
legendSize string
markers DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker[]
requests DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest[]
showLegend boolean
time DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionTime
title string
titleAlign string
titleSize string
yaxis DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis
events List[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent]
legendSize str
markers List[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker]
requests List[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest]
showLegend bool
time Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionTime]
title str
titleAlign str
titleSize str
yaxis Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis]

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Q string
Q string
q string
q str

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Value string
DisplayType string
Label string
Value string
DisplayType string
Label string
value string
displayType string
label string
value str
displayType str
label str

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryArgs
DisplayType string
LogQuery DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryArgs
Metadatas List<DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataArgs>
ProcessQuery DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryArgs
Q string
Style DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleArgs
ApmQuery DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery
DisplayType string
LogQuery DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery
Metadatas []DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata
ProcessQuery DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery
Q string
Style DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle
apmQuery DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery
displayType string
logQuery DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery
metadatas DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata[]
processQuery DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery
q string
style DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle
apmQuery Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery]
displayType str
logQuery Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery]
metadatas List[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata]
processQuery Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery]
q str
style Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle]

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuerySearch
compute DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuerySearch]

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuerySearch
compute DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuerySearch]

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Expression string
AliasName string
Expression string
AliasName string
expression string
aliasName string
expression str
aliasName str

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LineType string
LineWidth string
Palette string
LineType string
LineWidth string
Palette string
lineType string
lineWidth string
palette string
lineType str
lineWidth str
palette str

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IncludeZero bool
Label string
Max string
Min string
Scale string
IncludeZero bool
Label string
Max string
Min string
Scale string
includeZero boolean
label string
max string
min string
scale string
includeZero bool
label str
max str
min str
scale str

DashboardWidgetGroupDefinitionWidgetToplistDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Requests List<DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestArgs>
Time DashboardWidgetGroupDefinitionWidgetToplistDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Requests []DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest
Time DashboardWidgetGroupDefinitionWidgetToplistDefinitionTime
Title string
TitleAlign string
TitleSize string
requests DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest[]
time DashboardWidgetGroupDefinitionWidgetToplistDefinitionTime
title string
titleAlign string
titleSize string
requests List[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest]
time Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryArgs
ConditionalFormats List<DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatArgs>
LogQuery DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryArgs
ProcessQuery DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryArgs
Q string
Style DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleArgs
ApmQuery DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery
ConditionalFormats []DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormat
LogQuery DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery
ProcessQuery DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery
Q string
Style DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle
apmQuery DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery
conditionalFormats DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormat[]
logQuery DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery
processQuery DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery
q string
style DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle
apmQuery Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery]
conditionalFormats List[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormat]
logQuery Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery]
processQuery Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery]
q str
style Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle]

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuerySearch
compute DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuerySearch]

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormat

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Comparator string
Palette string
Value double
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
Comparator string
Palette string
Value float64
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
comparator string
palette string
value number
customBgColor string
customFgColor string
hideValue boolean
imageUrl string
timeframe string
comparator str
palette str
value float
customBgColor str
customFgColor str
hideValue bool
imageUrl str
timeframe str

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy
Search DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuerySearch
compute DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuerySearch]

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySort]

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Palette string
Palette string
palette string
palette str

DashboardWidgetGroupDefinitionWidgetToplistDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Env string
Service string
SpanName string
DisplayFormat string
ShowBreakdown bool
ShowDistribution bool
ShowErrors bool
ShowHits bool
ShowLatency bool
ShowResourceList bool
SizeFormat string
Time DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Env string
Service string
SpanName string
DisplayFormat string
ShowBreakdown bool
ShowDistribution bool
ShowErrors bool
ShowHits bool
ShowLatency bool
ShowResourceList bool
SizeFormat string
Time DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionTime
Title string
TitleAlign string
TitleSize string
env string
service string
spanName string
displayFormat string
showBreakdown boolean
showDistribution boolean
showErrors boolean
showHits boolean
showLatency boolean
showResourceList boolean
sizeFormat string
time DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionTime
title string
titleAlign string
titleSize string
env str
service str
spanName str
displayFormat str
showBreakdown bool
showDistribution bool
showErrors bool
showHits bool
showLatency bool
showResourceList bool
sizeFormat str
time Dict[DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetHeatmapDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Requests List<DashboardWidgetHeatmapDefinitionRequestArgs>
Time DashboardWidgetHeatmapDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Yaxis DashboardWidgetHeatmapDefinitionYaxisArgs
Requests []DashboardWidgetHeatmapDefinitionRequest
Time DashboardWidgetHeatmapDefinitionTime
Title string
TitleAlign string
TitleSize string
Yaxis DashboardWidgetHeatmapDefinitionYaxis
requests DashboardWidgetHeatmapDefinitionRequest[]
time DashboardWidgetHeatmapDefinitionTime
title string
titleAlign string
titleSize string
yaxis DashboardWidgetHeatmapDefinitionYaxis
requests List[DashboardWidgetHeatmapDefinitionRequest]
time Dict[DashboardWidgetHeatmapDefinitionTime]
title str
titleAlign str
titleSize str
yaxis Dict[DashboardWidgetHeatmapDefinitionYaxis]

DashboardWidgetHeatmapDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetHeatmapDefinitionRequestApmQueryArgs
LogQuery DashboardWidgetHeatmapDefinitionRequestLogQueryArgs
ProcessQuery DashboardWidgetHeatmapDefinitionRequestProcessQueryArgs
Q string
Style DashboardWidgetHeatmapDefinitionRequestStyleArgs
ApmQuery DashboardWidgetHeatmapDefinitionRequestApmQuery
LogQuery DashboardWidgetHeatmapDefinitionRequestLogQuery
ProcessQuery DashboardWidgetHeatmapDefinitionRequestProcessQuery
Q string
Style DashboardWidgetHeatmapDefinitionRequestStyle
apmQuery DashboardWidgetHeatmapDefinitionRequestApmQuery
logQuery DashboardWidgetHeatmapDefinitionRequestLogQuery
processQuery DashboardWidgetHeatmapDefinitionRequestProcessQuery
q string
style DashboardWidgetHeatmapDefinitionRequestStyle
apmQuery Dict[DashboardWidgetHeatmapDefinitionRequestApmQuery]
logQuery Dict[DashboardWidgetHeatmapDefinitionRequestLogQuery]
processQuery Dict[DashboardWidgetHeatmapDefinitionRequestProcessQuery]
q str
style Dict[DashboardWidgetHeatmapDefinitionRequestStyle]

DashboardWidgetHeatmapDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetHeatmapDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetHeatmapDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetHeatmapDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy
Search DashboardWidgetHeatmapDefinitionRequestApmQuerySearch
compute DashboardWidgetHeatmapDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetHeatmapDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetHeatmapDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetHeatmapDefinitionRequestApmQuerySearch]

DashboardWidgetHeatmapDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySort]

DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetHeatmapDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetHeatmapDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetHeatmapDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetHeatmapDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetHeatmapDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy
Search DashboardWidgetHeatmapDefinitionRequestLogQuerySearch
compute DashboardWidgetHeatmapDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetHeatmapDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetHeatmapDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetHeatmapDefinitionRequestLogQuerySearch]

DashboardWidgetHeatmapDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySort]

DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetHeatmapDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetHeatmapDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetHeatmapDefinitionRequestStyle

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Palette string
Palette string
palette string
palette str

DashboardWidgetHeatmapDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetHeatmapDefinitionYaxis

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IncludeZero bool
Label string
Max string
Min string
Scale string
IncludeZero bool
Label string
Max string
Min string
Scale string
includeZero boolean
label string
max string
min string
scale string
includeZero bool
label str
max str
min str
scale str

DashboardWidgetHostmapDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Groups List<string>
NoGroupHosts bool
NoMetricHosts bool
NodeType string
Request DashboardWidgetHostmapDefinitionRequestArgs
Scopes List<string>
Style DashboardWidgetHostmapDefinitionStyleArgs
Title string
TitleAlign string
TitleSize string
Groups []string
NoGroupHosts bool
NoMetricHosts bool
NodeType string
Request DashboardWidgetHostmapDefinitionRequest
Scopes []string
Style DashboardWidgetHostmapDefinitionStyle
Title string
TitleAlign string
TitleSize string
groups string[]
noGroupHosts boolean
noMetricHosts boolean
nodeType string
request DashboardWidgetHostmapDefinitionRequest
scopes string[]
style DashboardWidgetHostmapDefinitionStyle
title string
titleAlign string
titleSize string
groups List[str]
noGroupHosts bool
noMetricHosts bool
nodeType str
request Dict[DashboardWidgetHostmapDefinitionRequest]
scopes List[str]
style Dict[DashboardWidgetHostmapDefinitionStyle]
title str
titleAlign str
titleSize str

DashboardWidgetHostmapDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Fills List<DashboardWidgetHostmapDefinitionRequestFillArgs>
Sizes List<DashboardWidgetHostmapDefinitionRequestSizeArgs>
Fills []DashboardWidgetHostmapDefinitionRequestFill
Sizes []DashboardWidgetHostmapDefinitionRequestSize
fills DashboardWidgetHostmapDefinitionRequestFill[]
sizes DashboardWidgetHostmapDefinitionRequestSize[]
fills List[DashboardWidgetHostmapDefinitionRequestFill]
sizes List[DashboardWidgetHostmapDefinitionRequestSize]

DashboardWidgetHostmapDefinitionRequestFill

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetHostmapDefinitionRequestFillApmQueryArgs
LogQuery DashboardWidgetHostmapDefinitionRequestFillLogQueryArgs
ProcessQuery DashboardWidgetHostmapDefinitionRequestFillProcessQueryArgs
Q string
ApmQuery DashboardWidgetHostmapDefinitionRequestFillApmQuery
LogQuery DashboardWidgetHostmapDefinitionRequestFillLogQuery
ProcessQuery DashboardWidgetHostmapDefinitionRequestFillProcessQuery
Q string
apmQuery DashboardWidgetHostmapDefinitionRequestFillApmQuery
logQuery DashboardWidgetHostmapDefinitionRequestFillLogQuery
processQuery DashboardWidgetHostmapDefinitionRequestFillProcessQuery
q string
apmQuery Dict[DashboardWidgetHostmapDefinitionRequestFillApmQuery]
logQuery Dict[DashboardWidgetHostmapDefinitionRequestFillLogQuery]
processQuery Dict[DashboardWidgetHostmapDefinitionRequestFillProcessQuery]
q str

DashboardWidgetHostmapDefinitionRequestFillApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByArgs>
Search DashboardWidgetHostmapDefinitionRequestFillApmQuerySearchArgs
Compute DashboardWidgetHostmapDefinitionRequestFillApmQueryCompute
Index string
GroupBies []DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy
Search DashboardWidgetHostmapDefinitionRequestFillApmQuerySearch
compute DashboardWidgetHostmapDefinitionRequestFillApmQueryCompute
index string
groupBies DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy[]
search DashboardWidgetHostmapDefinitionRequestFillApmQuerySearch
compute Dict[DashboardWidgetHostmapDefinitionRequestFillApmQueryCompute]
index str
groupBies List[DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy]
search Dict[DashboardWidgetHostmapDefinitionRequestFillApmQuerySearch]

DashboardWidgetHostmapDefinitionRequestFillApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySort]

DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetHostmapDefinitionRequestFillApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetHostmapDefinitionRequestFillLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByArgs>
Search DashboardWidgetHostmapDefinitionRequestFillLogQuerySearchArgs
Compute DashboardWidgetHostmapDefinitionRequestFillLogQueryCompute
Index string
GroupBies []DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy
Search DashboardWidgetHostmapDefinitionRequestFillLogQuerySearch
compute DashboardWidgetHostmapDefinitionRequestFillLogQueryCompute
index string
groupBies DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy[]
search DashboardWidgetHostmapDefinitionRequestFillLogQuerySearch
compute Dict[DashboardWidgetHostmapDefinitionRequestFillLogQueryCompute]
index str
groupBies List[DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy]
search Dict[DashboardWidgetHostmapDefinitionRequestFillLogQuerySearch]

DashboardWidgetHostmapDefinitionRequestFillLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySort]

DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetHostmapDefinitionRequestFillLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetHostmapDefinitionRequestFillProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetHostmapDefinitionRequestSize

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetHostmapDefinitionRequestSizeApmQueryArgs
LogQuery DashboardWidgetHostmapDefinitionRequestSizeLogQueryArgs
ProcessQuery DashboardWidgetHostmapDefinitionRequestSizeProcessQueryArgs
Q string
ApmQuery DashboardWidgetHostmapDefinitionRequestSizeApmQuery
LogQuery DashboardWidgetHostmapDefinitionRequestSizeLogQuery
ProcessQuery DashboardWidgetHostmapDefinitionRequestSizeProcessQuery
Q string
apmQuery DashboardWidgetHostmapDefinitionRequestSizeApmQuery
logQuery DashboardWidgetHostmapDefinitionRequestSizeLogQuery
processQuery DashboardWidgetHostmapDefinitionRequestSizeProcessQuery
q string
apmQuery Dict[DashboardWidgetHostmapDefinitionRequestSizeApmQuery]
logQuery Dict[DashboardWidgetHostmapDefinitionRequestSizeLogQuery]
processQuery Dict[DashboardWidgetHostmapDefinitionRequestSizeProcessQuery]
q str

DashboardWidgetHostmapDefinitionRequestSizeApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByArgs>
Search DashboardWidgetHostmapDefinitionRequestSizeApmQuerySearchArgs
Compute DashboardWidgetHostmapDefinitionRequestSizeApmQueryCompute
Index string
GroupBies []DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy
Search DashboardWidgetHostmapDefinitionRequestSizeApmQuerySearch
compute DashboardWidgetHostmapDefinitionRequestSizeApmQueryCompute
index string
groupBies DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy[]
search DashboardWidgetHostmapDefinitionRequestSizeApmQuerySearch
compute Dict[DashboardWidgetHostmapDefinitionRequestSizeApmQueryCompute]
index str
groupBies List[DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy]
search Dict[DashboardWidgetHostmapDefinitionRequestSizeApmQuerySearch]

DashboardWidgetHostmapDefinitionRequestSizeApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySort]

DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetHostmapDefinitionRequestSizeApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetHostmapDefinitionRequestSizeLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByArgs>
Search DashboardWidgetHostmapDefinitionRequestSizeLogQuerySearchArgs
Compute DashboardWidgetHostmapDefinitionRequestSizeLogQueryCompute
Index string
GroupBies []DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy
Search DashboardWidgetHostmapDefinitionRequestSizeLogQuerySearch
compute DashboardWidgetHostmapDefinitionRequestSizeLogQueryCompute
index string
groupBies DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy[]
search DashboardWidgetHostmapDefinitionRequestSizeLogQuerySearch
compute Dict[DashboardWidgetHostmapDefinitionRequestSizeLogQueryCompute]
index str
groupBies List[DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy]
search Dict[DashboardWidgetHostmapDefinitionRequestSizeLogQuerySearch]

DashboardWidgetHostmapDefinitionRequestSizeLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySort]

DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetHostmapDefinitionRequestSizeLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetHostmapDefinitionRequestSizeProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetHostmapDefinitionStyle

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

FillMax string
FillMin string
Palette string
PaletteFlip bool
FillMax string
FillMin string
Palette string
PaletteFlip bool
fillMax string
fillMin string
palette string
paletteFlip boolean
fillMax str
fillMin str
palette str
paletteFlip bool

DashboardWidgetIframeDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Url string
Url string
url string
url str

DashboardWidgetImageDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Url string
Margin string
Sizing string
Url string
Margin string
Sizing string
url string
margin string
sizing string
url str
margin str
sizing str

DashboardWidgetLayout

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Height double
Width double
X double
Y double
Height float64
Width float64
X float64
Y float64
height number
width number
x number
y number
height float
width float
x float
y float

DashboardWidgetLogStreamDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Logset string
Columns List<string>
Query string
Time DashboardWidgetLogStreamDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Logset string
Columns []string
Query string
Time DashboardWidgetLogStreamDefinitionTime
Title string
TitleAlign string
TitleSize string
logset string
columns string[]
query string
time DashboardWidgetLogStreamDefinitionTime
title string
titleAlign string
titleSize string
logset str
columns List[str]
query str
time Dict[DashboardWidgetLogStreamDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetLogStreamDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetManageStatusDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
ColorPreference string
Count int

Deprecated: This parameter may be removed from the dashboard API in the future

DisplayFormat string
HideZeroCounts bool
ShowLastTriggered bool
Sort string
Start int

Deprecated: This parameter may be removed from the dashboard API in the future

SummaryType string
Title string
TitleAlign string
TitleSize string
Query string
ColorPreference string
Count int

Deprecated: This parameter may be removed from the dashboard API in the future

DisplayFormat string
HideZeroCounts bool
ShowLastTriggered bool
Sort string
Start int

Deprecated: This parameter may be removed from the dashboard API in the future

SummaryType string
Title string
TitleAlign string
TitleSize string
query string
colorPreference string
count number

Deprecated: This parameter may be removed from the dashboard API in the future

displayFormat string
hideZeroCounts boolean
showLastTriggered boolean
sort string
start number

Deprecated: This parameter may be removed from the dashboard API in the future

summaryType string
title string
titleAlign string
titleSize string
query str
colorPreference str
count float

Deprecated: This parameter may be removed from the dashboard API in the future

displayFormat str
hideZeroCounts bool
showLastTriggered bool
sort str
start float

Deprecated: This parameter may be removed from the dashboard API in the future

summaryType str
title str
titleAlign str
titleSize str

DashboardWidgetNoteDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Content string
BackgroundColor string
FontSize string
ShowTick bool
TextAlign string
TickEdge string
TickPos string
Content string
BackgroundColor string
FontSize string
ShowTick bool
TextAlign string
TickEdge string
TickPos string
content string
backgroundColor string
fontSize string
showTick boolean
textAlign string
tickEdge string
tickPos string
content str
backgroundColor str
fontSize str
showTick bool
textAlign str
tickEdge str
tickPos str

DashboardWidgetQueryTableDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Requests List<DashboardWidgetQueryTableDefinitionRequestArgs>
Time DashboardWidgetQueryTableDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Requests []DashboardWidgetQueryTableDefinitionRequest
Time DashboardWidgetQueryTableDefinitionTime
Title string
TitleAlign string
TitleSize string
requests DashboardWidgetQueryTableDefinitionRequest[]
time DashboardWidgetQueryTableDefinitionTime
title string
titleAlign string
titleSize string
requests List[DashboardWidgetQueryTableDefinitionRequest]
time Dict[DashboardWidgetQueryTableDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetQueryTableDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregator string
Alias string
ApmQuery DashboardWidgetQueryTableDefinitionRequestApmQueryArgs
ConditionalFormats List<DashboardWidgetQueryTableDefinitionRequestConditionalFormatArgs>
Limit int
LogQuery DashboardWidgetQueryTableDefinitionRequestLogQueryArgs
Order string
ProcessQuery DashboardWidgetQueryTableDefinitionRequestProcessQueryArgs
Q string
Aggregator string
Alias string
ApmQuery DashboardWidgetQueryTableDefinitionRequestApmQuery
ConditionalFormats []DashboardWidgetQueryTableDefinitionRequestConditionalFormat
Limit int
LogQuery DashboardWidgetQueryTableDefinitionRequestLogQuery
Order string
ProcessQuery DashboardWidgetQueryTableDefinitionRequestProcessQuery
Q string
aggregator string
alias string
apmQuery DashboardWidgetQueryTableDefinitionRequestApmQuery
conditionalFormats DashboardWidgetQueryTableDefinitionRequestConditionalFormat[]
limit number
logQuery DashboardWidgetQueryTableDefinitionRequestLogQuery
order string
processQuery DashboardWidgetQueryTableDefinitionRequestProcessQuery
q string
aggregator str
alias str
apmQuery Dict[DashboardWidgetQueryTableDefinitionRequestApmQuery]
conditionalFormats List[DashboardWidgetQueryTableDefinitionRequestConditionalFormat]
limit float
logQuery Dict[DashboardWidgetQueryTableDefinitionRequestLogQuery]
order str
processQuery Dict[DashboardWidgetQueryTableDefinitionRequestProcessQuery]
q str

DashboardWidgetQueryTableDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetQueryTableDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetQueryTableDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetQueryTableDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy
Search DashboardWidgetQueryTableDefinitionRequestApmQuerySearch
compute DashboardWidgetQueryTableDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetQueryTableDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetQueryTableDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetQueryTableDefinitionRequestApmQuerySearch]

DashboardWidgetQueryTableDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySort]

DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetQueryTableDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetQueryTableDefinitionRequestConditionalFormat

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Comparator string
Palette string
Value double
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
Comparator string
Palette string
Value float64
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
comparator string
palette string
value number
customBgColor string
customFgColor string
hideValue boolean
imageUrl string
timeframe string
comparator str
palette str
value float
customBgColor str
customFgColor str
hideValue bool
imageUrl str
timeframe str

DashboardWidgetQueryTableDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetQueryTableDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetQueryTableDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetQueryTableDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy
Search DashboardWidgetQueryTableDefinitionRequestLogQuerySearch
compute DashboardWidgetQueryTableDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetQueryTableDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetQueryTableDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetQueryTableDefinitionRequestLogQuerySearch]

DashboardWidgetQueryTableDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySort]

DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetQueryTableDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetQueryTableDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetQueryTableDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetQueryValueDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Autoscale bool
CustomUnit string
Precision int
Requests List<DashboardWidgetQueryValueDefinitionRequestArgs>
TextAlign string
Time DashboardWidgetQueryValueDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Autoscale bool
CustomUnit string
Precision int
Requests []DashboardWidgetQueryValueDefinitionRequest
TextAlign string
Time DashboardWidgetQueryValueDefinitionTime
Title string
TitleAlign string
TitleSize string
autoscale boolean
customUnit string
precision number
requests DashboardWidgetQueryValueDefinitionRequest[]
textAlign string
time DashboardWidgetQueryValueDefinitionTime
title string
titleAlign string
titleSize string
autoscale bool
customUnit str
precision float
requests List[DashboardWidgetQueryValueDefinitionRequest]
textAlign str
time Dict[DashboardWidgetQueryValueDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetQueryValueDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregator string
ApmQuery DashboardWidgetQueryValueDefinitionRequestApmQueryArgs
ConditionalFormats List<DashboardWidgetQueryValueDefinitionRequestConditionalFormatArgs>
LogQuery DashboardWidgetQueryValueDefinitionRequestLogQueryArgs
ProcessQuery DashboardWidgetQueryValueDefinitionRequestProcessQueryArgs
Q string
Aggregator string
ApmQuery DashboardWidgetQueryValueDefinitionRequestApmQuery
ConditionalFormats []DashboardWidgetQueryValueDefinitionRequestConditionalFormat
LogQuery DashboardWidgetQueryValueDefinitionRequestLogQuery
ProcessQuery DashboardWidgetQueryValueDefinitionRequestProcessQuery
Q string
aggregator string
apmQuery DashboardWidgetQueryValueDefinitionRequestApmQuery
conditionalFormats DashboardWidgetQueryValueDefinitionRequestConditionalFormat[]
logQuery DashboardWidgetQueryValueDefinitionRequestLogQuery
processQuery DashboardWidgetQueryValueDefinitionRequestProcessQuery
q string
aggregator str
apmQuery Dict[DashboardWidgetQueryValueDefinitionRequestApmQuery]
conditionalFormats List[DashboardWidgetQueryValueDefinitionRequestConditionalFormat]
logQuery Dict[DashboardWidgetQueryValueDefinitionRequestLogQuery]
processQuery Dict[DashboardWidgetQueryValueDefinitionRequestProcessQuery]
q str

DashboardWidgetQueryValueDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetQueryValueDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetQueryValueDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetQueryValueDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy
Search DashboardWidgetQueryValueDefinitionRequestApmQuerySearch
compute DashboardWidgetQueryValueDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetQueryValueDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetQueryValueDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetQueryValueDefinitionRequestApmQuerySearch]

DashboardWidgetQueryValueDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySort]

DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetQueryValueDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetQueryValueDefinitionRequestConditionalFormat

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Comparator string
Palette string
Value double
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
Comparator string
Palette string
Value float64
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
comparator string
palette string
value number
customBgColor string
customFgColor string
hideValue boolean
imageUrl string
timeframe string
comparator str
palette str
value float
customBgColor str
customFgColor str
hideValue bool
imageUrl str
timeframe str

DashboardWidgetQueryValueDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetQueryValueDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetQueryValueDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetQueryValueDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy
Search DashboardWidgetQueryValueDefinitionRequestLogQuerySearch
compute DashboardWidgetQueryValueDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetQueryValueDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetQueryValueDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetQueryValueDefinitionRequestLogQuerySearch]

DashboardWidgetQueryValueDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySort]

DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetQueryValueDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetQueryValueDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetQueryValueDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetScatterplotDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ColorByGroups List<string>
Request DashboardWidgetScatterplotDefinitionRequestArgs
Time DashboardWidgetScatterplotDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Xaxis DashboardWidgetScatterplotDefinitionXaxisArgs
Yaxis DashboardWidgetScatterplotDefinitionYaxisArgs
ColorByGroups []string
Request DashboardWidgetScatterplotDefinitionRequest
Time DashboardWidgetScatterplotDefinitionTime
Title string
TitleAlign string
TitleSize string
Xaxis DashboardWidgetScatterplotDefinitionXaxis
Yaxis DashboardWidgetScatterplotDefinitionYaxis
colorByGroups string[]
request DashboardWidgetScatterplotDefinitionRequest
time DashboardWidgetScatterplotDefinitionTime
title string
titleAlign string
titleSize string
xaxis DashboardWidgetScatterplotDefinitionXaxis
yaxis DashboardWidgetScatterplotDefinitionYaxis
colorByGroups List[str]
request Dict[DashboardWidgetScatterplotDefinitionRequest]
time Dict[DashboardWidgetScatterplotDefinitionTime]
title str
titleAlign str
titleSize str
xaxis Dict[DashboardWidgetScatterplotDefinitionXaxis]
yaxis Dict[DashboardWidgetScatterplotDefinitionYaxis]

DashboardWidgetScatterplotDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Xes List<DashboardWidgetScatterplotDefinitionRequestXArgs>
Ys List<DashboardWidgetScatterplotDefinitionRequestYArgs>
Xes []DashboardWidgetScatterplotDefinitionRequestX
Ys []DashboardWidgetScatterplotDefinitionRequestY
xes DashboardWidgetScatterplotDefinitionRequestX[]
ys DashboardWidgetScatterplotDefinitionRequestY[]
xes List[DashboardWidgetScatterplotDefinitionRequestX]
ys List[DashboardWidgetScatterplotDefinitionRequestY]

DashboardWidgetScatterplotDefinitionRequestX

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregator string
ApmQuery DashboardWidgetScatterplotDefinitionRequestXApmQueryArgs
LogQuery DashboardWidgetScatterplotDefinitionRequestXLogQueryArgs
ProcessQuery DashboardWidgetScatterplotDefinitionRequestXProcessQueryArgs
Q string
Aggregator string
ApmQuery DashboardWidgetScatterplotDefinitionRequestXApmQuery
LogQuery DashboardWidgetScatterplotDefinitionRequestXLogQuery
ProcessQuery DashboardWidgetScatterplotDefinitionRequestXProcessQuery
Q string
aggregator string
apmQuery DashboardWidgetScatterplotDefinitionRequestXApmQuery
logQuery DashboardWidgetScatterplotDefinitionRequestXLogQuery
processQuery DashboardWidgetScatterplotDefinitionRequestXProcessQuery
q string
aggregator str
apmQuery Dict[DashboardWidgetScatterplotDefinitionRequestXApmQuery]
logQuery Dict[DashboardWidgetScatterplotDefinitionRequestXLogQuery]
processQuery Dict[DashboardWidgetScatterplotDefinitionRequestXProcessQuery]
q str

DashboardWidgetScatterplotDefinitionRequestXApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByArgs>
Search DashboardWidgetScatterplotDefinitionRequestXApmQuerySearchArgs
Compute DashboardWidgetScatterplotDefinitionRequestXApmQueryCompute
Index string
GroupBies []DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy
Search DashboardWidgetScatterplotDefinitionRequestXApmQuerySearch
compute DashboardWidgetScatterplotDefinitionRequestXApmQueryCompute
index string
groupBies DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy[]
search DashboardWidgetScatterplotDefinitionRequestXApmQuerySearch
compute Dict[DashboardWidgetScatterplotDefinitionRequestXApmQueryCompute]
index str
groupBies List[DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy]
search Dict[DashboardWidgetScatterplotDefinitionRequestXApmQuerySearch]

DashboardWidgetScatterplotDefinitionRequestXApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySort]

DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetScatterplotDefinitionRequestXApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetScatterplotDefinitionRequestXLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByArgs>
Search DashboardWidgetScatterplotDefinitionRequestXLogQuerySearchArgs
Compute DashboardWidgetScatterplotDefinitionRequestXLogQueryCompute
Index string
GroupBies []DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy
Search DashboardWidgetScatterplotDefinitionRequestXLogQuerySearch
compute DashboardWidgetScatterplotDefinitionRequestXLogQueryCompute
index string
groupBies DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy[]
search DashboardWidgetScatterplotDefinitionRequestXLogQuerySearch
compute Dict[DashboardWidgetScatterplotDefinitionRequestXLogQueryCompute]
index str
groupBies List[DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy]
search Dict[DashboardWidgetScatterplotDefinitionRequestXLogQuerySearch]

DashboardWidgetScatterplotDefinitionRequestXLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySort]

DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetScatterplotDefinitionRequestXLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetScatterplotDefinitionRequestXProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetScatterplotDefinitionRequestY

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregator string
ApmQuery DashboardWidgetScatterplotDefinitionRequestYApmQueryArgs
LogQuery DashboardWidgetScatterplotDefinitionRequestYLogQueryArgs
ProcessQuery DashboardWidgetScatterplotDefinitionRequestYProcessQueryArgs
Q string
Aggregator string
ApmQuery DashboardWidgetScatterplotDefinitionRequestYApmQuery
LogQuery DashboardWidgetScatterplotDefinitionRequestYLogQuery
ProcessQuery DashboardWidgetScatterplotDefinitionRequestYProcessQuery
Q string
aggregator string
apmQuery DashboardWidgetScatterplotDefinitionRequestYApmQuery
logQuery DashboardWidgetScatterplotDefinitionRequestYLogQuery
processQuery DashboardWidgetScatterplotDefinitionRequestYProcessQuery
q string
aggregator str
apmQuery Dict[DashboardWidgetScatterplotDefinitionRequestYApmQuery]
logQuery Dict[DashboardWidgetScatterplotDefinitionRequestYLogQuery]
processQuery Dict[DashboardWidgetScatterplotDefinitionRequestYProcessQuery]
q str

DashboardWidgetScatterplotDefinitionRequestYApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByArgs>
Search DashboardWidgetScatterplotDefinitionRequestYApmQuerySearchArgs
Compute DashboardWidgetScatterplotDefinitionRequestYApmQueryCompute
Index string
GroupBies []DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy
Search DashboardWidgetScatterplotDefinitionRequestYApmQuerySearch
compute DashboardWidgetScatterplotDefinitionRequestYApmQueryCompute
index string
groupBies DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy[]
search DashboardWidgetScatterplotDefinitionRequestYApmQuerySearch
compute Dict[DashboardWidgetScatterplotDefinitionRequestYApmQueryCompute]
index str
groupBies List[DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy]
search Dict[DashboardWidgetScatterplotDefinitionRequestYApmQuerySearch]

DashboardWidgetScatterplotDefinitionRequestYApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySort]

DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetScatterplotDefinitionRequestYApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetScatterplotDefinitionRequestYLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByArgs>
Search DashboardWidgetScatterplotDefinitionRequestYLogQuerySearchArgs
Compute DashboardWidgetScatterplotDefinitionRequestYLogQueryCompute
Index string
GroupBies []DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy
Search DashboardWidgetScatterplotDefinitionRequestYLogQuerySearch
compute DashboardWidgetScatterplotDefinitionRequestYLogQueryCompute
index string
groupBies DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy[]
search DashboardWidgetScatterplotDefinitionRequestYLogQuerySearch
compute Dict[DashboardWidgetScatterplotDefinitionRequestYLogQueryCompute]
index str
groupBies List[DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy]
search Dict[DashboardWidgetScatterplotDefinitionRequestYLogQuerySearch]

DashboardWidgetScatterplotDefinitionRequestYLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySort]

DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetScatterplotDefinitionRequestYLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetScatterplotDefinitionRequestYProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetScatterplotDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetScatterplotDefinitionXaxis

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IncludeZero bool
Label string
Max string
Min string
Scale string
IncludeZero bool
Label string
Max string
Min string
Scale string
includeZero boolean
label string
max string
min string
scale string
includeZero bool
label str
max str
min str
scale str

DashboardWidgetScatterplotDefinitionYaxis

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IncludeZero bool
Label string
Max string
Min string
Scale string
IncludeZero bool
Label string
Max string
Min string
Scale string
includeZero boolean
label string
max string
min string
scale string
includeZero bool
label str
max str
min str
scale str

DashboardWidgetServiceLevelObjectiveDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

SloId string
TimeWindows List<string>
ViewMode string
ViewType string
ShowErrorBudget bool
Title string
TitleAlign string
TitleSize string
SloId string
TimeWindows []string
ViewMode string
ViewType string
ShowErrorBudget bool
Title string
TitleAlign string
TitleSize string
sloId string
timeWindows string[]
viewMode string
viewType string
showErrorBudget boolean
title string
titleAlign string
titleSize string
sloId str
timeWindows List[str]
viewMode str
viewType str
showErrorBudget bool
title str
titleAlign str
titleSize str

DashboardWidgetTimeseriesDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Events List<DashboardWidgetTimeseriesDefinitionEventArgs>
LegendSize string
Markers List<DashboardWidgetTimeseriesDefinitionMarkerArgs>
Requests List<DashboardWidgetTimeseriesDefinitionRequestArgs>
ShowLegend bool
Time DashboardWidgetTimeseriesDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Yaxis DashboardWidgetTimeseriesDefinitionYaxisArgs
Events []DashboardWidgetTimeseriesDefinitionEvent
LegendSize string
Markers []DashboardWidgetTimeseriesDefinitionMarker
Requests []DashboardWidgetTimeseriesDefinitionRequest
ShowLegend bool
Time DashboardWidgetTimeseriesDefinitionTime
Title string
TitleAlign string
TitleSize string
Yaxis DashboardWidgetTimeseriesDefinitionYaxis
events DashboardWidgetTimeseriesDefinitionEvent[]
legendSize string
markers DashboardWidgetTimeseriesDefinitionMarker[]
requests DashboardWidgetTimeseriesDefinitionRequest[]
showLegend boolean
time DashboardWidgetTimeseriesDefinitionTime
title string
titleAlign string
titleSize string
yaxis DashboardWidgetTimeseriesDefinitionYaxis
events List[DashboardWidgetTimeseriesDefinitionEvent]
legendSize str
markers List[DashboardWidgetTimeseriesDefinitionMarker]
requests List[DashboardWidgetTimeseriesDefinitionRequest]
showLegend bool
time Dict[DashboardWidgetTimeseriesDefinitionTime]
title str
titleAlign str
titleSize str
yaxis Dict[DashboardWidgetTimeseriesDefinitionYaxis]

DashboardWidgetTimeseriesDefinitionEvent

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Q string
Q string
q string
q str

DashboardWidgetTimeseriesDefinitionMarker

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Value string
DisplayType string
Label string
Value string
DisplayType string
Label string
value string
displayType string
label string
value str
displayType str
label str

DashboardWidgetTimeseriesDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetTimeseriesDefinitionRequestApmQueryArgs
DisplayType string
LogQuery DashboardWidgetTimeseriesDefinitionRequestLogQueryArgs
Metadatas List<DashboardWidgetTimeseriesDefinitionRequestMetadataArgs>
ProcessQuery DashboardWidgetTimeseriesDefinitionRequestProcessQueryArgs
Q string
Style DashboardWidgetTimeseriesDefinitionRequestStyleArgs
ApmQuery DashboardWidgetTimeseriesDefinitionRequestApmQuery
DisplayType string
LogQuery DashboardWidgetTimeseriesDefinitionRequestLogQuery
Metadatas []DashboardWidgetTimeseriesDefinitionRequestMetadata
ProcessQuery DashboardWidgetTimeseriesDefinitionRequestProcessQuery
Q string
Style DashboardWidgetTimeseriesDefinitionRequestStyle
apmQuery DashboardWidgetTimeseriesDefinitionRequestApmQuery
displayType string
logQuery DashboardWidgetTimeseriesDefinitionRequestLogQuery
metadatas DashboardWidgetTimeseriesDefinitionRequestMetadata[]
processQuery DashboardWidgetTimeseriesDefinitionRequestProcessQuery
q string
style DashboardWidgetTimeseriesDefinitionRequestStyle
apmQuery Dict[DashboardWidgetTimeseriesDefinitionRequestApmQuery]
displayType str
logQuery Dict[DashboardWidgetTimeseriesDefinitionRequestLogQuery]
metadatas List[DashboardWidgetTimeseriesDefinitionRequestMetadata]
processQuery Dict[DashboardWidgetTimeseriesDefinitionRequestProcessQuery]
q str
style Dict[DashboardWidgetTimeseriesDefinitionRequestStyle]

DashboardWidgetTimeseriesDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetTimeseriesDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetTimeseriesDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy
Search DashboardWidgetTimeseriesDefinitionRequestApmQuerySearch
compute DashboardWidgetTimeseriesDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetTimeseriesDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetTimeseriesDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetTimeseriesDefinitionRequestApmQuerySearch]

DashboardWidgetTimeseriesDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySort]

DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetTimeseriesDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetTimeseriesDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetTimeseriesDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetTimeseriesDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy
Search DashboardWidgetTimeseriesDefinitionRequestLogQuerySearch
compute DashboardWidgetTimeseriesDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetTimeseriesDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetTimeseriesDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetTimeseriesDefinitionRequestLogQuerySearch]

DashboardWidgetTimeseriesDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySort]

DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetTimeseriesDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetTimeseriesDefinitionRequestMetadata

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Expression string
AliasName string
Expression string
AliasName string
expression string
aliasName string
expression str
aliasName str

DashboardWidgetTimeseriesDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetTimeseriesDefinitionRequestStyle

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LineType string
LineWidth string
Palette string
LineType string
LineWidth string
Palette string
lineType string
lineWidth string
palette string
lineType str
lineWidth str
palette str

DashboardWidgetTimeseriesDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetTimeseriesDefinitionYaxis

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

IncludeZero bool
Label string
Max string
Min string
Scale string
IncludeZero bool
Label string
Max string
Min string
Scale string
includeZero boolean
label string
max string
min string
scale string
includeZero bool
label str
max str
min str
scale str

DashboardWidgetToplistDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Requests List<DashboardWidgetToplistDefinitionRequestArgs>
Time DashboardWidgetToplistDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Requests []DashboardWidgetToplistDefinitionRequest
Time DashboardWidgetToplistDefinitionTime
Title string
TitleAlign string
TitleSize string
requests DashboardWidgetToplistDefinitionRequest[]
time DashboardWidgetToplistDefinitionTime
title string
titleAlign string
titleSize string
requests List[DashboardWidgetToplistDefinitionRequest]
time Dict[DashboardWidgetToplistDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetToplistDefinitionRequest

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

ApmQuery DashboardWidgetToplistDefinitionRequestApmQueryArgs
ConditionalFormats List<DashboardWidgetToplistDefinitionRequestConditionalFormatArgs>
LogQuery DashboardWidgetToplistDefinitionRequestLogQueryArgs
ProcessQuery DashboardWidgetToplistDefinitionRequestProcessQueryArgs
Q string
Style DashboardWidgetToplistDefinitionRequestStyleArgs
ApmQuery DashboardWidgetToplistDefinitionRequestApmQuery
ConditionalFormats []DashboardWidgetToplistDefinitionRequestConditionalFormat
LogQuery DashboardWidgetToplistDefinitionRequestLogQuery
ProcessQuery DashboardWidgetToplistDefinitionRequestProcessQuery
Q string
Style DashboardWidgetToplistDefinitionRequestStyle
apmQuery DashboardWidgetToplistDefinitionRequestApmQuery
conditionalFormats DashboardWidgetToplistDefinitionRequestConditionalFormat[]
logQuery DashboardWidgetToplistDefinitionRequestLogQuery
processQuery DashboardWidgetToplistDefinitionRequestProcessQuery
q string
style DashboardWidgetToplistDefinitionRequestStyle
apmQuery Dict[DashboardWidgetToplistDefinitionRequestApmQuery]
conditionalFormats List[DashboardWidgetToplistDefinitionRequestConditionalFormat]
logQuery Dict[DashboardWidgetToplistDefinitionRequestLogQuery]
processQuery Dict[DashboardWidgetToplistDefinitionRequestProcessQuery]
q str
style Dict[DashboardWidgetToplistDefinitionRequestStyle]

DashboardWidgetToplistDefinitionRequestApmQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetToplistDefinitionRequestApmQueryComputeArgs
Index string
GroupBies List<DashboardWidgetToplistDefinitionRequestApmQueryGroupByArgs>
Search DashboardWidgetToplistDefinitionRequestApmQuerySearchArgs
Compute DashboardWidgetToplistDefinitionRequestApmQueryCompute
Index string
GroupBies []DashboardWidgetToplistDefinitionRequestApmQueryGroupBy
Search DashboardWidgetToplistDefinitionRequestApmQuerySearch
compute DashboardWidgetToplistDefinitionRequestApmQueryCompute
index string
groupBies DashboardWidgetToplistDefinitionRequestApmQueryGroupBy[]
search DashboardWidgetToplistDefinitionRequestApmQuerySearch
compute Dict[DashboardWidgetToplistDefinitionRequestApmQueryCompute]
index str
groupBies List[DashboardWidgetToplistDefinitionRequestApmQueryGroupBy]
search Dict[DashboardWidgetToplistDefinitionRequestApmQuerySearch]

DashboardWidgetToplistDefinitionRequestApmQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetToplistDefinitionRequestApmQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetToplistDefinitionRequestApmQueryGroupBySort
facet string
limit number
sort DashboardWidgetToplistDefinitionRequestApmQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetToplistDefinitionRequestApmQueryGroupBySort]

DashboardWidgetToplistDefinitionRequestApmQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetToplistDefinitionRequestApmQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetToplistDefinitionRequestConditionalFormat

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Comparator string
Palette string
Value double
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
Comparator string
Palette string
Value float64
CustomBgColor string
CustomFgColor string
HideValue bool
ImageUrl string
Timeframe string
comparator string
palette string
value number
customBgColor string
customFgColor string
hideValue boolean
imageUrl string
timeframe string
comparator str
palette str
value float
customBgColor str
customFgColor str
hideValue bool
imageUrl str
timeframe str

DashboardWidgetToplistDefinitionRequestLogQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Compute DashboardWidgetToplistDefinitionRequestLogQueryComputeArgs
Index string
GroupBies List<DashboardWidgetToplistDefinitionRequestLogQueryGroupByArgs>
Search DashboardWidgetToplistDefinitionRequestLogQuerySearchArgs
Compute DashboardWidgetToplistDefinitionRequestLogQueryCompute
Index string
GroupBies []DashboardWidgetToplistDefinitionRequestLogQueryGroupBy
Search DashboardWidgetToplistDefinitionRequestLogQuerySearch
compute DashboardWidgetToplistDefinitionRequestLogQueryCompute
index string
groupBies DashboardWidgetToplistDefinitionRequestLogQueryGroupBy[]
search DashboardWidgetToplistDefinitionRequestLogQuerySearch
compute Dict[DashboardWidgetToplistDefinitionRequestLogQueryCompute]
index str
groupBies List[DashboardWidgetToplistDefinitionRequestLogQueryGroupBy]
search Dict[DashboardWidgetToplistDefinitionRequestLogQuerySearch]

DashboardWidgetToplistDefinitionRequestLogQueryCompute

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Facet string
Interval int
Aggregation string
Facet string
Interval int
aggregation string
facet string
interval number
aggregation str
facet str
interval float

DashboardWidgetToplistDefinitionRequestLogQueryGroupBy

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Facet string
Limit int
Sort DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortArgs
Facet string
Limit int
Sort DashboardWidgetToplistDefinitionRequestLogQueryGroupBySort
facet string
limit number
sort DashboardWidgetToplistDefinitionRequestLogQueryGroupBySort
facet str
limit float
sort Dict[DashboardWidgetToplistDefinitionRequestLogQueryGroupBySort]

DashboardWidgetToplistDefinitionRequestLogQueryGroupBySort

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Aggregation string
Order string
Facet string
Aggregation string
Order string
Facet string
aggregation string
order string
facet string
aggregation str
order str
facet str

DashboardWidgetToplistDefinitionRequestLogQuerySearch

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Query string
Query string
query string
query str

DashboardWidgetToplistDefinitionRequestProcessQuery

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Metric string
FilterBies List<string>
Limit int
SearchBy string
Metric string
FilterBies []string
Limit int
SearchBy string
metric string
filterBies string[]
limit number
searchBy string
metric str
filterBies List[str]
limit float
searchBy str

DashboardWidgetToplistDefinitionRequestStyle

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Palette string
Palette string
palette string
palette str

DashboardWidgetToplistDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

DashboardWidgetTraceServiceDefinition

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Env string
Service string
SpanName string
DisplayFormat string
ShowBreakdown bool
ShowDistribution bool
ShowErrors bool
ShowHits bool
ShowLatency bool
ShowResourceList bool
SizeFormat string
Time DashboardWidgetTraceServiceDefinitionTimeArgs
Title string
TitleAlign string
TitleSize string
Env string
Service string
SpanName string
DisplayFormat string
ShowBreakdown bool
ShowDistribution bool
ShowErrors bool
ShowHits bool
ShowLatency bool
ShowResourceList bool
SizeFormat string
Time DashboardWidgetTraceServiceDefinitionTime
Title string
TitleAlign string
TitleSize string
env string
service string
spanName string
displayFormat string
showBreakdown boolean
showDistribution boolean
showErrors boolean
showHits boolean
showLatency boolean
showResourceList boolean
sizeFormat string
time DashboardWidgetTraceServiceDefinitionTime
title string
titleAlign string
titleSize string
env str
service str
spanName str
displayFormat str
showBreakdown bool
showDistribution bool
showErrors bool
showHits bool
showLatency bool
showResourceList bool
sizeFormat str
time Dict[DashboardWidgetTraceServiceDefinitionTime]
title str
titleAlign str
titleSize str

DashboardWidgetTraceServiceDefinitionTime

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

LiveSpan string
LiveSpan string
liveSpan string
liveSpan str

Package Details

Repository
https://github.com/pulumi/pulumi-datadog
License
Apache-2.0
Notes
This Pulumi package is based on the datadog Terraform Provider.