ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud
ibm.getLogsDashboard
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a logs_dashboard. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const logsDashboardInstance = ibm.getLogsDashboard({
instanceId: ibm_logs_dashboard.logs_dashboard_instance.instance_id,
region: ibm_logs_dashboard.logs_dashboard_instance.region,
dashboardId: ibm_logs_dashboard.logs_dashboard_instance.dashboard_id,
});
import pulumi
import pulumi_ibm as ibm
logs_dashboard_instance = ibm.get_logs_dashboard(instance_id=ibm_logs_dashboard["logs_dashboard_instance"]["instance_id"],
region=ibm_logs_dashboard["logs_dashboard_instance"]["region"],
dashboard_id=ibm_logs_dashboard["logs_dashboard_instance"]["dashboard_id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupLogsDashboard(ctx, &ibm.LookupLogsDashboardArgs{
InstanceId: ibm_logs_dashboard.Logs_dashboard_instance.Instance_id,
Region: pulumi.StringRef(ibm_logs_dashboard.Logs_dashboard_instance.Region),
DashboardId: ibm_logs_dashboard.Logs_dashboard_instance.Dashboard_id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var logsDashboardInstance = Ibm.GetLogsDashboard.Invoke(new()
{
InstanceId = ibm_logs_dashboard.Logs_dashboard_instance.Instance_id,
Region = ibm_logs_dashboard.Logs_dashboard_instance.Region,
DashboardId = ibm_logs_dashboard.Logs_dashboard_instance.Dashboard_id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetLogsDashboardArgs;
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) {
final var logsDashboardInstance = IbmFunctions.getLogsDashboard(GetLogsDashboardArgs.builder()
.instanceId(ibm_logs_dashboard.logs_dashboard_instance().instance_id())
.region(ibm_logs_dashboard.logs_dashboard_instance().region())
.dashboardId(ibm_logs_dashboard.logs_dashboard_instance().dashboard_id())
.build());
}
}
variables:
logsDashboardInstance:
fn::invoke:
function: ibm:getLogsDashboard
arguments:
instanceId: ${ibm_logs_dashboard.logs_dashboard_instance.instance_id}
region: ${ibm_logs_dashboard.logs_dashboard_instance.region}
dashboardId: ${ibm_logs_dashboard.logs_dashboard_instance.dashboard_id}
Using getLogsDashboard
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 getLogsDashboard(args: GetLogsDashboardArgs, opts?: InvokeOptions): Promise<GetLogsDashboardResult>
function getLogsDashboardOutput(args: GetLogsDashboardOutputArgs, opts?: InvokeOptions): Output<GetLogsDashboardResult>
def get_logs_dashboard(dashboard_id: Optional[str] = None,
endpoint_type: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLogsDashboardResult
def get_logs_dashboard_output(dashboard_id: Optional[pulumi.Input[str]] = None,
endpoint_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLogsDashboardResult]
func LookupLogsDashboard(ctx *Context, args *LookupLogsDashboardArgs, opts ...InvokeOption) (*LookupLogsDashboardResult, error)
func LookupLogsDashboardOutput(ctx *Context, args *LookupLogsDashboardOutputArgs, opts ...InvokeOption) LookupLogsDashboardResultOutput
> Note: This function is named LookupLogsDashboard
in the Go SDK.
public static class GetLogsDashboard
{
public static Task<GetLogsDashboardResult> InvokeAsync(GetLogsDashboardArgs args, InvokeOptions? opts = null)
public static Output<GetLogsDashboardResult> Invoke(GetLogsDashboardInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLogsDashboardResult> getLogsDashboard(GetLogsDashboardArgs args, InvokeOptions options)
public static Output<GetLogsDashboardResult> getLogsDashboard(GetLogsDashboardArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getLogsDashboard:getLogsDashboard
arguments:
# arguments dictionary
The following arguments are supported:
- Dashboard
Id This property is required. string - The ID of the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Instance
Id This property is required. string - Cloud Logs Instance GUID.
- Endpoint
Type string - Id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Region string
- Cloud Logs Instance Region.
- Dashboard
Id This property is required. string - The ID of the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Instance
Id This property is required. string - Cloud Logs Instance GUID.
- Endpoint
Type string - Id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Region string
- Cloud Logs Instance Region.
- dashboard
Id This property is required. String - The ID of the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- instance
Id This property is required. String - Cloud Logs Instance GUID.
- endpoint
Type String - id String
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- region String
- Cloud Logs Instance Region.
- dashboard
Id This property is required. string - The ID of the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- instance
Id This property is required. string - Cloud Logs Instance GUID.
- endpoint
Type string - id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- region string
- Cloud Logs Instance Region.
- dashboard_
id This property is required. str - The ID of the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- instance_
id This property is required. str - Cloud Logs Instance GUID.
- endpoint_
type str - id str
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- region str
- Cloud Logs Instance Region.
- dashboard
Id This property is required. String - The ID of the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- instance
Id This property is required. String - Cloud Logs Instance GUID.
- endpoint
Type String - id String
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- region String
- Cloud Logs Instance Region.
getLogsDashboard Result
The following output properties are available:
- Absolute
Time List<GetFrames Logs Dashboard Absolute Time Frame> - (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
- Annotations
List<Get
Logs Dashboard Annotation> - (List) List of annotations that can be applied to the dashboard's visual elements.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for annotations:
- Constraints: The maximum length is
- Dashboard
Id string - Description string
- (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Falses
List<Get
Logs Dashboard False> - (List) Auto refresh interval is set to off. Nested schema for false:
- Filters
List<Get
Logs Dashboard Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Five
Minutes List<GetLogs Dashboard Five Minute> - (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
- Folder
Ids List<GetLogs Dashboard Folder Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
- Folder
Paths List<GetLogs Dashboard Folder Path> - (List) Path of the folder containing the dashboard. Nested schema for folder_path:
- Href string
- (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Instance
Id string - Layouts
List<Get
Logs Dashboard Layout> - (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
- Name string
- (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Region string
- Relative
Time stringFrame - (String) Relative time frame specifying a duration from the current time.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- Two
Minutes List<GetLogs Dashboard Two Minute> - (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
- Variables
List<Get
Logs Dashboard Variable> - (List) List of variables that can be used within the dashboard for dynamic content.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for variables:
- Constraints: The maximum length is
- Endpoint
Type string
- Absolute
Time []GetFrames Logs Dashboard Absolute Time Frame - (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
- Annotations
[]Get
Logs Dashboard Annotation - (List) List of annotations that can be applied to the dashboard's visual elements.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for annotations:
- Constraints: The maximum length is
- Dashboard
Id string - Description string
- (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Falses
[]Get
Logs Dashboard False - (List) Auto refresh interval is set to off. Nested schema for false:
- Filters
[]Get
Logs Dashboard Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Five
Minutes []GetLogs Dashboard Five Minute - (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
- Folder
Ids []GetLogs Dashboard Folder Id - (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
- Folder
Paths []GetLogs Dashboard Folder Path - (List) Path of the folder containing the dashboard. Nested schema for folder_path:
- Href string
- (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Instance
Id string - Layouts
[]Get
Logs Dashboard Layout - (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
- Name string
- (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Region string
- Relative
Time stringFrame - (String) Relative time frame specifying a duration from the current time.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- Two
Minutes []GetLogs Dashboard Two Minute - (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
- Variables
[]Get
Logs Dashboard Variable - (List) List of variables that can be used within the dashboard for dynamic content.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for variables:
- Constraints: The maximum length is
- Endpoint
Type string
- absolute
Time List<GetFrames Logs Dashboard Absolute Time Frame> - (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
- annotations
List<Get
Logs Dashboard Annotation> - (List) List of annotations that can be applied to the dashboard's visual elements.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for annotations:
- Constraints: The maximum length is
- dashboard
Id String - description String
- (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- falses
List<Get
Logs Dashboard False> - (List) Auto refresh interval is set to off. Nested schema for false:
- filters
List<Get
Logs Dashboard Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- five
Minutes List<GetLogs Dashboard Five Minute> - (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
- folder
Ids List<GetLogs Dashboard Folder Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
- folder
Paths List<GetLogs Dashboard Folder Path> - (List) Path of the folder containing the dashboard. Nested schema for folder_path:
- href String
- (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- id String
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- instance
Id String - layouts
List<Get
Logs Dashboard Layout> - (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
- name String
- (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- region String
- relative
Time StringFrame - (String) Relative time frame specifying a duration from the current time.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- two
Minutes List<GetLogs Dashboard Two Minute> - (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
- variables
List<Get
Logs Dashboard Variable> - (List) List of variables that can be used within the dashboard for dynamic content.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for variables:
- Constraints: The maximum length is
- endpoint
Type String
- absolute
Time GetFrames Logs Dashboard Absolute Time Frame[] - (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
- annotations
Get
Logs Dashboard Annotation[] - (List) List of annotations that can be applied to the dashboard's visual elements.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for annotations:
- Constraints: The maximum length is
- dashboard
Id string - description string
- (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- falses
Get
Logs Dashboard False[] - (List) Auto refresh interval is set to off. Nested schema for false:
- filters
Get
Logs Dashboard Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- five
Minutes GetLogs Dashboard Five Minute[] - (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
- folder
Ids GetLogs Dashboard Folder Id[] - (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
- folder
Paths GetLogs Dashboard Folder Path[] - (List) Path of the folder containing the dashboard. Nested schema for folder_path:
- href string
- (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- instance
Id string - layouts
Get
Logs Dashboard Layout[] - (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
- name string
- (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- region string
- relative
Time stringFrame - (String) Relative time frame specifying a duration from the current time.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- two
Minutes GetLogs Dashboard Two Minute[] - (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
- variables
Get
Logs Dashboard Variable[] - (List) List of variables that can be used within the dashboard for dynamic content.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for variables:
- Constraints: The maximum length is
- endpoint
Type string
- absolute_
time_ Sequence[Getframes Logs Dashboard Absolute Time Frame] - (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
- annotations
Sequence[Get
Logs Dashboard Annotation] - (List) List of annotations that can be applied to the dashboard's visual elements.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for annotations:
- Constraints: The maximum length is
- dashboard_
id str - description str
- (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- falses
Sequence[Get
Logs Dashboard False] - (List) Auto refresh interval is set to off. Nested schema for false:
- filters
Sequence[Get
Logs Dashboard Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- five_
minutes Sequence[GetLogs Dashboard Five Minute] - (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
- folder_
ids Sequence[GetLogs Dashboard Folder Id] - (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
- folder_
paths Sequence[GetLogs Dashboard Folder Path] - (List) Path of the folder containing the dashboard. Nested schema for folder_path:
- href str
- (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- id str
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- instance_
id str - layouts
Sequence[Get
Logs Dashboard Layout] - (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
- name str
- (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- region str
- relative_
time_ strframe - (String) Relative time frame specifying a duration from the current time.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- two_
minutes Sequence[GetLogs Dashboard Two Minute] - (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
- variables
Sequence[Get
Logs Dashboard Variable] - (List) List of variables that can be used within the dashboard for dynamic content.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for variables:
- Constraints: The maximum length is
- endpoint_
type str
- absolute
Time List<Property Map>Frames - (List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
- annotations List<Property Map>
- (List) List of annotations that can be applied to the dashboard's visual elements.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for annotations:
- Constraints: The maximum length is
- dashboard
Id String - description String
- (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- falses List<Property Map>
- (List) Auto refresh interval is set to off. Nested schema for false:
- filters List<Property Map>
- (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- five
Minutes List<Property Map> - (List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
- folder
Ids List<Property Map> - (List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
- folder
Paths List<Property Map> - (List) Path of the folder containing the dashboard. Nested schema for folder_path:
- href String
- (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- id String
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- instance
Id String - layouts List<Property Map>
- (List) Layout configuration for the dashboard's visual elements. Nested schema for layout:
- name String
- (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- region String
- relative
Time StringFrame - (String) Relative time frame specifying a duration from the current time.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- two
Minutes List<Property Map> - (List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
- variables List<Property Map>
- (List) List of variables that can be used within the dashboard for dynamic content.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for variables:
- Constraints: The maximum length is
- endpoint
Type String
Supporting Types
GetLogsDashboardAbsoluteTimeFrame
GetLogsDashboardAnnotation
- Enabled
This property is required. bool - (Boolean) Indicates if the filter is currently enabled or not.
- Href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Id
This property is required. string - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Sources
This property is required. List<GetLogs Dashboard Annotation Source> - (List) Variable value source. Nested schema for source:
- Enabled
This property is required. bool - (Boolean) Indicates if the filter is currently enabled or not.
- Href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Id
This property is required. string - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Sources
This property is required. []GetLogs Dashboard Annotation Source - (List) Variable value source. Nested schema for source:
- enabled
This property is required. Boolean - (Boolean) Indicates if the filter is currently enabled or not.
- href
This property is required. String - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- id
This property is required. String - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- name
This property is required. String - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- sources
This property is required. List<GetLogs Dashboard Annotation Source> - (List) Variable value source. Nested schema for source:
- enabled
This property is required. boolean - (Boolean) Indicates if the filter is currently enabled or not.
- href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- id
This property is required. string - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- sources
This property is required. GetLogs Dashboard Annotation Source[] - (List) Variable value source. Nested schema for source:
- enabled
This property is required. bool - (Boolean) Indicates if the filter is currently enabled or not.
- href
This property is required. str - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- id
This property is required. str - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- name
This property is required. str - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- sources
This property is required. Sequence[GetLogs Dashboard Annotation Source] - (List) Variable value source. Nested schema for source:
- enabled
This property is required. Boolean - (Boolean) Indicates if the filter is currently enabled or not.
- href
This property is required. String - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- id
This property is required. String - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- name
This property is required. String - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- sources
This property is required. List<Property Map> - (List) Variable value source. Nested schema for source:
GetLogsDashboardAnnotationSource
- Logs
This property is required. List<GetLogs Dashboard Annotation Source Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Annotation Source Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
This property is required. []GetLogs Dashboard Annotation Source Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Annotation Source Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<GetLogs Dashboard Annotation Source Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Annotation Source Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. GetLogs Dashboard Annotation Source Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Annotation Source Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. Sequence[GetLogs Dashboard Annotation Source Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Annotation Source Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardAnnotationSourceLog
- Label
Fields This property is required. List<GetLogs Dashboard Annotation Source Log Label Field> - (List) Labels to display in the annotation.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for label_fields:
- Constraints: The maximum length is
- Lucene
Queries This property is required. List<GetLogs Dashboard Annotation Source Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Message
Template This property is required. string - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Strategies
This property is required. List<GetLogs Dashboard Annotation Source Log Strategy> - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- Label
Fields This property is required. []GetLogs Dashboard Annotation Source Log Label Field - (List) Labels to display in the annotation.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for label_fields:
- Constraints: The maximum length is
- Lucene
Queries This property is required. []GetLogs Dashboard Annotation Source Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- Message
Template This property is required. string - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Strategies
This property is required. []GetLogs Dashboard Annotation Source Log Strategy - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- label
Fields This property is required. List<GetLogs Dashboard Annotation Source Log Label Field> - (List) Labels to display in the annotation.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for label_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. List<GetLogs Dashboard Annotation Source Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- message
Template This property is required. String - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- strategies
This property is required. List<GetLogs Dashboard Annotation Source Log Strategy> - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- label
Fields This property is required. GetLogs Dashboard Annotation Source Log Label Field[] - (List) Labels to display in the annotation.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for label_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. GetLogs Dashboard Annotation Source Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- message
Template This property is required. string - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- strategies
This property is required. GetLogs Dashboard Annotation Source Log Strategy[] - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- label_
fields This property is required. Sequence[GetLogs Dashboard Annotation Source Log Label Field] - (List) Labels to display in the annotation.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for label_fields:
- Constraints: The maximum length is
- lucene_
queries This property is required. Sequence[GetLogs Dashboard Annotation Source Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- message_
template This property is required. str - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- strategies
This property is required. Sequence[GetLogs Dashboard Annotation Source Log Strategy] - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- label
Fields This property is required. List<Property Map> - (List) Labels to display in the annotation.
- Constraints: The maximum length is
10
items. The minimum length is0
items. Nested schema for label_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
- message
Template This property is required. String - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- strategies
This property is required. List<Property Map> - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
GetLogsDashboardAnnotationSourceLogLabelField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceLogLuceneQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardAnnotationSourceLogStrategy
- Durations
This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Duration> - (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- Instants
This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Instant> - (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- Ranges
This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Range> - (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
- Durations
This property is required. []GetLogs Dashboard Annotation Source Log Strategy Duration - (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- Instants
This property is required. []GetLogs Dashboard Annotation Source Log Strategy Instant - (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- Ranges
This property is required. []GetLogs Dashboard Annotation Source Log Strategy Range - (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
- durations
This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Duration> - (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- instants
This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Instant> - (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- ranges
This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Range> - (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
- durations
This property is required. GetLogs Dashboard Annotation Source Log Strategy Duration[] - (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- instants
This property is required. GetLogs Dashboard Annotation Source Log Strategy Instant[] - (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- ranges
This property is required. GetLogs Dashboard Annotation Source Log Strategy Range[] - (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
- durations
This property is required. Sequence[GetLogs Dashboard Annotation Source Log Strategy Duration] - (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- instants
This property is required. Sequence[GetLogs Dashboard Annotation Source Log Strategy Instant] - (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- ranges
This property is required. Sequence[GetLogs Dashboard Annotation Source Log Strategy Range] - (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
- durations
This property is required. List<Property Map> - (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- instants
This property is required. List<Property Map> - (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- ranges
This property is required. List<Property Map> - (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
GetLogsDashboardAnnotationSourceLogStrategyDuration
- Duration
Fields This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Duration Duration Field> - (List) Field to count distinct values of. Nested schema for duration_field:
- Start
Timestamp Fields This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Duration Start Timestamp Field> - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- Duration
Fields This property is required. []GetLogs Dashboard Annotation Source Log Strategy Duration Duration Field - (List) Field to count distinct values of. Nested schema for duration_field:
- Start
Timestamp Fields This property is required. []GetLogs Dashboard Annotation Source Log Strategy Duration Start Timestamp Field - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- duration
Fields This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Duration Duration Field> - (List) Field to count distinct values of. Nested schema for duration_field:
- start
Timestamp Fields This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Duration Start Timestamp Field> - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- duration
Fields This property is required. GetLogs Dashboard Annotation Source Log Strategy Duration Duration Field[] - (List) Field to count distinct values of. Nested schema for duration_field:
- start
Timestamp Fields This property is required. GetLogs Dashboard Annotation Source Log Strategy Duration Start Timestamp Field[] - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- duration_
fields This property is required. Sequence[GetLogs Dashboard Annotation Source Log Strategy Duration Duration Field] - (List) Field to count distinct values of. Nested schema for duration_field:
- start_
timestamp_ fields This property is required. Sequence[GetLogs Dashboard Annotation Source Log Strategy Duration Start Timestamp Field] - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- duration
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for duration_field:
- start
Timestamp Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceLogStrategyInstant
- Timestamp
Fields This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Instant Timestamp Field> - (List) Field to count distinct values of. Nested schema for timestamp_field:
- Timestamp
Fields This property is required. []GetLogs Dashboard Annotation Source Log Strategy Instant Timestamp Field - (List) Field to count distinct values of. Nested schema for timestamp_field:
- timestamp
Fields This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Instant Timestamp Field> - (List) Field to count distinct values of. Nested schema for timestamp_field:
- timestamp
Fields This property is required. GetLogs Dashboard Annotation Source Log Strategy Instant Timestamp Field[] - (List) Field to count distinct values of. Nested schema for timestamp_field:
- timestamp_
fields This property is required. Sequence[GetLogs Dashboard Annotation Source Log Strategy Instant Timestamp Field] - (List) Field to count distinct values of. Nested schema for timestamp_field:
- timestamp
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for timestamp_field:
GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceLogStrategyRange
- End
Timestamp Fields This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Range End Timestamp Field> - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- Start
Timestamp Fields This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Range Start Timestamp Field> - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- End
Timestamp Fields This property is required. []GetLogs Dashboard Annotation Source Log Strategy Range End Timestamp Field - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- Start
Timestamp Fields This property is required. []GetLogs Dashboard Annotation Source Log Strategy Range Start Timestamp Field - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- end
Timestamp Fields This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Range End Timestamp Field> - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- start
Timestamp Fields This property is required. List<GetLogs Dashboard Annotation Source Log Strategy Range Start Timestamp Field> - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- end
Timestamp Fields This property is required. GetLogs Dashboard Annotation Source Log Strategy Range End Timestamp Field[] - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- start
Timestamp Fields This property is required. GetLogs Dashboard Annotation Source Log Strategy Range Start Timestamp Field[] - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- end_
timestamp_ fields This property is required. Sequence[GetLogs Dashboard Annotation Source Log Strategy Range End Timestamp Field] - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- start_
timestamp_ fields This property is required. Sequence[GetLogs Dashboard Annotation Source Log Strategy Range Start Timestamp Field] - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- end
Timestamp Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- start
Timestamp Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceMetric
- Labels
This property is required. List<string> - (List) Labels to display in the annotation.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Message
Template This property is required. string - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Promql
Queries This property is required. List<GetLogs Dashboard Annotation Source Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Strategies
This property is required. List<GetLogs Dashboard Annotation Source Metric Strategy> - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- Labels
This property is required. []string - (List) Labels to display in the annotation.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Message
Template This property is required. string - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Promql
Queries This property is required. []GetLogs Dashboard Annotation Source Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- Strategies
This property is required. []GetLogs Dashboard Annotation Source Metric Strategy - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- labels
This property is required. List<String> - (List) Labels to display in the annotation.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- message
Template This property is required. String - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- promql
Queries This property is required. List<GetLogs Dashboard Annotation Source Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- strategies
This property is required. List<GetLogs Dashboard Annotation Source Metric Strategy> - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- labels
This property is required. string[] - (List) Labels to display in the annotation.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- message
Template This property is required. string - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- promql
Queries This property is required. GetLogs Dashboard Annotation Source Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- strategies
This property is required. GetLogs Dashboard Annotation Source Metric Strategy[] - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- labels
This property is required. Sequence[str] - (List) Labels to display in the annotation.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- message_
template This property is required. str - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- promql_
queries This property is required. Sequence[GetLogs Dashboard Annotation Source Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- strategies
This property is required. Sequence[GetLogs Dashboard Annotation Source Metric Strategy] - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- labels
This property is required. List<String> - (List) Labels to display in the annotation.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- message
Template This property is required. String - (String) Template for the annotation message.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- promql
Queries This property is required. List<Property Map> - (List) PromQL query. Nested schema for promql_query:
- strategies
This property is required. List<Property Map> - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
GetLogsDashboardAnnotationSourceMetricPromqlQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardAnnotationSourceMetricStrategy
- Start
Time Metrics This property is required. List<GetLogs Dashboard Annotation Source Metric Strategy Start Time Metric> - (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
- Start
Time Metrics This property is required. []GetLogs Dashboard Annotation Source Metric Strategy Start Time Metric - (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
- start
Time Metrics This property is required. List<GetLogs Dashboard Annotation Source Metric Strategy Start Time Metric> - (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
- start
Time Metrics This property is required. GetLogs Dashboard Annotation Source Metric Strategy Start Time Metric[] - (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
- start_
time_ metrics This property is required. Sequence[GetLogs Dashboard Annotation Source Metric Strategy Start Time Metric] - (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
- start
Time Metrics This property is required. List<Property Map> - (List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
GetLogsDashboardFilter
- Collapsed
This property is required. bool - (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- Enabled
This property is required. bool - (Boolean) Indicates if the filter is currently enabled or not.
- Sources
This property is required. List<GetLogs Dashboard Filter Source> - (List) Variable value source. Nested schema for source:
- Collapsed
This property is required. bool - (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- Enabled
This property is required. bool - (Boolean) Indicates if the filter is currently enabled or not.
- Sources
This property is required. []GetLogs Dashboard Filter Source - (List) Variable value source. Nested schema for source:
- collapsed
This property is required. Boolean - (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- enabled
This property is required. Boolean - (Boolean) Indicates if the filter is currently enabled or not.
- sources
This property is required. List<GetLogs Dashboard Filter Source> - (List) Variable value source. Nested schema for source:
- collapsed
This property is required. boolean - (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- enabled
This property is required. boolean - (Boolean) Indicates if the filter is currently enabled or not.
- sources
This property is required. GetLogs Dashboard Filter Source[] - (List) Variable value source. Nested schema for source:
- collapsed
This property is required. bool - (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- enabled
This property is required. bool - (Boolean) Indicates if the filter is currently enabled or not.
- sources
This property is required. Sequence[GetLogs Dashboard Filter Source] - (List) Variable value source. Nested schema for source:
- collapsed
This property is required. Boolean - (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- enabled
This property is required. Boolean - (Boolean) Indicates if the filter is currently enabled or not.
- sources
This property is required. List<Property Map> - (List) Variable value source. Nested schema for source:
GetLogsDashboardFilterSource
- Logs
This property is required. List<GetLogs Dashboard Filter Source Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Filter Source Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
This property is required. []GetLogs Dashboard Filter Source Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Filter Source Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<GetLogs Dashboard Filter Source Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Filter Source Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. GetLogs Dashboard Filter Source Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Filter Source Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. Sequence[GetLogs Dashboard Filter Source Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Filter Source Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardFilterSourceLog
- Observation
Fields This property is required. List<GetLogs Dashboard Filter Source Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Filter Source Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Filter Source Log Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Filter Source Log Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Filter Source Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Filter Source Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Filter Source Log Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Filter Source Log Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Filter Source Log Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Filter Source Log Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardFilterSourceLogObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardFilterSourceLogOperator
- Equals
This property is required. List<GetLogs Dashboard Filter Source Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Filter Source Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Filter Source Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Filter Source Log Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Filter Source Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Filter Source Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Filter Source Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Filter Source Log Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Filter Source Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Filter Source Log Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardFilterSourceLogOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Filter Source Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Filter Source Log Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Filter Source Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Filter Source Log Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Filter Source Log Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardFilterSourceLogOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Filter Source Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Filter Source Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Filter Source Log Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Filter Source Log Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Filter Source Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Filter Source Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Filter Source Log Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Filter Source Log Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Filter Source Log Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Filter Source Log Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardFilterSourceLogOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardFilterSourceLogOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Filter Source Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Filter Source Log Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Filter Source Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Filter Source Log Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Filter Source Log Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardFilterSourceLogOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Filter Source Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Filter Source Log Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Filter Source Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Filter Source Log Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Filter Source Log Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardFilterSourceMetric
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Filter Source Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Filter Source Metric Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Filter Source Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Filter Source Metric Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Filter Source Metric Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardFilterSourceMetricOperator
- Equals
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Filter Source Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Filter Source Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Filter Source Metric Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Filter Source Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Filter Source Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Filter Source Metric Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Filter Source Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Filter Source Metric Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardFilterSourceMetricOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Filter Source Metric Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Filter Source Metric Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Filter Source Metric Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardFilterSourceMetricOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Filter Source Metric Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Filter Source Metric Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Filter Source Metric Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Filter Source Metric Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Filter Source Metric Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Filter Source Metric Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardFilterSourceMetricOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Filter Source Metric Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Filter Source Metric Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Filter Source Metric Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Filter Source Metric Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Filter Source Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Filter Source Metric Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Filter Source Metric Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardFolderId
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardFolderPath
- Segments
This property is required. List<string> - (List) The segments of the folder path.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Segments
This property is required. []string - (List) The segments of the folder path.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- segments
This property is required. List<String> - (List) The segments of the folder path.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- segments
This property is required. string[] - (List) The segments of the folder path.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- segments
This property is required. Sequence[str] - (List) The segments of the folder path.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- segments
This property is required. List<String> - (List) The segments of the folder path.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
GetLogsDashboardLayout
- Sections
This property is required. List<GetLogs Dashboard Layout Section> - (List) The sections of the layout.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for sections:
- Constraints: The maximum length is
- Sections
This property is required. []GetLogs Dashboard Layout Section - (List) The sections of the layout.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for sections:
- Constraints: The maximum length is
- sections
This property is required. List<GetLogs Dashboard Layout Section> - (List) The sections of the layout.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for sections:
- Constraints: The maximum length is
- sections
This property is required. GetLogs Dashboard Layout Section[] - (List) The sections of the layout.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for sections:
- Constraints: The maximum length is
- sections
This property is required. Sequence[GetLogs Dashboard Layout Section] - (List) The sections of the layout.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for sections:
- Constraints: The maximum length is
- sections
This property is required. List<Property Map> - (List) The sections of the layout.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for sections:
- Constraints: The maximum length is
GetLogsDashboardLayoutSection
- Href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Ids
This property is required. List<GetLogs Dashboard Layout Section Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Rows
This property is required. List<GetLogs Dashboard Layout Section Row> - (List) The rows of the section.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rows:
- Constraints: The maximum length is
- Href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Ids
This property is required. []GetLogs Dashboard Layout Section Id - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Rows
This property is required. []GetLogs Dashboard Layout Section Row - (List) The rows of the section.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rows:
- Constraints: The maximum length is
- href
This property is required. String - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. List<GetLogs Dashboard Layout Section Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- rows
This property is required. List<GetLogs Dashboard Layout Section Row> - (List) The rows of the section.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rows:
- Constraints: The maximum length is
- href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. GetLogs Dashboard Layout Section Id[] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- rows
This property is required. GetLogs Dashboard Layout Section Row[] - (List) The rows of the section.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rows:
- Constraints: The maximum length is
- href
This property is required. str - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. Sequence[GetLogs Dashboard Layout Section Id] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- rows
This property is required. Sequence[GetLogs Dashboard Layout Section Row] - (List) The rows of the section.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rows:
- Constraints: The maximum length is
- href
This property is required. String - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. List<Property Map> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- rows
This property is required. List<Property Map> - (List) The rows of the section.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for rows:
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionId
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRow
- Appearances
This property is required. List<GetLogs Dashboard Layout Section Row Appearance> - (List) The appearance of the row, such as height. Nested schema for appearance:
- Href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Ids
This property is required. List<GetLogs Dashboard Layout Section Row Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Widgets
This property is required. List<GetLogs Dashboard Layout Section Row Widget> - (List) The widgets of the row.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for widgets:
- Constraints: The maximum length is
- Appearances
This property is required. []GetLogs Dashboard Layout Section Row Appearance - (List) The appearance of the row, such as height. Nested schema for appearance:
- Href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Ids
This property is required. []GetLogs Dashboard Layout Section Row Id - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Widgets
This property is required. []GetLogs Dashboard Layout Section Row Widget - (List) The widgets of the row.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for widgets:
- Constraints: The maximum length is
- appearances
This property is required. List<GetLogs Dashboard Layout Section Row Appearance> - (List) The appearance of the row, such as height. Nested schema for appearance:
- href
This property is required. String - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. List<GetLogs Dashboard Layout Section Row Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- widgets
This property is required. List<GetLogs Dashboard Layout Section Row Widget> - (List) The widgets of the row.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for widgets:
- Constraints: The maximum length is
- appearances
This property is required. GetLogs Dashboard Layout Section Row Appearance[] - (List) The appearance of the row, such as height. Nested schema for appearance:
- href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. GetLogs Dashboard Layout Section Row Id[] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- widgets
This property is required. GetLogs Dashboard Layout Section Row Widget[] - (List) The widgets of the row.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for widgets:
- Constraints: The maximum length is
- appearances
This property is required. Sequence[GetLogs Dashboard Layout Section Row Appearance] - (List) The appearance of the row, such as height. Nested schema for appearance:
- href
This property is required. str - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. Sequence[GetLogs Dashboard Layout Section Row Id] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- widgets
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget] - (List) The widgets of the row.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for widgets:
- Constraints: The maximum length is
- appearances
This property is required. List<Property Map> - (List) The appearance of the row, such as height. Nested schema for appearance:
- href
This property is required. String - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. List<Property Map> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- widgets
This property is required. List<Property Map> - (List) The widgets of the row.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for widgets:
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowAppearance
- Height
This property is required. double - (Integer) The height of the row.
- Height
This property is required. float64 - (Integer) The height of the row.
- height
This property is required. Double - (Integer) The height of the row.
- height
This property is required. number - (Integer) The height of the row.
- height
This property is required. float - (Integer) The height of the row.
- height
This property is required. Number - (Integer) The height of the row.
GetLogsDashboardLayoutSectionRowId
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidget
- Created
At This property is required. string - (String) Creation timestamp.
- Definitions
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition> - (List) Definition. Nested schema for definition:
- Description
This property is required. string - (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Ids
This property is required. List<GetLogs Dashboard Layout Section Row Widget Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Title
This property is required. string - (String) Widget title.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Updated
At This property is required. string - (String) Last update timestamp.
- Created
At This property is required. string - (String) Creation timestamp.
- Definitions
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition - (List) Definition. Nested schema for definition:
- Description
This property is required. string - (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Ids
This property is required. []GetLogs Dashboard Layout Section Row Widget Id - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Title
This property is required. string - (String) Widget title.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Updated
At This property is required. string - (String) Last update timestamp.
- created
At This property is required. String - (String) Creation timestamp.
- definitions
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition> - (List) Definition. Nested schema for definition:
- description
This property is required. String - (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- href
This property is required. String - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. List<GetLogs Dashboard Layout Section Row Widget Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- title
This property is required. String - (String) Widget title.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- updated
At This property is required. String - (String) Last update timestamp.
- created
At This property is required. string - (String) Creation timestamp.
- definitions
This property is required. GetLogs Dashboard Layout Section Row Widget Definition[] - (List) Definition. Nested schema for definition:
- description
This property is required. string - (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- href
This property is required. string - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. GetLogs Dashboard Layout Section Row Widget Id[] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- title
This property is required. string - (String) Widget title.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- updated
At This property is required. string - (String) Last update timestamp.
- created_
at This property is required. str - (String) Creation timestamp.
- definitions
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition] - (List) Definition. Nested schema for definition:
- description
This property is required. str - (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- href
This property is required. str - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Id] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- title
This property is required. str - (String) Widget title.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- updated_
at This property is required. str - (String) Last update timestamp.
- created
At This property is required. String - (String) Creation timestamp.
- definitions
This property is required. List<Property Map> - (List) Definition. Nested schema for definition:
- description
This property is required. String - (String) Widget description.
- Constraints: The maximum length is
200
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- href
This property is required. String - (String) Widget identifier within the dashboard.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- ids
This property is required. List<Property Map> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- title
This property is required. String - (String) Widget title.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- updated
At This property is required. String - (String) Last update timestamp.
GetLogsDashboardLayoutSectionRowWidgetDefinition
- Bar
Charts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart> - (List) Bar chart widget. Nested schema for bar_chart:
- Data
Tables This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table> - (List) Data table widget. Nested schema for data_table:
- Gauges
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge> - (List) Gauge widget. Nested schema for gauge:
- Horizontal
Bar Charts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart> - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- Line
Charts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart> - (List) Line chart widget. Nested schema for line_chart:
- Markdowns
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Markdown> - (List) Markdown widget. Nested schema for markdown:
- Pie
Charts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart> - (List) Pie chart widget. Nested schema for pie_chart:
- Bar
Charts This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart - (List) Bar chart widget. Nested schema for bar_chart:
- Data
Tables This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table - (List) Data table widget. Nested schema for data_table:
- Gauges
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge - (List) Gauge widget. Nested schema for gauge:
- Horizontal
Bar Charts This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- Line
Charts This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart - (List) Line chart widget. Nested schema for line_chart:
- Markdowns
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Markdown - (List) Markdown widget. Nested schema for markdown:
- Pie
Charts This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart - (List) Pie chart widget. Nested schema for pie_chart:
- bar
Charts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart> - (List) Bar chart widget. Nested schema for bar_chart:
- data
Tables This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table> - (List) Data table widget. Nested schema for data_table:
- gauges
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge> - (List) Gauge widget. Nested schema for gauge:
- horizontal
Bar Charts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart> - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- line
Charts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart> - (List) Line chart widget. Nested schema for line_chart:
- markdowns
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Markdown> - (List) Markdown widget. Nested schema for markdown:
- pie
Charts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart> - (List) Pie chart widget. Nested schema for pie_chart:
- bar
Charts This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart[] - (List) Bar chart widget. Nested schema for bar_chart:
- data
Tables This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table[] - (List) Data table widget. Nested schema for data_table:
- gauges
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge[] - (List) Gauge widget. Nested schema for gauge:
- horizontal
Bar Charts This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart[] - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- line
Charts This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart[] - (List) Line chart widget. Nested schema for line_chart:
- markdowns
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Markdown[] - (List) Markdown widget. Nested schema for markdown:
- pie
Charts This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart[] - (List) Pie chart widget. Nested schema for pie_chart:
- bar_
charts This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart] - (List) Bar chart widget. Nested schema for bar_chart:
- data_
tables This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table] - (List) Data table widget. Nested schema for data_table:
- gauges
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge] - (List) Gauge widget. Nested schema for gauge:
- horizontal_
bar_ charts This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart] - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- line_
charts This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart] - (List) Line chart widget. Nested schema for line_chart:
- markdowns
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Markdown] - (List) Markdown widget. Nested schema for markdown:
- pie_
charts This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart] - (List) Pie chart widget. Nested schema for pie_chart:
- bar
Charts This property is required. List<Property Map> - (List) Bar chart widget. Nested schema for bar_chart:
- data
Tables This property is required. List<Property Map> - (List) Data table widget. Nested schema for data_table:
- gauges
This property is required. List<Property Map> - (List) Gauge widget. Nested schema for gauge:
- horizontal
Bar Charts This property is required. List<Property Map> - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- line
Charts This property is required. List<Property Map> - (List) Line chart widget. Nested schema for line_chart:
- markdowns
This property is required. List<Property Map> - (List) Markdown widget. Nested schema for markdown:
- pie
Charts This property is required. List<Property Map> - (List) Pie chart widget. Nested schema for pie_chart:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart
- Color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Colors
Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By> - (List) Coloring mode. Nested schema for colors_by:
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Group
Name Template This property is required. string - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Max
Bars Per Chart This property is required. double - (Integer) Maximum number of bars to display in the chart.
- Queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Scale
Type This property is required. string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Sort
By This property is required. string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- Stack
Definitions This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- Unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- XAxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis> - (List) X axis mode. Nested schema for x_axis:
- Color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Colors
Bies This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By - (List) Coloring mode. Nested schema for colors_by:
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Group
Name Template This property is required. string - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Max
Bars Per Chart This property is required. float64 - (Integer) Maximum number of bars to display in the chart.
- Queries
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Scale
Type This property is required. string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Sort
By This property is required. string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- Stack
Definitions This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Stack Definition - (List) Stack definition. Nested schema for stack_definition:
- Unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- XAxes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis - (List) X axis mode. Nested schema for x_axis:
- color
Scheme This property is required. String - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- colors
Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By> - (List) Coloring mode. Nested schema for colors_by:
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name Template This property is required. String - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Bars Per Chart This property is required. Double - (Integer) Maximum number of bars to display in the chart.
- queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- scale
Type This property is required. String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By This property is required. String - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. String - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- x
Axes This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis> - (List) X axis mode. Nested schema for x_axis:
- color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- colors
Bies This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By[] - (List) Coloring mode. Nested schema for colors_by:
- data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name Template This property is required. string - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Bars Per Chart This property is required. number - (Integer) Maximum number of bars to display in the chart.
- queries
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query[] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- scale
Type This property is required. string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By This property is required. string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Stack Definition[] - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- x
Axes This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis[] - (List) X axis mode. Nested schema for x_axis:
- color_
scheme This property is required. str - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- colors_
bies This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By] - (List) Coloring mode. Nested schema for colors_by:
- data_
mode_ type This property is required. str - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group_
name_ template This property is required. str - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max_
bars_ per_ chart This property is required. float - (Integer) Maximum number of bars to display in the chart.
- queries
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- scale_
type This property is required. str - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort_
by This property is required. str - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack_
definitions This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Stack Definition] - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. str - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- x_
axes This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis] - (List) X axis mode. Nested schema for x_axis:
- color
Scheme This property is required. String - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- colors
Bies This property is required. List<Property Map> - (List) Coloring mode. Nested schema for colors_by:
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name Template This property is required. String - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Bars Per Chart This property is required. Number - (Integer) Maximum number of bars to display in the chart.
- queries
This property is required. List<Property Map> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- scale
Type This property is required. String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By This property is required. String - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions This property is required. List<Property Map> - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. String - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- x
Axes This property is required. List<Property Map> - (List) X axis mode. Nested schema for x_axis:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy
- Aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Group
Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Group By> - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Stacks
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Stack> - (List) Each stack will have the same color across all groups. Nested schema for stack:
- Aggregations
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Aggregation - (List) Aggregations. Nested schema for aggregation:
- Group
Bies This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Group By - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Stacks
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Stack - (List) Each stack will have the same color across all groups. Nested schema for stack:
- aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Aggregation> - (List) Aggregations. Nested schema for aggregation:
- group
Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Group By> - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- stacks
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Stack> - (List) Each stack will have the same color across all groups. Nested schema for stack:
- aggregations
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- group
Bies This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Group By[] - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- stacks
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Stack[] - (List) Each stack will have the same color across all groups. Nested schema for stack:
- aggregations
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Aggregation] - (List) Aggregations. Nested schema for aggregation:
- group_
bies This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Group By] - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- stacks
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Stack] - (List) Each stack will have the same color across all groups. Nested schema for stack:
- aggregations
This property is required. List<Property Map> - (List) Aggregations. Nested schema for aggregation:
- group
Bies This property is required. List<Property Map> - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- stacks
This property is required. List<Property Map> - (List) Each stack will have the same color across all groups. Nested schema for stack:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery
- Dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<Property Map> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime
- Dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. List<string> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Dataprime
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. []string - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. string[] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Dataprime Query] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group_
names This property is required. Sequence[str] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked_
group_ name This property is required. str - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. str - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLog
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetric
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog
- Aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Group Names Field> - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- Lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Stacked
Group Name Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Stacked Group Name Field> - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- Aggregations
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation - (List) Aggregations. Nested schema for aggregation:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Group Names Field - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- Lucene
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- Stacked
Group Name Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Stacked Group Name Field - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Group Names Field> - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group Name Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Stacked Group Name Field> - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Group Names Field[] - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group Name Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Stacked Group Name Field[] - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation] - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group_
names_ fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Group Names Field] - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- stacked_
group_ name_ fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Stacked Group Name Field] - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. List<Property Map> - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names Fields This property is required. List<Property Map> - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group Name Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation
- Averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- Averages
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Average - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count Distinct - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Average[] - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count Distinct[] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count[] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis[] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min[] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile[] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum[] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Average] - (List) Calculate average value of log field. Nested schema for average:
- count_
distincts This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count Distinct] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<Property Map> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<Property Map> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<Property Map> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<Property Map> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<Property Map> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<Property Map> - (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Average Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Average Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Average Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverageObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count Distinct Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count Distinct Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count Distinct Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinctObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxisObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. double - (Float) Value in range (0, 100].
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. float64 - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Double - (Float) Value in range (0, 100].
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. number - (Float) Value in range (0, 100].
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. float - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Number - (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. List<string> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. []string - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Promql
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. string[] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group_
names This property is required. Sequence[str] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- stacked_
group_ name This property is required. str - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql
Queries This property is required. List<Property Map> - (List) PromQL query. Nested schema for promql_query:
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition
- Max
Slices Per Bar This property is required. double - (Integer) Maximum number of slices per bar.
- Stack
Name Template This property is required. string - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Max
Slices Per Bar This property is required. float64 - (Integer) Maximum number of slices per bar.
- Stack
Name Template This property is required. string - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Slices Per Bar This property is required. Double - (Integer) Maximum number of slices per bar.
- stack
Name Template This property is required. String - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Slices Per Bar This property is required. number - (Integer) Maximum number of slices per bar.
- stack
Name Template This property is required. string - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max_
slices_ per_ bar This property is required. float - (Integer) Maximum number of slices per bar.
- stack_
name_ template This property is required. str - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Slices Per Bar This property is required. Number - (Integer) Maximum number of slices per bar.
- stack
Name Template This property is required. String - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis
- Times
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Time> - (List) Time based axis. Nested schema for time:
- Values
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Value> - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Times
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Time - (List) Time based axis. Nested schema for time:
- Values
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Value - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- times
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Time> - (List) Time based axis. Nested schema for time:
- values
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Value> - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- times
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Time[] - (List) Time based axis. Nested schema for time:
- values
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Value[] - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- times
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Time] - (List) Time based axis. Nested schema for time:
- values
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Value] - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- times
This property is required. List<Property Map> - (List) Time based axis. Nested schema for time:
- values
This property is required. List<Property Map> - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime
- Buckets
Presented This property is required. double - (Integer) Maximum number of data points to fetch.
- Interval
This property is required. string - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- Buckets
Presented This property is required. float64 - (Integer) Maximum number of data points to fetch.
- Interval
This property is required. string - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- buckets
Presented This property is required. Double - (Integer) Maximum number of data points to fetch.
- interval
This property is required. String - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- buckets
Presented This property is required. number - (Integer) Maximum number of data points to fetch.
- interval
This property is required. string - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- buckets_
presented This property is required. float - (Integer) Maximum number of data points to fetch.
- interval
This property is required. str - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- buckets
Presented This property is required. Number - (Integer) Maximum number of data points to fetch.
- interval
This property is required. String - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable
- Columns
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Column> - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Order
Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Order By> - (List) Column used for ordering the results. Nested schema for order_by:
- Queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Results
Per Page This property is required. double - (Integer) Number of results per page.
- Row
Style This property is required. string - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
- Columns
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Column - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Order
Bies This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Order By - (List) Column used for ordering the results. Nested schema for order_by:
- Queries
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Results
Per Page This property is required. float64 - (Integer) Number of results per page.
- Row
Style This property is required. string - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
- columns
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Column> - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- order
Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Order By> - (List) Column used for ordering the results. Nested schema for order_by:
- queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- results
Per Page This property is required. Double - (Integer) Number of results per page.
- row
Style This property is required. String - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
- columns
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Column[] - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- order
Bies This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Order By[] - (List) Column used for ordering the results. Nested schema for order_by:
- queries
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query[] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- results
Per Page This property is required. number - (Integer) Number of results per page.
- row
Style This property is required. string - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
- columns
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Column] - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- data_
mode_ type This property is required. str - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- order_
bies This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Order By] - (List) Column used for ordering the results. Nested schema for order_by:
- queries
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- results_
per_ page This property is required. float - (Integer) Number of results per page.
- row_
style This property is required. str - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
- columns
This property is required. List<Property Map> - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- order
Bies This property is required. List<Property Map> - (List) Column used for ordering the results. Nested schema for order_by:
- queries
This property is required. List<Property Map> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- results
Per Page This property is required. Number - (Integer) Number of results per page.
- row
Style This property is required. String - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn
- Field
This property is required. string - (String) The field to order by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Width
This property is required. double - (Integer) Column width.
- Field
This property is required. string - (String) The field to order by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Width
This property is required. float64 - (Integer) Column width.
- field
This property is required. String - (String) The field to order by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- width
This property is required. Double - (Integer) Column width.
- field
This property is required. string - (String) The field to order by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- width
This property is required. number - (Integer) Column width.
- field
This property is required. String - (String) The field to order by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- width
This property is required. Number - (Integer) Column width.
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy
- Field
This property is required. string - (String) The field to order by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Order
Direction This property is required. string - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- Field
This property is required. string - (String) The field to order by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Order
Direction This property is required. string - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- field
This property is required. String - (String) The field to order by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order
Direction This property is required. String - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- field
This property is required. string - (String) The field to order by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order
Direction This property is required. string - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- field
This property is required. str - (String) The field to order by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order_
direction This property is required. str - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- field
This property is required. String - (String) The field to order by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- order
Direction This property is required. String - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery
- Dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<Property Map> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime
- Dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Dataprime
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Dataprime Query] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. str - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLog
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetric
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Groupings
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping> - (List) Grouping and aggregation. Nested schema for grouping:
- Lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Groupings
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping - (List) Grouping and aggregation. Nested schema for grouping:
- Lucene
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- groupings
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping> - (List) Grouping and aggregation. Nested schema for grouping:
- lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- groupings
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping[] - (List) Grouping and aggregation. Nested schema for grouping:
- lucene
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- groupings
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping] - (List) Grouping and aggregation. Nested schema for grouping:
- lucene_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- groupings
This property is required. List<Property Map> - (List) Grouping and aggregation. Nested schema for grouping:
- lucene
Queries This property is required. List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping
- Aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation> - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- Group
Bys This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Group By> - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
- Aggregations
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- Group
Bys This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Group By - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
- aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation> - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- group
Bys This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Group By> - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
- aggregations
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation[] - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- group
Bys This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Group By[] - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
- aggregations
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation] - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- group_
bys This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Group By] - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
- aggregations
This property is required. List<Property Map> - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- group
Bys This property is required. List<Property Map> - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation
- Aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Id
This property is required. string - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Is
Visible This property is required. bool - (Boolean) Controls whether to show the label.
- Name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Aggregations
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation - (List) Aggregations. Nested schema for aggregation:
- Id
This property is required. string - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Is
Visible This property is required. bool - (Boolean) Controls whether to show the label.
- Name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation> - (List) Aggregations. Nested schema for aggregation:
- id
This property is required. String - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible This property is required. Boolean - (Boolean) Controls whether to show the label.
- name
This property is required. String - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- aggregations
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- id
This property is required. string - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible This property is required. boolean - (Boolean) Controls whether to show the label.
- name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- aggregations
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation] - (List) Aggregations. Nested schema for aggregation:
- id
This property is required. str - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is_
visible This property is required. bool - (Boolean) Controls whether to show the label.
- name
This property is required. str - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- aggregations
This property is required. List<Property Map> - (List) Aggregations. Nested schema for aggregation:
- id
This property is required. String - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible This property is required. Boolean - (Boolean) Controls whether to show the label.
- name
This property is required. String - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation
- Averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- Averages
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Average - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count Distinct - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Maxis - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Min - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Percentile - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Sum - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Average[] - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count Distinct[] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count[] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Maxis[] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Min[] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Percentile[] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Sum[] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Average] - (List) Calculate average value of log field. Nested schema for average:
- count_
distincts This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count Distinct] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Maxis] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Min] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Percentile] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Sum] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<Property Map> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<Property Map> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<Property Map> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<Property Map> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<Property Map> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<Property Map> - (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Average Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Average Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Average Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverageObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count Distinct Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count Distinct Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Count Distinct Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinctObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Maxis Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Maxis Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Maxis Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxisObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Min Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Min Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Min Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMinObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. double - (Float) Value in range (0, 100].
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Percentile Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. float64 - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Double - (Float) Value in range (0, 100].
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Percentile Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. number - (Float) Value in range (0, 100].
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Percentile Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. float - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Number - (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Sum Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Sum Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation Sum Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSumObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Promql
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql
Queries This property is required. List<Property Map> - (List) PromQL query. Nested schema for promql_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Max
This property is required. double - (List) Calculate maximum value of log field. Nested schema for max:
- Min
This property is required. double - (List) Calculate minimum value of log field. Nested schema for min:
- Queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Show
Inner Arc This property is required. bool - (Boolean) Show inner arc (styling).
- Show
Outer Arc This property is required. bool - (Boolean) Show outer arc (styling).
- Threshold
By This property is required. string - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- Thresholds
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Threshold> - (List) Thresholds for the gauge, values at which the gauge changes color.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for thresholds:
- Constraints: The maximum length is
- Unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Max
This property is required. float64 - (List) Calculate maximum value of log field. Nested schema for max:
- Min
This property is required. float64 - (List) Calculate minimum value of log field. Nested schema for min:
- Queries
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Show
Inner Arc This property is required. bool - (Boolean) Show inner arc (styling).
- Show
Outer Arc This property is required. bool - (Boolean) Show outer arc (styling).
- Threshold
By This property is required. string - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- Thresholds
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Threshold - (List) Thresholds for the gauge, values at which the gauge changes color.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for thresholds:
- Constraints: The maximum length is
- Unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- max
This property is required. Double - (List) Calculate maximum value of log field. Nested schema for max:
- min
This property is required. Double - (List) Calculate minimum value of log field. Nested schema for min:
- queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- show
Inner Arc This property is required. Boolean - (Boolean) Show inner arc (styling).
- show
Outer Arc This property is required. Boolean - (Boolean) Show outer arc (styling).
- threshold
By This property is required. String - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- thresholds
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Threshold> - (List) Thresholds for the gauge, values at which the gauge changes color.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for thresholds:
- Constraints: The maximum length is
- unit
This property is required. String - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- max
This property is required. number - (List) Calculate maximum value of log field. Nested schema for max:
- min
This property is required. number - (List) Calculate minimum value of log field. Nested schema for min:
- queries
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query[] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- show
Inner Arc This property is required. boolean - (Boolean) Show inner arc (styling).
- show
Outer Arc This property is required. boolean - (Boolean) Show outer arc (styling).
- threshold
By This property is required. string - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- thresholds
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Threshold[] - (List) Thresholds for the gauge, values at which the gauge changes color.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for thresholds:
- Constraints: The maximum length is
- unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- data_
mode_ type This property is required. str - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- max
This property is required. float - (List) Calculate maximum value of log field. Nested schema for max:
- min
This property is required. float - (List) Calculate minimum value of log field. Nested schema for min:
- queries
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- show_
inner_ arc This property is required. bool - (Boolean) Show inner arc (styling).
- show_
outer_ arc This property is required. bool - (Boolean) Show outer arc (styling).
- threshold_
by This property is required. str - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- thresholds
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Threshold] - (List) Thresholds for the gauge, values at which the gauge changes color.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for thresholds:
- Constraints: The maximum length is
- unit
This property is required. str - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- max
This property is required. Number - (List) Calculate maximum value of log field. Nested schema for max:
- min
This property is required. Number - (List) Calculate minimum value of log field. Nested schema for min:
- queries
This property is required. List<Property Map> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- show
Inner Arc This property is required. Boolean - (Boolean) Show inner arc (styling).
- show
Outer Arc This property is required. Boolean - (Boolean) Show outer arc (styling).
- threshold
By This property is required. String - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- thresholds
This property is required. List<Property Map> - (List) Thresholds for the gauge, values at which the gauge changes color.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for thresholds:
- Constraints: The maximum length is
- unit
This property is required. String - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery
- Dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<Property Map> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime
- Dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Dataprime
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Dataprime Query] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. str - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLog
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetric
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Logs
Aggregations This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation> - (List) Aggregations. Nested schema for logs_aggregation:
- Lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Logs
Aggregations This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation - (List) Aggregations. Nested schema for logs_aggregation:
- Lucene
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- logs
Aggregations This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation> - (List) Aggregations. Nested schema for logs_aggregation:
- lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- logs
Aggregations This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation[] - (List) Aggregations. Nested schema for logs_aggregation:
- lucene
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- logs_
aggregations This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation] - (List) Aggregations. Nested schema for logs_aggregation:
- lucene_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- logs
Aggregations This property is required. List<Property Map> - (List) Aggregations. Nested schema for logs_aggregation:
- lucene
Queries This property is required. List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation
- Averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- Averages
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Average - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count Distinct - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Average[] - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count Distinct[] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count[] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis[] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min[] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile[] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum[] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Average] - (List) Calculate average value of log field. Nested schema for average:
- count_
distincts This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count Distinct] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<Property Map> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<Property Map> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<Property Map> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<Property Map> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<Property Map> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<Property Map> - (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Average Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Average Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Average Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverageObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count Distinct Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count Distinct Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count Distinct Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinctObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxisObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. double - (Float) Value in range (0, 100].
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. float64 - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Double - (Float) Value in range (0, 100].
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. number - (Float) Value in range (0, 100].
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. float - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Number - (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric
- Aggregation
This property is required. string - (List) Aggregations. Nested schema for aggregation:
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Aggregation
This property is required. string - (List) Aggregations. Nested schema for aggregation:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Promql
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- aggregation
This property is required. String - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- aggregation
This property is required. string - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- aggregation
This property is required. str - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- aggregation
This property is required. String - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql
Queries This property is required. List<Property Map> - (List) PromQL query. Nested schema for promql_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold
- Color
This property is required. string - (String) Color.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- From
This property is required. double - (Float) Value at which the color should change.
- Color
This property is required. string - (String) Color.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- From
This property is required. float64 - (Float) Value at which the color should change.
- color
This property is required. String - (String) Color.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- from
This property is required. Double - (Float) Value at which the color should change.
- color
This property is required. string - (String) Color.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- from
This property is required. number - (Float) Value at which the color should change.
- color
This property is required. str - (String) Color.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- from_
This property is required. float - (Float) Value at which the color should change.
- color
This property is required. String - (String) Color.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- from
This property is required. Number - (Float) Value at which the color should change.
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart
- Color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Colors
Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By> - (List) Coloring mode. Nested schema for colors_by:
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Display
On Bar This property is required. bool - (Boolean) Whether to display values on the bars.
- Group
Name Template This property is required. string - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Max
Bars Per Chart This property is required. double - (Integer) Maximum number of bars to display in the chart.
- Queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Scale
Type This property is required. string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Sort
By This property is required. string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- Stack
Definitions This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- Unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- YAxis
View Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By> - (List) Y-axis view mode. Nested schema for y_axis_view_by:
- Color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Colors
Bies This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By - (List) Coloring mode. Nested schema for colors_by:
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Display
On Bar This property is required. bool - (Boolean) Whether to display values on the bars.
- Group
Name Template This property is required. string - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Max
Bars Per Chart This property is required. float64 - (Integer) Maximum number of bars to display in the chart.
- Queries
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Scale
Type This property is required. string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Sort
By This property is required. string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- Stack
Definitions This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition - (List) Stack definition. Nested schema for stack_definition:
- Unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- YAxis
View Bies This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By - (List) Y-axis view mode. Nested schema for y_axis_view_by:
- color
Scheme This property is required. String - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- colors
Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By> - (List) Coloring mode. Nested schema for colors_by:
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- display
On Bar This property is required. Boolean - (Boolean) Whether to display values on the bars.
- group
Name Template This property is required. String - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Bars Per Chart This property is required. Double - (Integer) Maximum number of bars to display in the chart.
- queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- scale
Type This property is required. String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By This property is required. String - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. String - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- y
Axis View Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By> - (List) Y-axis view mode. Nested schema for y_axis_view_by:
- color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- colors
Bies This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By[] - (List) Coloring mode. Nested schema for colors_by:
- data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- display
On Bar This property is required. boolean - (Boolean) Whether to display values on the bars.
- group
Name Template This property is required. string - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Bars Per Chart This property is required. number - (Integer) Maximum number of bars to display in the chart.
- queries
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query[] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- scale
Type This property is required. string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By This property is required. string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition[] - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- y
Axis View Bies This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By[] - (List) Y-axis view mode. Nested schema for y_axis_view_by:
- color_
scheme This property is required. str - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- colors_
bies This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By] - (List) Coloring mode. Nested schema for colors_by:
- data_
mode_ type This property is required. str - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- display_
on_ bar This property is required. bool - (Boolean) Whether to display values on the bars.
- group_
name_ template This property is required. str - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max_
bars_ per_ chart This property is required. float - (Integer) Maximum number of bars to display in the chart.
- queries
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- scale_
type This property is required. str - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort_
by This property is required. str - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack_
definitions This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition] - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. str - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- y_
axis_ view_ bies This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By] - (List) Y-axis view mode. Nested schema for y_axis_view_by:
- color
Scheme This property is required. String - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- colors
Bies This property is required. List<Property Map> - (List) Coloring mode. Nested schema for colors_by:
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- display
On Bar This property is required. Boolean - (Boolean) Whether to display values on the bars.
- group
Name Template This property is required. String - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Bars Per Chart This property is required. Number - (Integer) Maximum number of bars to display in the chart.
- queries
This property is required. List<Property Map> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- scale
Type This property is required. String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By This property is required. String - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions This property is required. List<Property Map> - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. String - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- y
Axis View Bies This property is required. List<Property Map> - (List) Y-axis view mode. Nested schema for y_axis_view_by:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy
- Aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Group
Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Group By> - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Stacks
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Stack> - (List) Each stack will have the same color across all groups. Nested schema for stack:
- Aggregations
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Aggregation - (List) Aggregations. Nested schema for aggregation:
- Group
Bies This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Group By - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Stacks
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Stack - (List) Each stack will have the same color across all groups. Nested schema for stack:
- aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Aggregation> - (List) Aggregations. Nested schema for aggregation:
- group
Bies This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Group By> - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- stacks
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Stack> - (List) Each stack will have the same color across all groups. Nested schema for stack:
- aggregations
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- group
Bies This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Group By[] - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- stacks
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Stack[] - (List) Each stack will have the same color across all groups. Nested schema for stack:
- aggregations
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Aggregation] - (List) Aggregations. Nested schema for aggregation:
- group_
bies This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Group By] - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- stacks
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Stack] - (List) Each stack will have the same color across all groups. Nested schema for stack:
- aggregations
This property is required. List<Property Map> - (List) Aggregations. Nested schema for aggregation:
- group
Bies This property is required. List<Property Map> - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- stacks
This property is required. List<Property Map> - (List) Each stack will have the same color across all groups. Nested schema for stack:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery
- Dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<Property Map> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime
- Dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. List<string> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Dataprime
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. []string - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. string[] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Dataprime Query] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group_
names This property is required. Sequence[str] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked_
group_ name This property is required. str - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. str - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLog
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetric
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog
- Aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Group Names Field> - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- Lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Stacked
Group Name Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Stacked Group Name Field> - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- Aggregations
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation - (List) Aggregations. Nested schema for aggregation:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Group Names Field - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- Lucene
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- Stacked
Group Name Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Stacked Group Name Field - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Group Names Field> - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group Name Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Stacked Group Name Field> - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Group Names Field[] - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group Name Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Stacked Group Name Field[] - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation] - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group_
names_ fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Group Names Field] - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- stacked_
group_ name_ fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Stacked Group Name Field] - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. List<Property Map> - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names Fields This property is required. List<Property Map> - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group Name Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation
- Averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- Averages
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Average - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count Distinct - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Maxis - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Min - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Percentile - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Average[] - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count Distinct[] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count[] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Maxis[] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Min[] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Percentile[] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum[] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Average] - (List) Calculate average value of log field. Nested schema for average:
- count_
distincts This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count Distinct] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Maxis] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Min] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Percentile] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<Property Map> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<Property Map> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<Property Map> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<Property Map> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<Property Map> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<Property Map> - (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Average Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Average Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Average Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverageObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count Distinct Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count Distinct Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count Distinct Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinctObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Maxis Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Maxis Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Maxis Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxisObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Min Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Min Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Min Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMinObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. double - (Float) Value in range (0, 100].
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Percentile Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. float64 - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Double - (Float) Value in range (0, 100].
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Percentile Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. number - (Float) Value in range (0, 100].
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Percentile Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. float - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Number - (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSumObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. List<string> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. []string - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Promql
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. string[] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group_
names This property is required. Sequence[str] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- stacked_
group_ name This property is required. str - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql
Queries This property is required. List<Property Map> - (List) PromQL query. Nested schema for promql_query:
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition
- Max
Slices Per Bar This property is required. double - (Integer) Maximum number of slices per bar.
- Stack
Name Template This property is required. string - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Max
Slices Per Bar This property is required. float64 - (Integer) Maximum number of slices per bar.
- Stack
Name Template This property is required. string - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Slices Per Bar This property is required. Double - (Integer) Maximum number of slices per bar.
- stack
Name Template This property is required. String - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Slices Per Bar This property is required. number - (Integer) Maximum number of slices per bar.
- stack
Name Template This property is required. string - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max_
slices_ per_ bar This property is required. float - (Integer) Maximum number of slices per bar.
- stack_
name_ template This property is required. str - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Slices Per Bar This property is required. Number - (Integer) Maximum number of slices per bar.
- stack
Name Template This property is required. String - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy
- Categories
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Category> - (List) View by category. Nested schema for category:
- Values
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Value> - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Categories
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Category - (List) View by category. Nested schema for category:
- Values
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Value - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- categories
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Category> - (List) View by category. Nested schema for category:
- values
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Value> - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- categories
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Category[] - (List) View by category. Nested schema for category:
- values
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Value[] - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- categories
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Category] - (List) View by category. Nested schema for category:
- values
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Value] - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- categories
This property is required. List<Property Map> - (List) View by category. Nested schema for category:
- values
This property is required. List<Property Map> - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart
- Legends
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Legend> - (List) Legend configuration. Nested schema for legend:
- Query
Definitions This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition> - (List) Query definitions.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for query_definitions:
- Constraints: The maximum length is
- Stacked
Line This property is required. string - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- Tooltips
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Tooltip> - (List) Tooltip configuration. Nested schema for tooltip:
- Legends
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Legend - (List) Legend configuration. Nested schema for legend:
- Query
Definitions This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition - (List) Query definitions.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for query_definitions:
- Constraints: The maximum length is
- Stacked
Line This property is required. string - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- Tooltips
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Tooltip - (List) Tooltip configuration. Nested schema for tooltip:
- legends
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Legend> - (List) Legend configuration. Nested schema for legend:
- query
Definitions This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition> - (List) Query definitions.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for query_definitions:
- Constraints: The maximum length is
- stacked
Line This property is required. String - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- tooltips
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Tooltip> - (List) Tooltip configuration. Nested schema for tooltip:
- legends
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Legend[] - (List) Legend configuration. Nested schema for legend:
- query
Definitions This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition[] - (List) Query definitions.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for query_definitions:
- Constraints: The maximum length is
- stacked
Line This property is required. string - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- tooltips
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Tooltip[] - (List) Tooltip configuration. Nested schema for tooltip:
- legends
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Legend] - (List) Legend configuration. Nested schema for legend:
- query_
definitions This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition] - (List) Query definitions.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for query_definitions:
- Constraints: The maximum length is
- stacked_
line This property is required. str - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- tooltips
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Tooltip] - (List) Tooltip configuration. Nested schema for tooltip:
- legends
This property is required. List<Property Map> - (List) Legend configuration. Nested schema for legend:
- query
Definitions This property is required. List<Property Map> - (List) Query definitions.
- Constraints: The maximum length is
4096
items. The minimum length is1
item. Nested schema for query_definitions:
- Constraints: The maximum length is
- stacked
Line This property is required. String - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- tooltips
This property is required. List<Property Map> - (List) Tooltip configuration. Nested schema for tooltip:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend
- Columns
This property is required. List<string> - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- Group
By Query This property is required. bool - (Boolean) Whether to group by the query or not.
- Is
Visible This property is required. bool - (Boolean) Controls whether to show the label.
- Columns
This property is required. []string - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- Group
By Query This property is required. bool - (Boolean) Whether to group by the query or not.
- Is
Visible This property is required. bool - (Boolean) Controls whether to show the label.
- columns
This property is required. List<String> - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- group
By Query This property is required. Boolean - (Boolean) Whether to group by the query or not.
- is
Visible This property is required. Boolean - (Boolean) Controls whether to show the label.
- columns
This property is required. string[] - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- group
By Query This property is required. boolean - (Boolean) Whether to group by the query or not.
- is
Visible This property is required. boolean - (Boolean) Controls whether to show the label.
- columns
This property is required. Sequence[str] - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- group_
by_ query This property is required. bool - (Boolean) Whether to group by the query or not.
- is_
visible This property is required. bool - (Boolean) Controls whether to show the label.
- columns
This property is required. List<String> - (List) The columns to show in the legend.
- Constraints: Allowable list items are:
unspecified
,min
,max
,sum
,avg
,last
,name
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- group
By Query This property is required. Boolean - (Boolean) Whether to group by the query or not.
- is
Visible This property is required. Boolean - (Boolean) Controls whether to show the label.
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition
- Color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Id
This property is required. string - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Is
Visible This property is required. bool - (Boolean) Controls whether to show the label.
- Name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Resolutions
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution> - (List) Resolution of the data. Nested schema for resolution:
- Scale
Type This property is required. string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Series
Count Limit This property is required. string - (String) Maximum number of series to display.
- Constraints: The maximum length is
19
characters. The minimum length is1
character. The value must match regular expression/^-?\\d{1,19}$/
.
- Constraints: The maximum length is
- Series
Name Template This property is required. string - (String) Template for series name in legend and tooltip.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- Color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Id
This property is required. string - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Is
Visible This property is required. bool - (Boolean) Controls whether to show the label.
- Name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Queries
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Resolutions
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution - (List) Resolution of the data. Nested schema for resolution:
- Scale
Type This property is required. string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Series
Count Limit This property is required. string - (String) Maximum number of series to display.
- Constraints: The maximum length is
19
characters. The minimum length is1
character. The value must match regular expression/^-?\\d{1,19}$/
.
- Constraints: The maximum length is
- Series
Name Template This property is required. string - (String) Template for series name in legend and tooltip.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- color
Scheme This property is required. String - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- id
This property is required. String - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible This property is required. Boolean - (Boolean) Controls whether to show the label.
- name
This property is required. String - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- resolutions
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution> - (List) Resolution of the data. Nested schema for resolution:
- scale
Type This property is required. String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- series
Count Limit This property is required. String - (String) Maximum number of series to display.
- Constraints: The maximum length is
19
characters. The minimum length is1
character. The value must match regular expression/^-?\\d{1,19}$/
.
- Constraints: The maximum length is
- series
Name Template This property is required. String - (String) Template for series name in legend and tooltip.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- unit
This property is required. String - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- id
This property is required. string - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible This property is required. boolean - (Boolean) Controls whether to show the label.
- name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- queries
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query[] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- resolutions
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution[] - (List) Resolution of the data. Nested schema for resolution:
- scale
Type This property is required. string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- series
Count Limit This property is required. string - (String) Maximum number of series to display.
- Constraints: The maximum length is
19
characters. The minimum length is1
character. The value must match regular expression/^-?\\d{1,19}$/
.
- Constraints: The maximum length is
- series
Name Template This property is required. string - (String) Template for series name in legend and tooltip.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- color_
scheme This property is required. str - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- data_
mode_ type This property is required. str - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- id
This property is required. str - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is_
visible This property is required. bool - (Boolean) Controls whether to show the label.
- name
This property is required. str - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- queries
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- resolutions
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution] - (List) Resolution of the data. Nested schema for resolution:
- scale_
type This property is required. str - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- series_
count_ limit This property is required. str - (String) Maximum number of series to display.
- Constraints: The maximum length is
19
characters. The minimum length is1
character. The value must match regular expression/^-?\\d{1,19}$/
.
- Constraints: The maximum length is
- series_
name_ template This property is required. str - (String) Template for series name in legend and tooltip.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- unit
This property is required. str - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- color
Scheme This property is required. String - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- id
This property is required. String - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible This property is required. Boolean - (Boolean) Controls whether to show the label.
- name
This property is required. String - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- queries
This property is required. List<Property Map> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- resolutions
This property is required. List<Property Map> - (List) Resolution of the data. Nested schema for resolution:
- scale
Type This property is required. String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- series
Count Limit This property is required. String - (String) Maximum number of series to display.
- Constraints: The maximum length is
19
characters. The minimum length is1
character. The value must match regular expression/^-?\\d{1,19}$/
.
- Constraints: The maximum length is
- series
Name Template This property is required. String - (String) Template for series name in legend and tooltip.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- unit
This property is required. String - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery
- Dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<Property Map> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprime
- Dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Dataprime
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Dataprime Query] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. str - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLog
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetric
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLog
- Aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation> - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Bies This property is required. List<string> - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Group
Bys This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Group By> - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
- Lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Aggregations
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Bies This property is required. []string - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Group
Bys This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Group By - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
- Lucene
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation> - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Bies This property is required. List<String> - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- group
Bys This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Group By> - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
- lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- aggregations
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation[] - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Bies This property is required. string[] - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- group
Bys This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Group By[] - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
- lucene
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- aggregations
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation] - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group_
bies This property is required. Sequence[str] - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- group_
bys This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Group By] - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
- lucene_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- aggregations
This property is required. List<Property Map> - (List) Aggregations.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for aggregations:
- Constraints: The maximum length is
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Bies This property is required. List<String> - (List) Group by fields (deprecated).
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- group
Bys This property is required. List<Property Map> - (List) Group by fields.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for group_bys:
- Constraints: The maximum length is
- lucene
Queries This property is required. List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation
- Averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- Averages
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Average - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count Distinct - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Maxis - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Min - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Percentile - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Sum - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Average[] - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count Distinct[] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count[] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Maxis[] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Min[] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Percentile[] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Sum[] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Average] - (List) Calculate average value of log field. Nested schema for average:
- count_
distincts This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count Distinct] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Maxis] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Min] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Percentile] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Sum] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<Property Map> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<Property Map> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<Property Map> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<Property Map> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<Property Map> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<Property Map> - (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Average Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Average Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Average Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverageObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count Distinct Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count Distinct Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Count Distinct Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinctObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Maxis Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Maxis Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Maxis Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxisObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Min Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Min Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Min Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMinObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. double - (Float) Value in range (0, 100].
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Percentile Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. float64 - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Double - (Float) Value in range (0, 100].
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Percentile Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. number - (Float) Value in range (0, 100].
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Percentile Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. float - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Number - (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Sum Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Sum Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Aggregation Sum Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSumObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetric
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Promql
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- promql
Queries This property is required. List<Property Map> - (List) PromQL query. Nested schema for promql_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution
- Buckets
Presented This property is required. double - (Integer) Maximum number of data points to fetch.
- Interval
This property is required. string - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- Buckets
Presented This property is required. float64 - (Integer) Maximum number of data points to fetch.
- Interval
This property is required. string - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- buckets
Presented This property is required. Double - (Integer) Maximum number of data points to fetch.
- interval
This property is required. String - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- buckets
Presented This property is required. number - (Integer) Maximum number of data points to fetch.
- interval
This property is required. string - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- buckets_
presented This property is required. float - (Integer) Maximum number of data points to fetch.
- interval
This property is required. str - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
- buckets
Presented This property is required. Number - (Integer) Maximum number of data points to fetch.
- interval
This property is required. String - (String) Interval between data points.
- Constraints: The maximum length is
10
characters. The minimum length is2
characters. The value must match regular expression/^[0-9]+[smhdw]?$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip
- Show
Labels This property is required. bool - (Boolean) Whether to show labels in the tooltip.
- Type
This property is required. string - (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
- Show
Labels This property is required. bool - (Boolean) Whether to show labels in the tooltip.
- Type
This property is required. string - (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
- show
Labels This property is required. Boolean - (Boolean) Whether to show labels in the tooltip.
- type
This property is required. String - (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
- show
Labels This property is required. boolean - (Boolean) Whether to show labels in the tooltip.
- type
This property is required. string - (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
- show_
labels This property is required. bool - (Boolean) Whether to show labels in the tooltip.
- type
This property is required. str - (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
- show
Labels This property is required. Boolean - (Boolean) Whether to show labels in the tooltip.
- type
This property is required. String - (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown
- Markdown
Text This property is required. string - (String) Markdown text to render.
- Constraints: The maximum length is
10000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Tooltip
Text This property is required. string - (String) Tooltip text on hover.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Markdown
Text This property is required. string - (String) Markdown text to render.
- Constraints: The maximum length is
10000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Tooltip
Text This property is required. string - (String) Tooltip text on hover.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- markdown
Text This property is required. String - (String) Markdown text to render.
- Constraints: The maximum length is
10000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- tooltip
Text This property is required. String - (String) Tooltip text on hover.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- markdown
Text This property is required. string - (String) Markdown text to render.
- Constraints: The maximum length is
10000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- tooltip
Text This property is required. string - (String) Tooltip text on hover.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- markdown_
text This property is required. str - (String) Markdown text to render.
- Constraints: The maximum length is
10000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- tooltip_
text This property is required. str - (String) Tooltip text on hover.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- markdown
Text This property is required. String - (String) Markdown text to render.
- Constraints: The maximum length is
10000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- tooltip
Text This property is required. String - (String) Tooltip text on hover.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart
- Color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Group
Name Template This property is required. string - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Label
Definitions This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Label Definition> - (List) Label settings. Nested schema for label_definition:
- Max
Slices Per Chart This property is required. double - (Integer) Maximum number of slices to display in the chart.
- Min
Slice Percentage This property is required. double - (Integer) Minimum percentage of a slice to be displayed.
- Queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Show
Legend This property is required. bool - (Boolean) Controls whether to show the legend.
- Stack
Definitions This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- Unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- Color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Group
Name Template This property is required. string - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Label
Definitions This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Label Definition - (List) Label settings. Nested schema for label_definition:
- Max
Slices Per Chart This property is required. float64 - (Integer) Maximum number of slices to display in the chart.
- Min
Slice Percentage This property is required. float64 - (Integer) Minimum percentage of a slice to be displayed.
- Queries
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- Show
Legend This property is required. bool - (Boolean) Controls whether to show the legend.
- Stack
Definitions This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Stack Definition - (List) Stack definition. Nested schema for stack_definition:
- Unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- color
Scheme This property is required. String - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name Template This property is required. String - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- label
Definitions This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Label Definition> - (List) Label settings. Nested schema for label_definition:
- max
Slices Per Chart This property is required. Double - (Integer) Maximum number of slices to display in the chart.
- min
Slice Percentage This property is required. Double - (Integer) Minimum percentage of a slice to be displayed.
- queries
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- show
Legend This property is required. Boolean - (Boolean) Controls whether to show the legend.
- stack
Definitions This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. String - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- color
Scheme This property is required. string - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- data
Mode Type This property is required. string - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name Template This property is required. string - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- label
Definitions This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Label Definition[] - (List) Label settings. Nested schema for label_definition:
- max
Slices Per Chart This property is required. number - (Integer) Maximum number of slices to display in the chart.
- min
Slice Percentage This property is required. number - (Integer) Minimum percentage of a slice to be displayed.
- queries
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query[] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- show
Legend This property is required. boolean - (Boolean) Controls whether to show the legend.
- stack
Definitions This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Stack Definition[] - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. string - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- color_
scheme This property is required. str - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- data_
mode_ type This property is required. str - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group_
name_ template This property is required. str - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- label_
definitions This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Label Definition] - (List) Label settings. Nested schema for label_definition:
- max_
slices_ per_ chart This property is required. float - (Integer) Maximum number of slices to display in the chart.
- min_
slice_ percentage This property is required. float - (Integer) Minimum percentage of a slice to be displayed.
- queries
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query] - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- show_
legend This property is required. bool - (Boolean) Controls whether to show the legend.
- stack_
definitions This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Stack Definition] - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. str - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
- color
Scheme This property is required. String - (String) Color scheme name.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- data
Mode Type This property is required. String - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name Template This property is required. String - (String) Template for group labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- label
Definitions This property is required. List<Property Map> - (List) Label settings. Nested schema for label_definition:
- max
Slices Per Chart This property is required. Number - (Integer) Maximum number of slices to display in the chart.
- min
Slice Percentage This property is required. Number - (Integer) Minimum percentage of a slice to be displayed.
- queries
This property is required. List<Property Map> - (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- show
Legend This property is required. Boolean - (Boolean) Controls whether to show the legend.
- stack
Definitions This property is required. List<Property Map> - (List) Stack definition. Nested schema for stack_definition:
- unit
This property is required. String - (String) Unit of the data.
- Constraints: Allowable values are:
unspecified
,microseconds
,milliseconds
,seconds
,bytes
,kbytes
,mbytes
,gbytes
,bytes_iec
,kibytes
,mibytes
,gibytes
,eur_cents
,eur
,usd_cents
,usd
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition
- Is
Visible This property is required. bool - (Boolean) Controls whether to show the label.
- Label
Source This property is required. string - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- Show
Name This property is required. bool - (Boolean) Controls whether to show the name.
- Show
Percentage This property is required. bool - (Boolean) Controls whether to show the percentage.
- Show
Value This property is required. bool - (Boolean) Controls whether to show the value.
- Is
Visible This property is required. bool - (Boolean) Controls whether to show the label.
- Label
Source This property is required. string - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- Show
Name This property is required. bool - (Boolean) Controls whether to show the name.
- Show
Percentage This property is required. bool - (Boolean) Controls whether to show the percentage.
- Show
Value This property is required. bool - (Boolean) Controls whether to show the value.
- is
Visible This property is required. Boolean - (Boolean) Controls whether to show the label.
- label
Source This property is required. String - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- show
Name This property is required. Boolean - (Boolean) Controls whether to show the name.
- show
Percentage This property is required. Boolean - (Boolean) Controls whether to show the percentage.
- show
Value This property is required. Boolean - (Boolean) Controls whether to show the value.
- is
Visible This property is required. boolean - (Boolean) Controls whether to show the label.
- label
Source This property is required. string - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- show
Name This property is required. boolean - (Boolean) Controls whether to show the name.
- show
Percentage This property is required. boolean - (Boolean) Controls whether to show the percentage.
- show
Value This property is required. boolean - (Boolean) Controls whether to show the value.
- is_
visible This property is required. bool - (Boolean) Controls whether to show the label.
- label_
source This property is required. str - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- show_
name This property is required. bool - (Boolean) Controls whether to show the name.
- show_
percentage This property is required. bool - (Boolean) Controls whether to show the percentage.
- show_
value This property is required. bool - (Boolean) Controls whether to show the value.
- is
Visible This property is required. Boolean - (Boolean) Controls whether to show the label.
- label
Source This property is required. String - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- show
Name This property is required. Boolean - (Boolean) Controls whether to show the name.
- show
Percentage This property is required. Boolean - (Boolean) Controls whether to show the percentage.
- show
Value This property is required. Boolean - (Boolean) Controls whether to show the value.
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery
- Dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
This property is required. List<Property Map> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime
- Dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. List<string> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Dataprime
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. []string - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. string[] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Dataprime Query] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group_
names This property is required. Sequence[str] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked_
group_ name This property is required. str - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- dataprime
Queries This property is required. List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. string - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. str - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- text
This property is required. String - (String) The query string.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter
- Logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs
This property is required. List<Property Map> - (List) Logs specific query. Nested schema for logs:
- metrics
This property is required. List<Property Map> - (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLog
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetric
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog
- Aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Group Names Field> - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- Lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Stacked
Group Name Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Stacked Group Name Field> - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- Aggregations
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation - (List) Aggregations. Nested schema for aggregation:
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Group Names Field - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- Lucene
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- Stacked
Group Name Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Stacked Group Name Field - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Group Names Field> - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group Name Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Stacked Group Name Field> - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Group Names Field[] - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group Name Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Stacked Group Name Field[] - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation] - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group_
names_ fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Group Names Field] - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- stacked_
group_ name_ fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Stacked Group Name Field] - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
- aggregations
This property is required. List<Property Map> - (List) Aggregations. Nested schema for aggregation:
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names Fields This property is required. List<Property Map> - (List) Fields to group by.
- Constraints: The maximum length is
2
items. The minimum length is1
item. Nested schema for group_names_fields:
- Constraints: The maximum length is
- lucene
Queries This property is required. List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group Name Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation
- Averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- Averages
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Average - (List) Calculate average value of log field. Nested schema for average:
- Count
Distincts This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count Distinct - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- Counts
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count - (List) Count the number of entries. Nested schema for count:
- Maxes
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Average> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count Distinct> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Average[] - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count Distinct[] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count[] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis[] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min[] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile[] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum[] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Average] - (List) Calculate average value of log field. Nested schema for average:
- count_
distincts This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count Distinct] - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count] - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum] - (List) Sum values of log field. Nested schema for sum:
- averages
This property is required. List<Property Map> - (List) Calculate average value of log field. Nested schema for average:
- count
Distincts This property is required. List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts
This property is required. List<Property Map> - (List) Count the number of entries. Nested schema for count:
- maxes
This property is required. List<Property Map> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
This property is required. List<Property Map> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
This property is required. List<Property Map> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
This property is required. List<Property Map> - (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Average Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Average Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Average Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Average Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverageObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count Distinct Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count Distinct Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count Distinct Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count Distinct Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinctObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxisObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. double - (Float) Value in range (0, 100].
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Percent
This property is required. float64 - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Double - (Float) Value in range (0, 100].
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. number - (Float) Value in range (0, 100].
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. float - (Float) Value in range (0, 100].
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent
This property is required. Number - (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter
- Observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric
- Filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. List<string> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Filters
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- Group
Names This property is required. []string - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Promql
Queries This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- Stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql
Queries This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter[] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. string[] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql
Queries This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- stacked
Group Name This property is required. string - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter] - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group_
names This property is required. Sequence[str] - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql_
queries This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- stacked_
group_ name This property is required. str - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- filters
This property is required. List<Property Map> - (List) Extra filters on top of PromQL query.
- Constraints: The maximum length is
4096
items. The minimum length is0
items. Nested schema for filters:
- Constraints: The maximum length is
- group
Names This property is required. List<String> - (List) Fields to group by.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is2
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- promql
Queries This property is required. List<Property Map> - (List) PromQL query. Nested schema for promql_query:
- stacked
Group Name This property is required. String - (String) Field to stack by.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Operators
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- operators
This property is required. List<Property Map> - (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator
- Equals
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
This property is required. List<Property Map> - (List) Equality comparison. Nested schema for equals:
- not
Equals This property is required. List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelection
- Alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqual
- Selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelection
- Lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
This property is required. []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition
- Max
Slices Per Stack This property is required. double - (Integer) Maximum number of slices per stack.
- Stack
Name Template This property is required. string - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Max
Slices Per Stack This property is required. float64 - (Integer) Maximum number of slices per stack.
- Stack
Name Template This property is required. string - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Slices Per Stack This property is required. Double - (Integer) Maximum number of slices per stack.
- stack
Name Template This property is required. String - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Slices Per Stack This property is required. number - (Integer) Maximum number of slices per stack.
- stack
Name Template This property is required. string - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max_
slices_ per_ stack This property is required. float - (Integer) Maximum number of slices per stack.
- stack_
name_ template This property is required. str - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- max
Slices Per Stack This property is required. Number - (Integer) Maximum number of slices per stack.
- stack
Name Template This property is required. String - (String) Template for stack labels.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardLayoutSectionRowWidgetId
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. string - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. str - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- value
This property is required. String - (String) The UUID value.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
GetLogsDashboardVariable
- Definitions
This property is required. List<GetLogs Dashboard Variable Definition> - (List) Definition. Nested schema for definition:
- Display
Name This property is required. string - (String) Name used in variable UI.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Definitions
This property is required. []GetLogs Dashboard Variable Definition - (List) Definition. Nested schema for definition:
- Display
Name This property is required. string - (String) Name used in variable UI.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- definitions
This property is required. List<GetLogs Dashboard Variable Definition> - (List) Definition. Nested schema for definition:
- display
Name This property is required. String - (String) Name used in variable UI.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- name
This property is required. String - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- definitions
This property is required. GetLogs Dashboard Variable Definition[] - (List) Definition. Nested schema for definition:
- display
Name This property is required. string - (String) Name used in variable UI.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- name
This property is required. string - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- definitions
This property is required. Sequence[GetLogs Dashboard Variable Definition] - (List) Definition. Nested schema for definition:
- display_
name This property is required. str - (String) Name used in variable UI.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- name
This property is required. str - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- definitions
This property is required. List<Property Map> - (List) Definition. Nested schema for definition:
- display
Name This property is required. String - (String) Name used in variable UI.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- name
This property is required. String - (String) Name of the variable which can be used in templates.
- Constraints: The maximum length is
100
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
GetLogsDashboardVariableDefinition
- Multi
Selects This property is required. List<GetLogs Dashboard Variable Definition Multi Select> - (List) Multi-select value. Nested schema for multi_select:
- Multi
Selects This property is required. []GetLogs Dashboard Variable Definition Multi Select - (List) Multi-select value. Nested schema for multi_select:
- multi
Selects This property is required. List<GetLogs Dashboard Variable Definition Multi Select> - (List) Multi-select value. Nested schema for multi_select:
- multi
Selects This property is required. GetLogs Dashboard Variable Definition Multi Select[] - (List) Multi-select value. Nested schema for multi_select:
- multi_
selects This property is required. Sequence[GetLogs Dashboard Variable Definition Multi Select] - (List) Multi-select value. Nested schema for multi_select:
- multi
Selects This property is required. List<Property Map> - (List) Multi-select value. Nested schema for multi_select:
GetLogsDashboardVariableDefinitionMultiSelect
- Selections
This property is required. List<GetLogs Dashboard Variable Definition Multi Select Selection> - (List) State of what is currently selected. Nested schema for selection:
- Sources
This property is required. List<GetLogs Dashboard Variable Definition Multi Select Source> - (List) Variable value source. Nested schema for source:
- Values
Order Direction This property is required. string - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- Selections
This property is required. []GetLogs Dashboard Variable Definition Multi Select Selection - (List) State of what is currently selected. Nested schema for selection:
- Sources
This property is required. []GetLogs Dashboard Variable Definition Multi Select Source - (List) Variable value source. Nested schema for source:
- Values
Order Direction This property is required. string - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- selections
This property is required. List<GetLogs Dashboard Variable Definition Multi Select Selection> - (List) State of what is currently selected. Nested schema for selection:
- sources
This property is required. List<GetLogs Dashboard Variable Definition Multi Select Source> - (List) Variable value source. Nested schema for source:
- values
Order Direction This property is required. String - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- selections
This property is required. GetLogs Dashboard Variable Definition Multi Select Selection[] - (List) State of what is currently selected. Nested schema for selection:
- sources
This property is required. GetLogs Dashboard Variable Definition Multi Select Source[] - (List) Variable value source. Nested schema for source:
- values
Order Direction This property is required. string - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- selections
This property is required. Sequence[GetLogs Dashboard Variable Definition Multi Select Selection] - (List) State of what is currently selected. Nested schema for selection:
- sources
This property is required. Sequence[GetLogs Dashboard Variable Definition Multi Select Source] - (List) Variable value source. Nested schema for source:
- values_
order_ direction This property is required. str - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- selections
This property is required. List<Property Map> - (List) State of what is currently selected. Nested schema for selection:
- sources
This property is required. List<Property Map> - (List) Variable value source. Nested schema for source:
- values
Order Direction This property is required. String - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
GetLogsDashboardVariableDefinitionMultiSelectSelection
- Alls
This property is required. List<GetLogs Dashboard Variable Definition Multi Select Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. List<GetLogs Dashboard Variable Definition Multi Select Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
This property is required. []GetLogs Dashboard Variable Definition Multi Select Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
This property is required. []GetLogs Dashboard Variable Definition Multi Select Selection List - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<GetLogs Dashboard Variable Definition Multi Select Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<GetLogs Dashboard Variable Definition Multi Select Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. GetLogs Dashboard Variable Definition Multi Select Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. GetLogs Dashboard Variable Definition Multi Select Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. Sequence[GetLogs Dashboard Variable Definition Multi Select Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. Sequence[GetLogs Dashboard Variable Definition Multi Select Selection List] - (List) Specific values are selected. Nested schema for list:
- alls
This property is required. List<Property Map> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
This property is required. List<Property Map> - (List) Specific values are selected. Nested schema for list:
GetLogsDashboardVariableDefinitionMultiSelectSelectionList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardVariableDefinitionMultiSelectSource
- Constant
Lists This property is required. List<GetLogs Dashboard Variable Definition Multi Select Source Constant List> - (List) List of constant values. Nested schema for constant_list:
- Logs
Paths This property is required. List<GetLogs Dashboard Variable Definition Multi Select Source Logs Path> - (List) Unique values for a given logs path. Nested schema for logs_path:
- Metric
Labels This property is required. List<GetLogs Dashboard Variable Definition Multi Select Source Metric Label> - (List) Unique values for a given metric label. Nested schema for metric_label:
- Constant
Lists This property is required. []GetLogs Dashboard Variable Definition Multi Select Source Constant List - (List) List of constant values. Nested schema for constant_list:
- Logs
Paths This property is required. []GetLogs Dashboard Variable Definition Multi Select Source Logs Path - (List) Unique values for a given logs path. Nested schema for logs_path:
- Metric
Labels This property is required. []GetLogs Dashboard Variable Definition Multi Select Source Metric Label - (List) Unique values for a given metric label. Nested schema for metric_label:
- constant
Lists This property is required. List<GetLogs Dashboard Variable Definition Multi Select Source Constant List> - (List) List of constant values. Nested schema for constant_list:
- logs
Paths This property is required. List<GetLogs Dashboard Variable Definition Multi Select Source Logs Path> - (List) Unique values for a given logs path. Nested schema for logs_path:
- metric
Labels This property is required. List<GetLogs Dashboard Variable Definition Multi Select Source Metric Label> - (List) Unique values for a given metric label. Nested schema for metric_label:
- constant
Lists This property is required. GetLogs Dashboard Variable Definition Multi Select Source Constant List[] - (List) List of constant values. Nested schema for constant_list:
- logs
Paths This property is required. GetLogs Dashboard Variable Definition Multi Select Source Logs Path[] - (List) Unique values for a given logs path. Nested schema for logs_path:
- metric
Labels This property is required. GetLogs Dashboard Variable Definition Multi Select Source Metric Label[] - (List) Unique values for a given metric label. Nested schema for metric_label:
- constant_
lists This property is required. Sequence[GetLogs Dashboard Variable Definition Multi Select Source Constant List] - (List) List of constant values. Nested schema for constant_list:
- logs_
paths This property is required. Sequence[GetLogs Dashboard Variable Definition Multi Select Source Logs Path] - (List) Unique values for a given logs path. Nested schema for logs_path:
- metric_
labels This property is required. Sequence[GetLogs Dashboard Variable Definition Multi Select Source Metric Label] - (List) Unique values for a given metric label. Nested schema for metric_label:
- constant
Lists This property is required. List<Property Map> - (List) List of constant values. Nested schema for constant_list:
- logs
Paths This property is required. List<Property Map> - (List) Unique values for a given logs path. Nested schema for logs_path:
- metric
Labels This property is required. List<Property Map> - (List) Unique values for a given metric label. Nested schema for metric_label:
GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList
- Values
This property is required. List<string> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Values
This property is required. []string - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. string[] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. Sequence[str] - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values
This property is required. List<String> - (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath
- Observation
Fields This property is required. List<GetLogs Dashboard Variable Definition Multi Select Source Logs Path Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Observation
Fields This property is required. []GetLogs Dashboard Variable Definition Multi Select Source Logs Path Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<GetLogs Dashboard Variable Definition Multi Select Source Logs Path Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. GetLogs Dashboard Variable Definition Multi Select Source Logs Path Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation_
fields This property is required. Sequence[GetLogs Dashboard Variable Definition Multi Select Source Logs Path Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- observation
Fields This property is required. List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField
- Keypaths
This property is required. List<string> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths
This property is required. []string - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. string[] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. string - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. Sequence[str] - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. str - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths
This property is required. List<String> - (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope
This property is required. String - (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Metric
Name This property is required. string - (String) Metric name to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Metric
Name This property is required. string - (String) Metric name to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- metric
Name This property is required. String - (String) Metric name to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- label
This property is required. string - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- metric
Name This property is required. string - (String) Metric name to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- label
This property is required. str - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- metric_
name This property is required. str - (String) Metric name to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- label
This property is required. String - (String) Metric label to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- metric
Name This property is required. String - (String) Metric name to source unique values from.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.