Wavefront v3.1.8 published on Tuesday, Mar 4, 2025 by Pulumi
wavefront.getDashboards
Explore with Pulumi AI
Use this data source to get information about all Wavefront dashboards.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as wavefront from "@pulumi/wavefront";
// Get the information about all dashboards.
const example = wavefront.getDashboards({
limit: 10,
offset: 0,
});
import pulumi
import pulumi_wavefront as wavefront
# Get the information about all dashboards.
example = wavefront.get_dashboards(limit=10,
offset=0)
package main
import (
"github.com/pulumi/pulumi-wavefront/sdk/v3/go/wavefront"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// Get the information about all dashboards.
_, err := wavefront.GetDashboards(ctx, &wavefront.GetDashboardsArgs{
Limit: pulumi.IntRef(10),
Offset: pulumi.IntRef(0),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Wavefront = Pulumi.Wavefront;
return await Deployment.RunAsync(() =>
{
// Get the information about all dashboards.
var example = Wavefront.GetDashboards.Invoke(new()
{
Limit = 10,
Offset = 0,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.wavefront.WavefrontFunctions;
import com.pulumi.wavefront.inputs.GetDashboardsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
// Get the information about all dashboards.
final var example = WavefrontFunctions.getDashboards(GetDashboardsArgs.builder()
.limit(10)
.offset(0)
.build());
}
}
variables:
# Get the information about all dashboards.
example:
fn::invoke:
function: wavefront:getDashboards
arguments:
limit: 10
offset: 0
Using getDashboards
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDashboards(args: GetDashboardsArgs, opts?: InvokeOptions): Promise<GetDashboardsResult>
function getDashboardsOutput(args: GetDashboardsOutputArgs, opts?: InvokeOptions): Output<GetDashboardsResult>
def get_dashboards(limit: Optional[int] = None,
offset: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetDashboardsResult
def get_dashboards_output(limit: Optional[pulumi.Input[int]] = None,
offset: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDashboardsResult]
func GetDashboards(ctx *Context, args *GetDashboardsArgs, opts ...InvokeOption) (*GetDashboardsResult, error)
func GetDashboardsOutput(ctx *Context, args *GetDashboardsOutputArgs, opts ...InvokeOption) GetDashboardsResultOutput
> Note: This function is named GetDashboards
in the Go SDK.
public static class GetDashboards
{
public static Task<GetDashboardsResult> InvokeAsync(GetDashboardsArgs args, InvokeOptions? opts = null)
public static Output<GetDashboardsResult> Invoke(GetDashboardsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDashboardsResult> getDashboards(GetDashboardsArgs args, InvokeOptions options)
public static Output<GetDashboardsResult> getDashboards(GetDashboardsArgs args, InvokeOptions options)
fn::invoke:
function: wavefront:index/getDashboards:getDashboards
arguments:
# arguments dictionary
The following arguments are supported:
getDashboards Result
The following output properties are available:
- Dashboards
List<Get
Dashboards Dashboard> - List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- Offset int
- Dashboards
[]Get
Dashboards Dashboard - List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
- Id string
- The provider-assigned unique ID for this managed resource.
- Limit int
- Offset int
- dashboards
List<Get
Dashboards Dashboard> - List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Integer
- offset Integer
- dashboards
Get
Dashboards Dashboard[] - List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
- id string
- The provider-assigned unique ID for this managed resource.
- limit number
- offset number
- dashboards
Sequence[Get
Dashboards Dashboard] - List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
- id str
- The provider-assigned unique ID for this managed resource.
- limit int
- offset int
- dashboards List<Property Map>
- List of all Wavefront dashboards. For each dashboard you will see a list of attributes.
- id String
- The provider-assigned unique ID for this managed resource.
- limit Number
- offset Number
Supporting Types
GetDashboardsDashboard
- Can
Modifies This property is required. List<string> - A list of users that have modify ACL access to the dashboard.
- Can
Views This property is required. List<string> - A list of users that have view ACL access to the dashboard.
- Chart
Title Bg Color This property is required. string - Chart
Title Color This property is required. string - Chart
Title Scalar This property is required. int - Created
Epoch Millis This property is required. int - Creator
Id This property is required. string - Customer
This property is required. string - Default
End Time This property is required. int - Default
Start Time This property is required. int - Default
Time Window This property is required. string - Deleted
This property is required. bool - Description
This property is required. string - Description of the chart.
- Display
Description This property is required. bool - Display
Query Parameters This property is required. bool - Whether the dashboard parameters section is opened by default when the dashboard is shown.
- Display
Section Table Of Contents This property is required. bool - Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
- Event
Filter Type This property is required. string - How charts belonging to this dashboard should display events.
BYCHART
is default if unspecified. Valid options are:BYCHART
,AUTOMATIC
,ALL
,NONE
,BYDASHBOARD
, andBYCHARTANDDASHBOARD
. - Event
Query This property is required. string - Favorite
This property is required. bool This property is required. bool- Id
This property is required. string - Name
This property is required. string - The name of the parameters.
- Num
Charts This property is required. int - Num
Favorites This property is required. int - Parameter
Details This property is required. List<GetDashboards Dashboard Parameter Detail> - The current JSON representation of dashboard parameters. See parameter details.
- Parameters
This property is required. Dictionary<string, string> - Sections
This property is required. List<GetDashboards Dashboard Section> - System
Owned This property is required. bool This property is required. List<string>- A set of tags to assign to this resource.
- Updated
Epoch Millis This property is required. int - Updater
Id This property is required. string - Url
This property is required. string - Unique identifier, also a URL slug of the dashboard.
- Views
Last Day This property is required. int - Views
Last Month This property is required. int - Views
Last Week This property is required. int
- Can
Modifies This property is required. []string - A list of users that have modify ACL access to the dashboard.
- Can
Views This property is required. []string - A list of users that have view ACL access to the dashboard.
- Chart
Title Bg Color This property is required. string - Chart
Title Color This property is required. string - Chart
Title Scalar This property is required. int - Created
Epoch Millis This property is required. int - Creator
Id This property is required. string - Customer
This property is required. string - Default
End Time This property is required. int - Default
Start Time This property is required. int - Default
Time Window This property is required. string - Deleted
This property is required. bool - Description
This property is required. string - Description of the chart.
- Display
Description This property is required. bool - Display
Query Parameters This property is required. bool - Whether the dashboard parameters section is opened by default when the dashboard is shown.
- Display
Section Table Of Contents This property is required. bool - Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
- Event
Filter Type This property is required. string - How charts belonging to this dashboard should display events.
BYCHART
is default if unspecified. Valid options are:BYCHART
,AUTOMATIC
,ALL
,NONE
,BYDASHBOARD
, andBYCHARTANDDASHBOARD
. - Event
Query This property is required. string - Favorite
This property is required. bool This property is required. bool- Id
This property is required. string - Name
This property is required. string - The name of the parameters.
- Num
Charts This property is required. int - Num
Favorites This property is required. int - Parameter
Details This property is required. []GetDashboards Dashboard Parameter Detail - The current JSON representation of dashboard parameters. See parameter details.
- Parameters
This property is required. map[string]string - Sections
This property is required. []GetDashboards Dashboard Section - System
Owned This property is required. bool This property is required. []string- A set of tags to assign to this resource.
- Updated
Epoch Millis This property is required. int - Updater
Id This property is required. string - Url
This property is required. string - Unique identifier, also a URL slug of the dashboard.
- Views
Last Day This property is required. int - Views
Last Month This property is required. int - Views
Last Week This property is required. int
- can
Modifies This property is required. List<String> - A list of users that have modify ACL access to the dashboard.
- can
Views This property is required. List<String> - A list of users that have view ACL access to the dashboard.
- chart
Title Bg Color This property is required. String - chart
Title Color This property is required. String - chart
Title Scalar This property is required. Integer - created
Epoch Millis This property is required. Integer - creator
Id This property is required. String - customer
This property is required. String - default
End Time This property is required. Integer - default
Start Time This property is required. Integer - default
Time Window This property is required. String - deleted
This property is required. Boolean - description
This property is required. String - Description of the chart.
- display
Description This property is required. Boolean - display
Query Parameters This property is required. Boolean - Whether the dashboard parameters section is opened by default when the dashboard is shown.
- display
Section Table Of Contents This property is required. Boolean - Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
- event
Filter Type This property is required. String - How charts belonging to this dashboard should display events.
BYCHART
is default if unspecified. Valid options are:BYCHART
,AUTOMATIC
,ALL
,NONE
,BYDASHBOARD
, andBYCHARTANDDASHBOARD
. - event
Query This property is required. String - favorite
This property is required. Boolean This property is required. Boolean- id
This property is required. String - name
This property is required. String - The name of the parameters.
- num
Charts This property is required. Integer - num
Favorites This property is required. Integer - parameter
Details This property is required. List<GetDashboards Dashboard Parameter Detail> - The current JSON representation of dashboard parameters. See parameter details.
- parameters
This property is required. Map<String,String> - sections
This property is required. List<GetDashboards Dashboard Section> - system
Owned This property is required. Boolean This property is required. List<String>- A set of tags to assign to this resource.
- updated
Epoch Millis This property is required. Integer - updater
Id This property is required. String - url
This property is required. String - Unique identifier, also a URL slug of the dashboard.
- views
Last Day This property is required. Integer - views
Last Month This property is required. Integer - views
Last Week This property is required. Integer
- can
Modifies This property is required. string[] - A list of users that have modify ACL access to the dashboard.
- can
Views This property is required. string[] - A list of users that have view ACL access to the dashboard.
- chart
Title Bg Color This property is required. string - chart
Title Color This property is required. string - chart
Title Scalar This property is required. number - created
Epoch Millis This property is required. number - creator
Id This property is required. string - customer
This property is required. string - default
End Time This property is required. number - default
Start Time This property is required. number - default
Time Window This property is required. string - deleted
This property is required. boolean - description
This property is required. string - Description of the chart.
- display
Description This property is required. boolean - display
Query Parameters This property is required. boolean - Whether the dashboard parameters section is opened by default when the dashboard is shown.
- display
Section Table Of Contents This property is required. boolean - Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
- event
Filter Type This property is required. string - How charts belonging to this dashboard should display events.
BYCHART
is default if unspecified. Valid options are:BYCHART
,AUTOMATIC
,ALL
,NONE
,BYDASHBOARD
, andBYCHARTANDDASHBOARD
. - event
Query This property is required. string - favorite
This property is required. boolean This property is required. boolean- id
This property is required. string - name
This property is required. string - The name of the parameters.
- num
Charts This property is required. number - num
Favorites This property is required. number - parameter
Details This property is required. GetDashboards Dashboard Parameter Detail[] - The current JSON representation of dashboard parameters. See parameter details.
- parameters
This property is required. {[key: string]: string} - sections
This property is required. GetDashboards Dashboard Section[] - system
Owned This property is required. boolean This property is required. string[]- A set of tags to assign to this resource.
- updated
Epoch Millis This property is required. number - updater
Id This property is required. string - url
This property is required. string - Unique identifier, also a URL slug of the dashboard.
- views
Last Day This property is required. number - views
Last Month This property is required. number - views
Last Week This property is required. number
- can_
modifies This property is required. Sequence[str] - A list of users that have modify ACL access to the dashboard.
- can_
views This property is required. Sequence[str] - A list of users that have view ACL access to the dashboard.
- chart_
title_ bg_ color This property is required. str - chart_
title_ color This property is required. str - chart_
title_ scalar This property is required. int - created_
epoch_ millis This property is required. int - creator_
id This property is required. str - customer
This property is required. str - default_
end_ time This property is required. int - default_
start_ time This property is required. int - default_
time_ window This property is required. str - deleted
This property is required. bool - description
This property is required. str - Description of the chart.
- display_
description This property is required. bool - display_
query_ parameters This property is required. bool - Whether the dashboard parameters section is opened by default when the dashboard is shown.
- display_
section_ table_ of_ contents This property is required. bool - Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
- event_
filter_ type This property is required. str - How charts belonging to this dashboard should display events.
BYCHART
is default if unspecified. Valid options are:BYCHART
,AUTOMATIC
,ALL
,NONE
,BYDASHBOARD
, andBYCHARTANDDASHBOARD
. - event_
query This property is required. str - favorite
This property is required. bool This property is required. bool- id
This property is required. str - name
This property is required. str - The name of the parameters.
- num_
charts This property is required. int - num_
favorites This property is required. int - parameter_
details This property is required. Sequence[GetDashboards Dashboard Parameter Detail] - The current JSON representation of dashboard parameters. See parameter details.
- parameters
This property is required. Mapping[str, str] - sections
This property is required. Sequence[GetDashboards Dashboard Section] - system_
owned This property is required. bool This property is required. Sequence[str]- A set of tags to assign to this resource.
- updated_
epoch_ millis This property is required. int - updater_
id This property is required. str - url
This property is required. str - Unique identifier, also a URL slug of the dashboard.
- views_
last_ day This property is required. int - views_
last_ month This property is required. int - views_
last_ week This property is required. int
- can
Modifies This property is required. List<String> - A list of users that have modify ACL access to the dashboard.
- can
Views This property is required. List<String> - A list of users that have view ACL access to the dashboard.
- chart
Title Bg Color This property is required. String - chart
Title Color This property is required. String - chart
Title Scalar This property is required. Number - created
Epoch Millis This property is required. Number - creator
Id This property is required. String - customer
This property is required. String - default
End Time This property is required. Number - default
Start Time This property is required. Number - default
Time Window This property is required. String - deleted
This property is required. Boolean - description
This property is required. String - Description of the chart.
- display
Description This property is required. Boolean - display
Query Parameters This property is required. Boolean - Whether the dashboard parameters section is opened by default when the dashboard is shown.
- display
Section Table Of Contents This property is required. Boolean - Whether the "pills" quick-linked the sections of the dashboard are displayed by default when the dashboard is shown.
- event
Filter Type This property is required. String - How charts belonging to this dashboard should display events.
BYCHART
is default if unspecified. Valid options are:BYCHART
,AUTOMATIC
,ALL
,NONE
,BYDASHBOARD
, andBYCHARTANDDASHBOARD
. - event
Query This property is required. String - favorite
This property is required. Boolean This property is required. Boolean- id
This property is required. String - name
This property is required. String - The name of the parameters.
- num
Charts This property is required. Number - num
Favorites This property is required. Number - parameter
Details This property is required. List<Property Map> - The current JSON representation of dashboard parameters. See parameter details.
- parameters
This property is required. Map<String> - sections
This property is required. List<Property Map> - system
Owned This property is required. Boolean This property is required. List<String>- A set of tags to assign to this resource.
- updated
Epoch Millis This property is required. Number - updater
Id This property is required. String - url
This property is required. String - Unique identifier, also a URL slug of the dashboard.
- views
Last Day This property is required. Number - views
Last Month This property is required. Number - views
Last Week This property is required. Number
GetDashboardsDashboardParameterDetail
- Default
Value This property is required. string - The default value of the parameter.
- Dynamic
Field Type This property is required. string - For
DYNAMIC
parameter types, the type of the field. Valid options areSOURCE
,SOURCE_TAG
,METRIC_NAME
,TAG_KEY
, andMATCHING_SOURCE_TAG
. - Hide
From View This property is required. bool - If
true
the parameter will only be shown on the edit view of the dashboard. - Label
This property is required. string - The label for the parameter.
- Parameter
Type This property is required. string - The type of the parameter.
SIMPLE
,LIST
, orDYNAMIC
. - Query
Value This property is required. string - For
DYNAMIC
parameter types, the query to execute to return values. - Tag
Key This property is required. string - For
TAG_KEY
dynamic field types, the tag key to return. - Values
To Readable Strings This property is required. Dictionary<string, string> - A string to string map. At least one of the keys must match the value of
default_value
.
- Default
Value This property is required. string - The default value of the parameter.
- Dynamic
Field Type This property is required. string - For
DYNAMIC
parameter types, the type of the field. Valid options areSOURCE
,SOURCE_TAG
,METRIC_NAME
,TAG_KEY
, andMATCHING_SOURCE_TAG
. - Hide
From View This property is required. bool - If
true
the parameter will only be shown on the edit view of the dashboard. - Label
This property is required. string - The label for the parameter.
- Parameter
Type This property is required. string - The type of the parameter.
SIMPLE
,LIST
, orDYNAMIC
. - Query
Value This property is required. string - For
DYNAMIC
parameter types, the query to execute to return values. - Tag
Key This property is required. string - For
TAG_KEY
dynamic field types, the tag key to return. - Values
To Readable Strings This property is required. map[string]string - A string to string map. At least one of the keys must match the value of
default_value
.
- default
Value This property is required. String - The default value of the parameter.
- dynamic
Field Type This property is required. String - For
DYNAMIC
parameter types, the type of the field. Valid options areSOURCE
,SOURCE_TAG
,METRIC_NAME
,TAG_KEY
, andMATCHING_SOURCE_TAG
. - hide
From View This property is required. Boolean - If
true
the parameter will only be shown on the edit view of the dashboard. - label
This property is required. String - The label for the parameter.
- parameter
Type This property is required. String - The type of the parameter.
SIMPLE
,LIST
, orDYNAMIC
. - query
Value This property is required. String - For
DYNAMIC
parameter types, the query to execute to return values. - tag
Key This property is required. String - For
TAG_KEY
dynamic field types, the tag key to return. - values
To Readable Strings This property is required. Map<String,String> - A string to string map. At least one of the keys must match the value of
default_value
.
- default
Value This property is required. string - The default value of the parameter.
- dynamic
Field Type This property is required. string - For
DYNAMIC
parameter types, the type of the field. Valid options areSOURCE
,SOURCE_TAG
,METRIC_NAME
,TAG_KEY
, andMATCHING_SOURCE_TAG
. - hide
From View This property is required. boolean - If
true
the parameter will only be shown on the edit view of the dashboard. - label
This property is required. string - The label for the parameter.
- parameter
Type This property is required. string - The type of the parameter.
SIMPLE
,LIST
, orDYNAMIC
. - query
Value This property is required. string - For
DYNAMIC
parameter types, the query to execute to return values. - tag
Key This property is required. string - For
TAG_KEY
dynamic field types, the tag key to return. - values
To Readable Strings This property is required. {[key: string]: string} - A string to string map. At least one of the keys must match the value of
default_value
.
- default_
value This property is required. str - The default value of the parameter.
- dynamic_
field_ type This property is required. str - For
DYNAMIC
parameter types, the type of the field. Valid options areSOURCE
,SOURCE_TAG
,METRIC_NAME
,TAG_KEY
, andMATCHING_SOURCE_TAG
. - hide_
from_ view This property is required. bool - If
true
the parameter will only be shown on the edit view of the dashboard. - label
This property is required. str - The label for the parameter.
- parameter_
type This property is required. str - The type of the parameter.
SIMPLE
,LIST
, orDYNAMIC
. - query_
value This property is required. str - For
DYNAMIC
parameter types, the query to execute to return values. - tag_
key This property is required. str - For
TAG_KEY
dynamic field types, the tag key to return. - values_
to_ readable_ strings This property is required. Mapping[str, str] - A string to string map. At least one of the keys must match the value of
default_value
.
- default
Value This property is required. String - The default value of the parameter.
- dynamic
Field Type This property is required. String - For
DYNAMIC
parameter types, the type of the field. Valid options areSOURCE
,SOURCE_TAG
,METRIC_NAME
,TAG_KEY
, andMATCHING_SOURCE_TAG
. - hide
From View This property is required. Boolean - If
true
the parameter will only be shown on the edit view of the dashboard. - label
This property is required. String - The label for the parameter.
- parameter
Type This property is required. String - The type of the parameter.
SIMPLE
,LIST
, orDYNAMIC
. - query
Value This property is required. String - For
DYNAMIC
parameter types, the query to execute to return values. - tag
Key This property is required. String - For
TAG_KEY
dynamic field types, the tag key to return. - values
To Readable Strings This property is required. Map<String> - A string to string map. At least one of the keys must match the value of
default_value
.
GetDashboardsDashboardSection
- Name
This property is required. string - The name of the parameters.
- Rows
This property is required. List<GetDashboards Dashboard Section Row>
- Name
This property is required. string - The name of the parameters.
- Rows
This property is required. []GetDashboards Dashboard Section Row
- name
This property is required. String - The name of the parameters.
- rows
This property is required. List<GetDashboards Dashboard Section Row>
- name
This property is required. string - The name of the parameters.
- rows
This property is required. GetDashboards Dashboard Section Row[]
- name
This property is required. str - The name of the parameters.
- rows
This property is required. Sequence[GetDashboards Dashboard Section Row]
- name
This property is required. String - The name of the parameters.
- rows
This property is required. List<Property Map>
GetDashboardsDashboardSectionRow
- Charts
This property is required. List<GetDashboards Dashboard Section Row Chart> - Height
Factor This property is required. int - Name
This property is required. string - The name of the parameters.
- Charts
This property is required. []GetDashboards Dashboard Section Row Chart - Height
Factor This property is required. int - Name
This property is required. string - The name of the parameters.
- charts
This property is required. List<GetDashboards Dashboard Section Row Chart> - height
Factor This property is required. Integer - name
This property is required. String - The name of the parameters.
- charts
This property is required. GetDashboards Dashboard Section Row Chart[] - height
Factor This property is required. number - name
This property is required. string - The name of the parameters.
- charts
This property is required. Sequence[GetDashboards Dashboard Section Row Chart] - height_
factor This property is required. int - name
This property is required. str - The name of the parameters.
- charts
This property is required. List<Property Map> - height
Factor This property is required. Number - name
This property is required. String - The name of the parameters.
GetDashboardsDashboardSectionRowChart
- Base
This property is required. int - The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
- Chart
Attributes This property is required. string - Chart
Settings This property is required. List<GetDashboards Dashboard Section Row Chart Chart Setting> - Description
This property is required. string - Description of the chart.
- Include
Obsolete Metrics This property is required. bool - Interpolate
Points Key This property is required. bool - Name
This property is required. string - The name of the parameters.
- No
Default Events This property is required. bool - Sources
This property is required. List<GetDashboards Dashboard Section Row Chart Source> - Summarization
This property is required. string - Summarization strategy for the chart. MEAN is default.
- Units
This property is required. string - String to label the units of the chart on the Y-Axis.
- Base
This property is required. int - The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
- Chart
Attributes This property is required. string - Chart
Settings This property is required. []GetDashboards Dashboard Section Row Chart Chart Setting - Description
This property is required. string - Description of the chart.
- Include
Obsolete Metrics This property is required. bool - Interpolate
Points Key This property is required. bool - Name
This property is required. string - The name of the parameters.
- No
Default Events This property is required. bool - Sources
This property is required. []GetDashboards Dashboard Section Row Chart Source - Summarization
This property is required. string - Summarization strategy for the chart. MEAN is default.
- Units
This property is required. string - String to label the units of the chart on the Y-Axis.
- base
This property is required. Integer - The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
- chart
Attributes This property is required. String - chart
Settings This property is required. List<GetDashboards Dashboard Section Row Chart Chart Setting> - description
This property is required. String - Description of the chart.
- include
Obsolete Metrics This property is required. Boolean - interpolate
Points Key This property is required. Boolean - name
This property is required. String - The name of the parameters.
- no
Default Events This property is required. Boolean - sources
This property is required. List<GetDashboards Dashboard Section Row Chart Source> - summarization
This property is required. String - Summarization strategy for the chart. MEAN is default.
- units
This property is required. String - String to label the units of the chart on the Y-Axis.
- base
This property is required. number - The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
- chart
Attributes This property is required. string - chart
Settings This property is required. GetDashboards Dashboard Section Row Chart Chart Setting[] - description
This property is required. string - Description of the chart.
- include
Obsolete Metrics This property is required. boolean - interpolate
Points Key This property is required. boolean - name
This property is required. string - The name of the parameters.
- no
Default Events This property is required. boolean - sources
This property is required. GetDashboards Dashboard Section Row Chart Source[] - summarization
This property is required. string - Summarization strategy for the chart. MEAN is default.
- units
This property is required. string - String to label the units of the chart on the Y-Axis.
- base
This property is required. int - The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
- chart_
attributes This property is required. str - chart_
settings This property is required. Sequence[GetDashboards Dashboard Section Row Chart Chart Setting] - description
This property is required. str - Description of the chart.
- include_
obsolete_ metrics This property is required. bool - interpolate_
points_ key This property is required. bool - name
This property is required. str - The name of the parameters.
- no_
default_ events This property is required. bool - sources
This property is required. Sequence[GetDashboards Dashboard Section Row Chart Source] - summarization
This property is required. str - Summarization strategy for the chart. MEAN is default.
- units
This property is required. str - String to label the units of the chart on the Y-Axis.
- base
This property is required. Number - The base of logarithmic scale charts. Omit or set to 0 for the default linear scale. Usually set to 10 for the traditional logarithmic scale.
- chart
Attributes This property is required. String - chart
Settings This property is required. List<Property Map> - description
This property is required. String - Description of the chart.
- include
Obsolete Metrics This property is required. Boolean - interpolate
Points Key This property is required. Boolean - name
This property is required. String - The name of the parameters.
- no
Default Events This property is required. Boolean - sources
This property is required. List<Property Map> - summarization
This property is required. String - Summarization strategy for the chart. MEAN is default.
- units
This property is required. String - String to label the units of the chart on the Y-Axis.
GetDashboardsDashboardSectionRowChartChartSetting
This property is required. bool- This setting is deprecated.
This property is required. string- This setting is deprecated.
This property is required. List<string>- For the tabular view, a list of point tags to display when using the
custom
tag display mode. - Expected
Data Spacing This property is required. int - Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
- Fixed
Legend Display Stats This property is required. List<string> - (Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
- Fixed
Legend Enabled This property is required. bool - (Optional) Whether to enable a fixed tabular legend adjacent to the chart.
- Fixed
Legend Filter Field This property is required. string - (Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are
CURRENT
,MEAN
,MEDIAN
,SUM
,MIN
,MAX
, andCOUNT
. - Fixed
Legend Filter Limit This property is required. int - (Optional) Number of series to include in the fixed legend.
- Fixed
Legend Filter Sort This property is required. string - (Optional) Whether to display
TOP
orBOTTOM
ranked series in a fixed legend. Valid options areTOP
, andBOTTOM
. - Fixed
Legend Hide Label This property is required. bool - (Optional) This setting is deprecated.
- Fixed
Legend Position This property is required. string - (Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are
RIGHT
,TOP
,LEFT
,BOTTOM
. - Fixed
Legend Use Raw Stats This property is required. bool - (Optional) If
true
, the legend uses non-summarized stats instead of summarized. - Group
By Source This property is required. bool - For the tabular view, whether to group multi metrics into a single row by a common source. If set to
false
, each source is displayed in its own row. If set totrue
, multiple metrics for the same host are displayed as different columns in the same row. - Invert
Dynamic Legend Hover Control This property is required. bool - (Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
- Line
Type This property is required. string - Plot interpolation type.
linear
is default. Valid options arelinear
,step-before
,step-after
,basis
,cardinal
, andmonotone
. - Max
This property is required. double - Max value of the Y-axis. Set to null or leave blank for auto.
- Min
This property is required. double - Min value of the Y-axis. Set to null or leave blank for auto.
This property is required. int- For the tabular view defines how many point tags to display.
- Plain
Markdown Content This property is required. string - The markdown content for a Markdown display, in plain text.
- Show
Hosts This property is required. bool - For the tabular view, whether to display sources. Default is
true
. - Show
Labels This property is required. bool - For the tabular view, whether to display labels. Default is
true
. - Show
Raw Values This property is required. bool - For the tabular view, whether to display raw values. Default is
false
. - Sort
Values Descending This property is required. bool - For the tabular view, whether to display values in descending order. Default is
false
. - Sparkline
Decimal Precision This property is required. int - For the single stat view, the decimal precision of the displayed number.
- Sparkline
Display Color This property is required. string - For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
- Sparkline
Display Font Size This property is required. string - For the single stat view, the font size of the displayed text, in percent.
- Sparkline
Display Horizontal Position This property is required. string - For the single stat view, the horizontal position of the displayed text. Valid options are
MIDDLE
,LEFT
,RIGHT
. - Sparkline
Display Postfix This property is required. string - For the single stat view, a string to append to the displayed text.
- Sparkline
Display Prefix This property is required. string - For the single stat view, a string to add before the displayed text.
- Sparkline
Display Value Type This property is required. string - For the single stat view, where to display the name of the query or the value of the query. Valid options are
VALUE
orLABEL
. - Sparkline
Display Vertical Position This property is required. string - This setting is deprecated.
- Sparkline
Fill Color This property is required. string - For the single stat view, the color of the background fill. Values should be in RGBA format.
- Sparkline
Line Color This property is required. string - For the single stat view, the color of the line. Values should be in RGBA format.
- Sparkline
Size This property is required. string - For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are
BACKGROUND
,BOTTOM
,NONE
. - Sparkline
Value Color Map Apply To This property is required. string - For the single stat view, whether to apply dynamic color settings to the displayed
TEXT
orBACKGROUND
. Valid options areTEXT
orBACKGROUND
. - Sparkline
Value Color Map Colors This property is required. List<string> - For the single stat view, a list of colors that differing query values map to. Must contain one more element than
sparkline_value_color_map_values_v2
. Values should be in RGBA format. - Sparkline
Value Color Map Values This property is required. List<int> - This setting is deprecated.
- Sparkline
Value Color Map Values V2s This property is required. List<double> - For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than
sparkline_value_color_map_colors
. - Sparkline
Value Text Map Texts This property is required. List<string> - For the single stat view, a list of display text values that different query values map to. Must contain one more element than
sparkline_value_text_map_thresholds
. - Sparkline
Value Text Map Thresholds This property is required. List<double> - For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than
sparkline_value_text_map_text
. - Stack
Type This property is required. string - Type of stacked chart (applicable only if chart type is
stacked
).zero
(default) means stacked from y=0.expand
means normalized from 0 to 1.wiggle
means minimize weighted changes.silhouette
means to center the stream. Valid options arezero
,expand
,wiggle
,silhouette
, andbars
. - Tag
Mode This property is required. string - For the tabular view, which mode to use to determine which point tags to display. Valid options are
all
,top
, orcustom
. - Time
Based Coloring This property is required. bool - For x-y scatterplots, whether to color more recent points as darker than older points.
- Type
This property is required. string - Chart Type.
line
refers to the Line Plot,scatter
to the Point Plot,stacked-area
to the Stacked Area plot,table
to the Tabular View,scatterplot-xy
to Scatter Plot,markdown-widget
to the Markdown display, andsparkline
to the Single Stat view. Valid options areline
,scatterplot
,stacked-area
,stacked-column
,table
,scatterplot-xy
,markdown-widget
,sparkline
,globe
,nodemap
,top-k
,status-list
, andhistogram
. - Window
Size This property is required. int - Width, in minutes, of the time window to use for
last
windowing. - Windowing
This property is required. string - For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are
full
orlast
. - Xmax
This property is required. double - For x-y scatterplots, max value for the X-axis. Set to null for auto.
- Xmin
This property is required. double - For x-y scatterplots, min value for the X-axis. Set to null for auto.
- Y0Scale
Si By1024 This property is required. bool - Y0Unit
Autoscaling This property is required. bool - (Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
- Y1Max
This property is required. double - Y1Min
This property is required. double - Y1Scale
Si By1024 This property is required. bool - Y1Unit
Autoscaling This property is required. bool - (Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
- Y1Units
This property is required. string - For plots with multiple Y-axes, units for right side Y-axis.
- Ymax
This property is required. double - For x-y scatterplots, max value for the Y-axis. Set to null for auto.
- Ymin
This property is required. double - For x-y scatterplots, min value for the Y-axis. Set to null for auto.
This property is required. bool- This setting is deprecated.
This property is required. string- This setting is deprecated.
This property is required. []string- For the tabular view, a list of point tags to display when using the
custom
tag display mode. - Expected
Data Spacing This property is required. int - Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
- Fixed
Legend Display Stats This property is required. []string - (Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
- Fixed
Legend Enabled This property is required. bool - (Optional) Whether to enable a fixed tabular legend adjacent to the chart.
- Fixed
Legend Filter Field This property is required. string - (Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are
CURRENT
,MEAN
,MEDIAN
,SUM
,MIN
,MAX
, andCOUNT
. - Fixed
Legend Filter Limit This property is required. int - (Optional) Number of series to include in the fixed legend.
- Fixed
Legend Filter Sort This property is required. string - (Optional) Whether to display
TOP
orBOTTOM
ranked series in a fixed legend. Valid options areTOP
, andBOTTOM
. - Fixed
Legend Hide Label This property is required. bool - (Optional) This setting is deprecated.
- Fixed
Legend Position This property is required. string - (Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are
RIGHT
,TOP
,LEFT
,BOTTOM
. - Fixed
Legend Use Raw Stats This property is required. bool - (Optional) If
true
, the legend uses non-summarized stats instead of summarized. - Group
By Source This property is required. bool - For the tabular view, whether to group multi metrics into a single row by a common source. If set to
false
, each source is displayed in its own row. If set totrue
, multiple metrics for the same host are displayed as different columns in the same row. - Invert
Dynamic Legend Hover Control This property is required. bool - (Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
- Line
Type This property is required. string - Plot interpolation type.
linear
is default. Valid options arelinear
,step-before
,step-after
,basis
,cardinal
, andmonotone
. - Max
This property is required. float64 - Max value of the Y-axis. Set to null or leave blank for auto.
- Min
This property is required. float64 - Min value of the Y-axis. Set to null or leave blank for auto.
This property is required. int- For the tabular view defines how many point tags to display.
- Plain
Markdown Content This property is required. string - The markdown content for a Markdown display, in plain text.
- Show
Hosts This property is required. bool - For the tabular view, whether to display sources. Default is
true
. - Show
Labels This property is required. bool - For the tabular view, whether to display labels. Default is
true
. - Show
Raw Values This property is required. bool - For the tabular view, whether to display raw values. Default is
false
. - Sort
Values Descending This property is required. bool - For the tabular view, whether to display values in descending order. Default is
false
. - Sparkline
Decimal Precision This property is required. int - For the single stat view, the decimal precision of the displayed number.
- Sparkline
Display Color This property is required. string - For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
- Sparkline
Display Font Size This property is required. string - For the single stat view, the font size of the displayed text, in percent.
- Sparkline
Display Horizontal Position This property is required. string - For the single stat view, the horizontal position of the displayed text. Valid options are
MIDDLE
,LEFT
,RIGHT
. - Sparkline
Display Postfix This property is required. string - For the single stat view, a string to append to the displayed text.
- Sparkline
Display Prefix This property is required. string - For the single stat view, a string to add before the displayed text.
- Sparkline
Display Value Type This property is required. string - For the single stat view, where to display the name of the query or the value of the query. Valid options are
VALUE
orLABEL
. - Sparkline
Display Vertical Position This property is required. string - This setting is deprecated.
- Sparkline
Fill Color This property is required. string - For the single stat view, the color of the background fill. Values should be in RGBA format.
- Sparkline
Line Color This property is required. string - For the single stat view, the color of the line. Values should be in RGBA format.
- Sparkline
Size This property is required. string - For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are
BACKGROUND
,BOTTOM
,NONE
. - Sparkline
Value Color Map Apply To This property is required. string - For the single stat view, whether to apply dynamic color settings to the displayed
TEXT
orBACKGROUND
. Valid options areTEXT
orBACKGROUND
. - Sparkline
Value Color Map Colors This property is required. []string - For the single stat view, a list of colors that differing query values map to. Must contain one more element than
sparkline_value_color_map_values_v2
. Values should be in RGBA format. - Sparkline
Value Color Map Values This property is required. []int - This setting is deprecated.
- Sparkline
Value Color Map Values V2s This property is required. []float64 - For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than
sparkline_value_color_map_colors
. - Sparkline
Value Text Map Texts This property is required. []string - For the single stat view, a list of display text values that different query values map to. Must contain one more element than
sparkline_value_text_map_thresholds
. - Sparkline
Value Text Map Thresholds This property is required. []float64 - For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than
sparkline_value_text_map_text
. - Stack
Type This property is required. string - Type of stacked chart (applicable only if chart type is
stacked
).zero
(default) means stacked from y=0.expand
means normalized from 0 to 1.wiggle
means minimize weighted changes.silhouette
means to center the stream. Valid options arezero
,expand
,wiggle
,silhouette
, andbars
. - Tag
Mode This property is required. string - For the tabular view, which mode to use to determine which point tags to display. Valid options are
all
,top
, orcustom
. - Time
Based Coloring This property is required. bool - For x-y scatterplots, whether to color more recent points as darker than older points.
- Type
This property is required. string - Chart Type.
line
refers to the Line Plot,scatter
to the Point Plot,stacked-area
to the Stacked Area plot,table
to the Tabular View,scatterplot-xy
to Scatter Plot,markdown-widget
to the Markdown display, andsparkline
to the Single Stat view. Valid options areline
,scatterplot
,stacked-area
,stacked-column
,table
,scatterplot-xy
,markdown-widget
,sparkline
,globe
,nodemap
,top-k
,status-list
, andhistogram
. - Window
Size This property is required. int - Width, in minutes, of the time window to use for
last
windowing. - Windowing
This property is required. string - For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are
full
orlast
. - Xmax
This property is required. float64 - For x-y scatterplots, max value for the X-axis. Set to null for auto.
- Xmin
This property is required. float64 - For x-y scatterplots, min value for the X-axis. Set to null for auto.
- Y0Scale
Si By1024 This property is required. bool - Y0Unit
Autoscaling This property is required. bool - (Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
- Y1Max
This property is required. float64 - Y1Min
This property is required. float64 - Y1Scale
Si By1024 This property is required. bool - Y1Unit
Autoscaling This property is required. bool - (Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
- Y1Units
This property is required. string - For plots with multiple Y-axes, units for right side Y-axis.
- Ymax
This property is required. float64 - For x-y scatterplots, max value for the Y-axis. Set to null for auto.
- Ymin
This property is required. float64 - For x-y scatterplots, min value for the Y-axis. Set to null for auto.
This property is required. Boolean- This setting is deprecated.
This property is required. String- This setting is deprecated.
This property is required. List<String>- For the tabular view, a list of point tags to display when using the
custom
tag display mode. - expected
Data Spacing This property is required. Integer - Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
- fixed
Legend Display Stats This property is required. List<String> - (Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
- fixed
Legend Enabled This property is required. Boolean - (Optional) Whether to enable a fixed tabular legend adjacent to the chart.
- fixed
Legend Filter Field This property is required. String - (Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are
CURRENT
,MEAN
,MEDIAN
,SUM
,MIN
,MAX
, andCOUNT
. - fixed
Legend Filter Limit This property is required. Integer - (Optional) Number of series to include in the fixed legend.
- fixed
Legend Filter Sort This property is required. String - (Optional) Whether to display
TOP
orBOTTOM
ranked series in a fixed legend. Valid options areTOP
, andBOTTOM
. - fixed
Legend Hide Label This property is required. Boolean - (Optional) This setting is deprecated.
- fixed
Legend Position This property is required. String - (Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are
RIGHT
,TOP
,LEFT
,BOTTOM
. - fixed
Legend Use Raw Stats This property is required. Boolean - (Optional) If
true
, the legend uses non-summarized stats instead of summarized. - group
By Source This property is required. Boolean - For the tabular view, whether to group multi metrics into a single row by a common source. If set to
false
, each source is displayed in its own row. If set totrue
, multiple metrics for the same host are displayed as different columns in the same row. - invert
Dynamic Legend Hover Control This property is required. Boolean - (Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
- line
Type This property is required. String - Plot interpolation type.
linear
is default. Valid options arelinear
,step-before
,step-after
,basis
,cardinal
, andmonotone
. - max
This property is required. Double - Max value of the Y-axis. Set to null or leave blank for auto.
- min
This property is required. Double - Min value of the Y-axis. Set to null or leave blank for auto.
This property is required. Integer- For the tabular view defines how many point tags to display.
- plain
Markdown Content This property is required. String - The markdown content for a Markdown display, in plain text.
- show
Hosts This property is required. Boolean - For the tabular view, whether to display sources. Default is
true
. - show
Labels This property is required. Boolean - For the tabular view, whether to display labels. Default is
true
. - show
Raw Values This property is required. Boolean - For the tabular view, whether to display raw values. Default is
false
. - sort
Values Descending This property is required. Boolean - For the tabular view, whether to display values in descending order. Default is
false
. - sparkline
Decimal Precision This property is required. Integer - For the single stat view, the decimal precision of the displayed number.
- sparkline
Display Color This property is required. String - For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
- sparkline
Display Font Size This property is required. String - For the single stat view, the font size of the displayed text, in percent.
- sparkline
Display Horizontal Position This property is required. String - For the single stat view, the horizontal position of the displayed text. Valid options are
MIDDLE
,LEFT
,RIGHT
. - sparkline
Display Postfix This property is required. String - For the single stat view, a string to append to the displayed text.
- sparkline
Display Prefix This property is required. String - For the single stat view, a string to add before the displayed text.
- sparkline
Display Value Type This property is required. String - For the single stat view, where to display the name of the query or the value of the query. Valid options are
VALUE
orLABEL
. - sparkline
Display Vertical Position This property is required. String - This setting is deprecated.
- sparkline
Fill Color This property is required. String - For the single stat view, the color of the background fill. Values should be in RGBA format.
- sparkline
Line Color This property is required. String - For the single stat view, the color of the line. Values should be in RGBA format.
- sparkline
Size This property is required. String - For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are
BACKGROUND
,BOTTOM
,NONE
. - sparkline
Value Color Map Apply To This property is required. String - For the single stat view, whether to apply dynamic color settings to the displayed
TEXT
orBACKGROUND
. Valid options areTEXT
orBACKGROUND
. - sparkline
Value Color Map Colors This property is required. List<String> - For the single stat view, a list of colors that differing query values map to. Must contain one more element than
sparkline_value_color_map_values_v2
. Values should be in RGBA format. - sparkline
Value Color Map Values This property is required. List<Integer> - This setting is deprecated.
- sparkline
Value Color Map Values V2s This property is required. List<Double> - For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than
sparkline_value_color_map_colors
. - sparkline
Value Text Map Texts This property is required. List<String> - For the single stat view, a list of display text values that different query values map to. Must contain one more element than
sparkline_value_text_map_thresholds
. - sparkline
Value Text Map Thresholds This property is required. List<Double> - For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than
sparkline_value_text_map_text
. - stack
Type This property is required. String - Type of stacked chart (applicable only if chart type is
stacked
).zero
(default) means stacked from y=0.expand
means normalized from 0 to 1.wiggle
means minimize weighted changes.silhouette
means to center the stream. Valid options arezero
,expand
,wiggle
,silhouette
, andbars
. - tag
Mode This property is required. String - For the tabular view, which mode to use to determine which point tags to display. Valid options are
all
,top
, orcustom
. - time
Based Coloring This property is required. Boolean - For x-y scatterplots, whether to color more recent points as darker than older points.
- type
This property is required. String - Chart Type.
line
refers to the Line Plot,scatter
to the Point Plot,stacked-area
to the Stacked Area plot,table
to the Tabular View,scatterplot-xy
to Scatter Plot,markdown-widget
to the Markdown display, andsparkline
to the Single Stat view. Valid options areline
,scatterplot
,stacked-area
,stacked-column
,table
,scatterplot-xy
,markdown-widget
,sparkline
,globe
,nodemap
,top-k
,status-list
, andhistogram
. - window
Size This property is required. Integer - Width, in minutes, of the time window to use for
last
windowing. - windowing
This property is required. String - For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are
full
orlast
. - xmax
This property is required. Double - For x-y scatterplots, max value for the X-axis. Set to null for auto.
- xmin
This property is required. Double - For x-y scatterplots, min value for the X-axis. Set to null for auto.
- y0Scale
Si By1024 This property is required. Boolean - y0Unit
Autoscaling This property is required. Boolean - (Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
- y1Max
This property is required. Double - y1Min
This property is required. Double - y1Scale
Si By1024 This property is required. Boolean - y1Unit
Autoscaling This property is required. Boolean - (Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
- y1Units
This property is required. String - For plots with multiple Y-axes, units for right side Y-axis.
- ymax
This property is required. Double - For x-y scatterplots, max value for the Y-axis. Set to null for auto.
- ymin
This property is required. Double - For x-y scatterplots, min value for the Y-axis. Set to null for auto.
This property is required. boolean- This setting is deprecated.
This property is required. string- This setting is deprecated.
This property is required. string[]- For the tabular view, a list of point tags to display when using the
custom
tag display mode. - expected
Data Spacing This property is required. number - Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
- fixed
Legend Display Stats This property is required. string[] - (Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
- fixed
Legend Enabled This property is required. boolean - (Optional) Whether to enable a fixed tabular legend adjacent to the chart.
- fixed
Legend Filter Field This property is required. string - (Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are
CURRENT
,MEAN
,MEDIAN
,SUM
,MIN
,MAX
, andCOUNT
. - fixed
Legend Filter Limit This property is required. number - (Optional) Number of series to include in the fixed legend.
- fixed
Legend Filter Sort This property is required. string - (Optional) Whether to display
TOP
orBOTTOM
ranked series in a fixed legend. Valid options areTOP
, andBOTTOM
. - fixed
Legend Hide Label This property is required. boolean - (Optional) This setting is deprecated.
- fixed
Legend Position This property is required. string - (Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are
RIGHT
,TOP
,LEFT
,BOTTOM
. - fixed
Legend Use Raw Stats This property is required. boolean - (Optional) If
true
, the legend uses non-summarized stats instead of summarized. - group
By Source This property is required. boolean - For the tabular view, whether to group multi metrics into a single row by a common source. If set to
false
, each source is displayed in its own row. If set totrue
, multiple metrics for the same host are displayed as different columns in the same row. - invert
Dynamic Legend Hover Control This property is required. boolean - (Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
- line
Type This property is required. string - Plot interpolation type.
linear
is default. Valid options arelinear
,step-before
,step-after
,basis
,cardinal
, andmonotone
. - max
This property is required. number - Max value of the Y-axis. Set to null or leave blank for auto.
- min
This property is required. number - Min value of the Y-axis. Set to null or leave blank for auto.
This property is required. number- For the tabular view defines how many point tags to display.
- plain
Markdown Content This property is required. string - The markdown content for a Markdown display, in plain text.
- show
Hosts This property is required. boolean - For the tabular view, whether to display sources. Default is
true
. - show
Labels This property is required. boolean - For the tabular view, whether to display labels. Default is
true
. - show
Raw Values This property is required. boolean - For the tabular view, whether to display raw values. Default is
false
. - sort
Values Descending This property is required. boolean - For the tabular view, whether to display values in descending order. Default is
false
. - sparkline
Decimal Precision This property is required. number - For the single stat view, the decimal precision of the displayed number.
- sparkline
Display Color This property is required. string - For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
- sparkline
Display Font Size This property is required. string - For the single stat view, the font size of the displayed text, in percent.
- sparkline
Display Horizontal Position This property is required. string - For the single stat view, the horizontal position of the displayed text. Valid options are
MIDDLE
,LEFT
,RIGHT
. - sparkline
Display Postfix This property is required. string - For the single stat view, a string to append to the displayed text.
- sparkline
Display Prefix This property is required. string - For the single stat view, a string to add before the displayed text.
- sparkline
Display Value Type This property is required. string - For the single stat view, where to display the name of the query or the value of the query. Valid options are
VALUE
orLABEL
. - sparkline
Display Vertical Position This property is required. string - This setting is deprecated.
- sparkline
Fill Color This property is required. string - For the single stat view, the color of the background fill. Values should be in RGBA format.
- sparkline
Line Color This property is required. string - For the single stat view, the color of the line. Values should be in RGBA format.
- sparkline
Size This property is required. string - For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are
BACKGROUND
,BOTTOM
,NONE
. - sparkline
Value Color Map Apply To This property is required. string - For the single stat view, whether to apply dynamic color settings to the displayed
TEXT
orBACKGROUND
. Valid options areTEXT
orBACKGROUND
. - sparkline
Value Color Map Colors This property is required. string[] - For the single stat view, a list of colors that differing query values map to. Must contain one more element than
sparkline_value_color_map_values_v2
. Values should be in RGBA format. - sparkline
Value Color Map Values This property is required. number[] - This setting is deprecated.
- sparkline
Value Color Map Values V2s This property is required. number[] - For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than
sparkline_value_color_map_colors
. - sparkline
Value Text Map Texts This property is required. string[] - For the single stat view, a list of display text values that different query values map to. Must contain one more element than
sparkline_value_text_map_thresholds
. - sparkline
Value Text Map Thresholds This property is required. number[] - For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than
sparkline_value_text_map_text
. - stack
Type This property is required. string - Type of stacked chart (applicable only if chart type is
stacked
).zero
(default) means stacked from y=0.expand
means normalized from 0 to 1.wiggle
means minimize weighted changes.silhouette
means to center the stream. Valid options arezero
,expand
,wiggle
,silhouette
, andbars
. - tag
Mode This property is required. string - For the tabular view, which mode to use to determine which point tags to display. Valid options are
all
,top
, orcustom
. - time
Based Coloring This property is required. boolean - For x-y scatterplots, whether to color more recent points as darker than older points.
- type
This property is required. string - Chart Type.
line
refers to the Line Plot,scatter
to the Point Plot,stacked-area
to the Stacked Area plot,table
to the Tabular View,scatterplot-xy
to Scatter Plot,markdown-widget
to the Markdown display, andsparkline
to the Single Stat view. Valid options areline
,scatterplot
,stacked-area
,stacked-column
,table
,scatterplot-xy
,markdown-widget
,sparkline
,globe
,nodemap
,top-k
,status-list
, andhistogram
. - window
Size This property is required. number - Width, in minutes, of the time window to use for
last
windowing. - windowing
This property is required. string - For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are
full
orlast
. - xmax
This property is required. number - For x-y scatterplots, max value for the X-axis. Set to null for auto.
- xmin
This property is required. number - For x-y scatterplots, min value for the X-axis. Set to null for auto.
- y0Scale
Si By1024 This property is required. boolean - y0Unit
Autoscaling This property is required. boolean - (Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
- y1Max
This property is required. number - y1Min
This property is required. number - y1Scale
Si By1024 This property is required. boolean - y1Unit
Autoscaling This property is required. boolean - (Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
- y1Units
This property is required. string - For plots with multiple Y-axes, units for right side Y-axis.
- ymax
This property is required. number - For x-y scatterplots, max value for the Y-axis. Set to null for auto.
- ymin
This property is required. number - For x-y scatterplots, min value for the Y-axis. Set to null for auto.
This property is required. bool- This setting is deprecated.
This property is required. str- This setting is deprecated.
This property is required. Sequence[str]- For the tabular view, a list of point tags to display when using the
custom
tag display mode. - expected_
data_ spacing This property is required. int - Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
- fixed_
legend_ display_ stats This property is required. Sequence[str] - (Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
- fixed_
legend_ enabled This property is required. bool - (Optional) Whether to enable a fixed tabular legend adjacent to the chart.
- fixed_
legend_ filter_ field This property is required. str - (Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are
CURRENT
,MEAN
,MEDIAN
,SUM
,MIN
,MAX
, andCOUNT
. - fixed_
legend_ filter_ limit This property is required. int - (Optional) Number of series to include in the fixed legend.
- fixed_
legend_ filter_ sort This property is required. str - (Optional) Whether to display
TOP
orBOTTOM
ranked series in a fixed legend. Valid options areTOP
, andBOTTOM
. - fixed_
legend_ hide_ label This property is required. bool - (Optional) This setting is deprecated.
- fixed_
legend_ position This property is required. str - (Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are
RIGHT
,TOP
,LEFT
,BOTTOM
. - fixed_
legend_ use_ raw_ stats This property is required. bool - (Optional) If
true
, the legend uses non-summarized stats instead of summarized. - group_
by_ source This property is required. bool - For the tabular view, whether to group multi metrics into a single row by a common source. If set to
false
, each source is displayed in its own row. If set totrue
, multiple metrics for the same host are displayed as different columns in the same row. - invert_
dynamic_ legend_ hover_ control This property is required. bool - (Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
- line_
type This property is required. str - Plot interpolation type.
linear
is default. Valid options arelinear
,step-before
,step-after
,basis
,cardinal
, andmonotone
. - max
This property is required. float - Max value of the Y-axis. Set to null or leave blank for auto.
- min
This property is required. float - Min value of the Y-axis. Set to null or leave blank for auto.
This property is required. int- For the tabular view defines how many point tags to display.
- plain_
markdown_ content This property is required. str - The markdown content for a Markdown display, in plain text.
- show_
hosts This property is required. bool - For the tabular view, whether to display sources. Default is
true
. - show_
labels This property is required. bool - For the tabular view, whether to display labels. Default is
true
. - show_
raw_ values This property is required. bool - For the tabular view, whether to display raw values. Default is
false
. - sort_
values_ descending This property is required. bool - For the tabular view, whether to display values in descending order. Default is
false
. - sparkline_
decimal_ precision This property is required. int - For the single stat view, the decimal precision of the displayed number.
- sparkline_
display_ color This property is required. str - For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
- sparkline_
display_ font_ size This property is required. str - For the single stat view, the font size of the displayed text, in percent.
- sparkline_
display_ horizontal_ position This property is required. str - For the single stat view, the horizontal position of the displayed text. Valid options are
MIDDLE
,LEFT
,RIGHT
. - sparkline_
display_ postfix This property is required. str - For the single stat view, a string to append to the displayed text.
- sparkline_
display_ prefix This property is required. str - For the single stat view, a string to add before the displayed text.
- sparkline_
display_ value_ type This property is required. str - For the single stat view, where to display the name of the query or the value of the query. Valid options are
VALUE
orLABEL
. - sparkline_
display_ vertical_ position This property is required. str - This setting is deprecated.
- sparkline_
fill_ color This property is required. str - For the single stat view, the color of the background fill. Values should be in RGBA format.
- sparkline_
line_ color This property is required. str - For the single stat view, the color of the line. Values should be in RGBA format.
- sparkline_
size This property is required. str - For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are
BACKGROUND
,BOTTOM
,NONE
. - sparkline_
value_ color_ map_ apply_ to This property is required. str - For the single stat view, whether to apply dynamic color settings to the displayed
TEXT
orBACKGROUND
. Valid options areTEXT
orBACKGROUND
. - sparkline_
value_ color_ map_ colors This property is required. Sequence[str] - For the single stat view, a list of colors that differing query values map to. Must contain one more element than
sparkline_value_color_map_values_v2
. Values should be in RGBA format. - sparkline_
value_ color_ map_ values This property is required. Sequence[int] - This setting is deprecated.
- sparkline_
value_ color_ map_ values_ v2s This property is required. Sequence[float] - For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than
sparkline_value_color_map_colors
. - sparkline_
value_ text_ map_ texts This property is required. Sequence[str] - For the single stat view, a list of display text values that different query values map to. Must contain one more element than
sparkline_value_text_map_thresholds
. - sparkline_
value_ text_ map_ thresholds This property is required. Sequence[float] - For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than
sparkline_value_text_map_text
. - stack_
type This property is required. str - Type of stacked chart (applicable only if chart type is
stacked
).zero
(default) means stacked from y=0.expand
means normalized from 0 to 1.wiggle
means minimize weighted changes.silhouette
means to center the stream. Valid options arezero
,expand
,wiggle
,silhouette
, andbars
. - tag_
mode This property is required. str - For the tabular view, which mode to use to determine which point tags to display. Valid options are
all
,top
, orcustom
. - time_
based_ coloring This property is required. bool - For x-y scatterplots, whether to color more recent points as darker than older points.
- type
This property is required. str - Chart Type.
line
refers to the Line Plot,scatter
to the Point Plot,stacked-area
to the Stacked Area plot,table
to the Tabular View,scatterplot-xy
to Scatter Plot,markdown-widget
to the Markdown display, andsparkline
to the Single Stat view. Valid options areline
,scatterplot
,stacked-area
,stacked-column
,table
,scatterplot-xy
,markdown-widget
,sparkline
,globe
,nodemap
,top-k
,status-list
, andhistogram
. - window_
size This property is required. int - Width, in minutes, of the time window to use for
last
windowing. - windowing
This property is required. str - For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are
full
orlast
. - xmax
This property is required. float - For x-y scatterplots, max value for the X-axis. Set to null for auto.
- xmin
This property is required. float - For x-y scatterplots, min value for the X-axis. Set to null for auto.
- y0_
scale_ si_ by1024 This property is required. bool - y0_
unit_ autoscaling This property is required. bool - (Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
- y1_
max This property is required. float - y1_
min This property is required. float - y1_
scale_ si_ by1024 This property is required. bool - y1_
unit_ autoscaling This property is required. bool - (Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
- y1_
units This property is required. str - For plots with multiple Y-axes, units for right side Y-axis.
- ymax
This property is required. float - For x-y scatterplots, max value for the Y-axis. Set to null for auto.
- ymin
This property is required. float - For x-y scatterplots, min value for the Y-axis. Set to null for auto.
This property is required. Boolean- This setting is deprecated.
This property is required. String- This setting is deprecated.
This property is required. List<String>- For the tabular view, a list of point tags to display when using the
custom
tag display mode. - expected
Data Spacing This property is required. Number - Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid in line plots. Default is 60.
- fixed
Legend Display Stats This property is required. List<String> - (Optional) For a chart with a fixed legend, a list of statistics to display in the legend.
- fixed
Legend Enabled This property is required. Boolean - (Optional) Whether to enable a fixed tabular legend adjacent to the chart.
- fixed
Legend Filter Field This property is required. String - (Optional) Statistic to use for determining whether a series is displayed on the fixed legend. Valid options are
CURRENT
,MEAN
,MEDIAN
,SUM
,MIN
,MAX
, andCOUNT
. - fixed
Legend Filter Limit This property is required. Number - (Optional) Number of series to include in the fixed legend.
- fixed
Legend Filter Sort This property is required. String - (Optional) Whether to display
TOP
orBOTTOM
ranked series in a fixed legend. Valid options areTOP
, andBOTTOM
. - fixed
Legend Hide Label This property is required. Boolean - (Optional) This setting is deprecated.
- fixed
Legend Position This property is required. String - (Optional) Where the fixed legend should be displayed with respect to the chart. Valid options are
RIGHT
,TOP
,LEFT
,BOTTOM
. - fixed
Legend Use Raw Stats This property is required. Boolean - (Optional) If
true
, the legend uses non-summarized stats instead of summarized. - group
By Source This property is required. Boolean - For the tabular view, whether to group multi metrics into a single row by a common source. If set to
false
, each source is displayed in its own row. If set totrue
, multiple metrics for the same host are displayed as different columns in the same row. - invert
Dynamic Legend Hover Control This property is required. Boolean - (Optional) Whether to disable the display of the floating legend (but reenable it when the ctrl-key is pressed).
- line
Type This property is required. String - Plot interpolation type.
linear
is default. Valid options arelinear
,step-before
,step-after
,basis
,cardinal
, andmonotone
. - max
This property is required. Number - Max value of the Y-axis. Set to null or leave blank for auto.
- min
This property is required. Number - Min value of the Y-axis. Set to null or leave blank for auto.
This property is required. Number- For the tabular view defines how many point tags to display.
- plain
Markdown Content This property is required. String - The markdown content for a Markdown display, in plain text.
- show
Hosts This property is required. Boolean - For the tabular view, whether to display sources. Default is
true
. - show
Labels This property is required. Boolean - For the tabular view, whether to display labels. Default is
true
. - show
Raw Values This property is required. Boolean - For the tabular view, whether to display raw values. Default is
false
. - sort
Values Descending This property is required. Boolean - For the tabular view, whether to display values in descending order. Default is
false
. - sparkline
Decimal Precision This property is required. Number - For the single stat view, the decimal precision of the displayed number.
- sparkline
Display Color This property is required. String - For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in RGBA format.
- sparkline
Display Font Size This property is required. String - For the single stat view, the font size of the displayed text, in percent.
- sparkline
Display Horizontal Position This property is required. String - For the single stat view, the horizontal position of the displayed text. Valid options are
MIDDLE
,LEFT
,RIGHT
. - sparkline
Display Postfix This property is required. String - For the single stat view, a string to append to the displayed text.
- sparkline
Display Prefix This property is required. String - For the single stat view, a string to add before the displayed text.
- sparkline
Display Value Type This property is required. String - For the single stat view, where to display the name of the query or the value of the query. Valid options are
VALUE
orLABEL
. - sparkline
Display Vertical Position This property is required. String - This setting is deprecated.
- sparkline
Fill Color This property is required. String - For the single stat view, the color of the background fill. Values should be in RGBA format.
- sparkline
Line Color This property is required. String - For the single stat view, the color of the line. Values should be in RGBA format.
- sparkline
Size This property is required. String - For the single stat view, this determines whether the sparkline of the statistic is displayed in the chart. Valid options are
BACKGROUND
,BOTTOM
,NONE
. - sparkline
Value Color Map Apply To This property is required. String - For the single stat view, whether to apply dynamic color settings to the displayed
TEXT
orBACKGROUND
. Valid options areTEXT
orBACKGROUND
. - sparkline
Value Color Map Colors This property is required. List<String> - For the single stat view, a list of colors that differing query values map to. Must contain one more element than
sparkline_value_color_map_values_v2
. Values should be in RGBA format. - sparkline
Value Color Map Values This property is required. List<Number> - This setting is deprecated.
- sparkline
Value Color Map Values V2s This property is required. List<Number> - For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one element less than
sparkline_value_color_map_colors
. - sparkline
Value Text Map Texts This property is required. List<String> - For the single stat view, a list of display text values that different query values map to. Must contain one more element than
sparkline_value_text_map_thresholds
. - sparkline
Value Text Map Thresholds This property is required. List<Number> - For the single stat view, a list of threshold boundaries for mapping different query values to display text. Must contain one element less than
sparkline_value_text_map_text
. - stack
Type This property is required. String - Type of stacked chart (applicable only if chart type is
stacked
).zero
(default) means stacked from y=0.expand
means normalized from 0 to 1.wiggle
means minimize weighted changes.silhouette
means to center the stream. Valid options arezero
,expand
,wiggle
,silhouette
, andbars
. - tag
Mode This property is required. String - For the tabular view, which mode to use to determine which point tags to display. Valid options are
all
,top
, orcustom
. - time
Based Coloring This property is required. Boolean - For x-y scatterplots, whether to color more recent points as darker than older points.
- type
This property is required. String - Chart Type.
line
refers to the Line Plot,scatter
to the Point Plot,stacked-area
to the Stacked Area plot,table
to the Tabular View,scatterplot-xy
to Scatter Plot,markdown-widget
to the Markdown display, andsparkline
to the Single Stat view. Valid options areline
,scatterplot
,stacked-area
,stacked-column
,table
,scatterplot-xy
,markdown-widget
,sparkline
,globe
,nodemap
,top-k
,status-list
, andhistogram
. - window
Size This property is required. Number - Width, in minutes, of the time window to use for
last
windowing. - windowing
This property is required. String - For the tabular view, whether to use the full time window for the query or the last X minutes. Valid options are
full
orlast
. - xmax
This property is required. Number - For x-y scatterplots, max value for the X-axis. Set to null for auto.
- xmin
This property is required. Number - For x-y scatterplots, min value for the X-axis. Set to null for auto.
- y0Scale
Si By1024 This property is required. Boolean - y0Unit
Autoscaling This property is required. Boolean - (Optional) Whether to automatically adjust magnitude labels and units for the left Y-axis to favor smaller magnitudes and larger units.
- y1Max
This property is required. Number - y1Min
This property is required. Number - y1Scale
Si By1024 This property is required. Boolean - y1Unit
Autoscaling This property is required. Boolean - (Optional) Whether to automatically adjust magnitude labels and units for the right Y-axis to favor smaller magnitudes and larger units.
- y1Units
This property is required. String - For plots with multiple Y-axes, units for right side Y-axis.
- ymax
This property is required. Number - For x-y scatterplots, max value for the Y-axis. Set to null for auto.
- ymin
This property is required. Number - For x-y scatterplots, min value for the Y-axis. Set to null for auto.
GetDashboardsDashboardSectionRowChartSource
- Disabled
This property is required. bool - Whether the source is disabled.
- Name
This property is required. string - The name of the parameters.
- Query
This property is required. string - Query expression to plot on the chart.
- Querybuilder
Enabled This property is required. bool - Scatter
Plot Source This property is required. string - For scatter plots, does this query source the X-axis or the Y-axis,
X
, orY
. - Secondary
Axis This property is required. bool - Source
Color This property is required. string - Source
Description This property is required. string - A description for the purpose of this source.
- Disabled
This property is required. bool - Whether the source is disabled.
- Name
This property is required. string - The name of the parameters.
- Query
This property is required. string - Query expression to plot on the chart.
- Querybuilder
Enabled This property is required. bool - Scatter
Plot Source This property is required. string - For scatter plots, does this query source the X-axis or the Y-axis,
X
, orY
. - Secondary
Axis This property is required. bool - Source
Color This property is required. string - Source
Description This property is required. string - A description for the purpose of this source.
- disabled
This property is required. Boolean - Whether the source is disabled.
- name
This property is required. String - The name of the parameters.
- query
This property is required. String - Query expression to plot on the chart.
- querybuilder
Enabled This property is required. Boolean - scatter
Plot Source This property is required. String - For scatter plots, does this query source the X-axis or the Y-axis,
X
, orY
. - secondary
Axis This property is required. Boolean - source
Color This property is required. String - source
Description This property is required. String - A description for the purpose of this source.
- disabled
This property is required. boolean - Whether the source is disabled.
- name
This property is required. string - The name of the parameters.
- query
This property is required. string - Query expression to plot on the chart.
- querybuilder
Enabled This property is required. boolean - scatter
Plot Source This property is required. string - For scatter plots, does this query source the X-axis or the Y-axis,
X
, orY
. - secondary
Axis This property is required. boolean - source
Color This property is required. string - source
Description This property is required. string - A description for the purpose of this source.
- disabled
This property is required. bool - Whether the source is disabled.
- name
This property is required. str - The name of the parameters.
- query
This property is required. str - Query expression to plot on the chart.
- querybuilder_
enabled This property is required. bool - scatter_
plot_ source This property is required. str - For scatter plots, does this query source the X-axis or the Y-axis,
X
, orY
. - secondary_
axis This property is required. bool - source_
color This property is required. str - source_
description This property is required. str - A description for the purpose of this source.
- disabled
This property is required. Boolean - Whether the source is disabled.
- name
This property is required. String - The name of the parameters.
- query
This property is required. String - Query expression to plot on the chart.
- querybuilder
Enabled This property is required. Boolean - scatter
Plot Source This property is required. String - For scatter plots, does this query source the X-axis or the Y-axis,
X
, orY
. - secondary
Axis This property is required. Boolean - source
Color This property is required. String - source
Description This property is required. String - A description for the purpose of this source.
Package Details
- Repository
- Wavefront pulumi/pulumi-wavefront
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
wavefront
Terraform Provider.