ibm 1.78.0 published on Wednesday, Apr 30, 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 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 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 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 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 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 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 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 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 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 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 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 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 bool
- (Boolean) Indicates if the filter is currently enabled or not.
- 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:
- 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
- Sources
List<Get
Logs Dashboard Annotation Source> - (List) Variable value source. Nested schema for source:
- Enabled bool
- (Boolean) Indicates if the filter is currently enabled or not.
- 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:
- 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
- Sources
[]Get
Logs Dashboard Annotation Source - (List) Variable value source. Nested schema for source:
- enabled Boolean
- (Boolean) Indicates if the filter is currently enabled or not.
- 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:
- 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
- sources
List<Get
Logs Dashboard Annotation Source> - (List) Variable value source. Nested schema for source:
- enabled boolean
- (Boolean) Indicates if the filter is currently enabled or not.
- 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:
- 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
- sources
Get
Logs Dashboard Annotation Source[] - (List) Variable value source. Nested schema for source:
- enabled bool
- (Boolean) Indicates if the filter is currently enabled or not.
- 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:
- 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
- sources
Sequence[Get
Logs Dashboard Annotation Source] - (List) Variable value source. Nested schema for source:
- enabled Boolean
- (Boolean) Indicates if the filter is currently enabled or not.
- 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:
- 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
- sources List<Property Map>
- (List) Variable value source. Nested schema for source:
GetLogsDashboardAnnotationSource
- Logs
List<Get
Logs Dashboard Annotation Source Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Annotation Source Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
[]Get
Logs Dashboard Annotation Source Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Annotation Source Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
List<Get
Logs Dashboard Annotation Source Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Annotation Source Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
Get
Logs Dashboard Annotation Source Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Annotation Source Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
Sequence[Get
Logs Dashboard Annotation Source Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Annotation Source Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardAnnotationSourceLog
- Label
Fields 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 List<GetLogs Dashboard Annotation Source Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Message
Template 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
List<Get
Logs Dashboard Annotation Source Log Strategy> - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- Label
Fields []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 []GetLogs Dashboard Annotation Source Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- Message
Template 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
[]Get
Logs Dashboard Annotation Source Log Strategy - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- label
Fields 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 List<GetLogs Dashboard Annotation Source Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- message
Template 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
List<Get
Logs Dashboard Annotation Source Log Strategy> - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- label
Fields 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 GetLogs Dashboard Annotation Source Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- message
Template 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
Get
Logs Dashboard Annotation Source Log Strategy[] - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- label_
fields 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 Sequence[GetLogs Dashboard Annotation Source Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- message_
template 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
Sequence[Get
Logs Dashboard Annotation Source Log Strategy] - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- label
Fields 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 List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
- message
Template 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 List<Property Map>
- (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
GetLogsDashboardAnnotationSourceLogLabelField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceLogLuceneQuery
- Value 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 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 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 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 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 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
List<Get
Logs Dashboard Annotation Source Log Strategy Duration> - (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- Instants
List<Get
Logs Dashboard Annotation Source Log Strategy Instant> - (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- Ranges
List<Get
Logs Dashboard Annotation Source Log Strategy Range> - (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
- Durations
[]Get
Logs Dashboard Annotation Source Log Strategy Duration - (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- Instants
[]Get
Logs Dashboard Annotation Source Log Strategy Instant - (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- Ranges
[]Get
Logs Dashboard Annotation Source Log Strategy Range - (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
- durations
List<Get
Logs Dashboard Annotation Source Log Strategy Duration> - (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- instants
List<Get
Logs Dashboard Annotation Source Log Strategy Instant> - (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- ranges
List<Get
Logs Dashboard Annotation Source Log Strategy Range> - (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
- durations
Get
Logs Dashboard Annotation Source Log Strategy Duration[] - (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- instants
Get
Logs Dashboard Annotation Source Log Strategy Instant[] - (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- ranges
Get
Logs Dashboard Annotation Source Log Strategy Range[] - (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
- durations
Sequence[Get
Logs Dashboard Annotation Source Log Strategy Duration] - (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- instants
Sequence[Get
Logs Dashboard Annotation Source Log Strategy Instant] - (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- ranges
Sequence[Get
Logs Dashboard Annotation Source Log Strategy Range] - (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
- durations List<Property Map>
- (List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
- instants List<Property Map>
- (List) Event timestamp is extracted from the log entry. Nested schema for instant:
- ranges List<Property Map>
- (List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
GetLogsDashboardAnnotationSourceLogStrategyDuration
- Duration
Fields List<GetLogs Dashboard Annotation Source Log Strategy Duration Duration Field> - (List) Field to count distinct values of. Nested schema for duration_field:
- Start
Timestamp List<GetFields Logs Dashboard Annotation Source Log Strategy Duration Start Timestamp Field> - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- Duration
Fields []GetLogs Dashboard Annotation Source Log Strategy Duration Duration Field - (List) Field to count distinct values of. Nested schema for duration_field:
- Start
Timestamp []GetFields Logs Dashboard Annotation Source Log Strategy Duration Start Timestamp Field - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- duration
Fields List<GetLogs Dashboard Annotation Source Log Strategy Duration Duration Field> - (List) Field to count distinct values of. Nested schema for duration_field:
- start
Timestamp List<GetFields Logs Dashboard Annotation Source Log Strategy Duration Start Timestamp Field> - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- duration
Fields GetLogs Dashboard Annotation Source Log Strategy Duration Duration Field[] - (List) Field to count distinct values of. Nested schema for duration_field:
- start
Timestamp GetFields Logs Dashboard Annotation Source Log Strategy Duration Start Timestamp Field[] - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- duration_
fields Sequence[GetLogs Dashboard Annotation Source Log Strategy Duration Duration Field] - (List) Field to count distinct values of. Nested schema for duration_field:
- start_
timestamp_ Sequence[Getfields Logs Dashboard Annotation Source Log Strategy Duration Start Timestamp Field] - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- duration
Fields List<Property Map> - (List) Field to count distinct values of. Nested schema for duration_field:
- start
Timestamp List<Property Map>Fields - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceLogStrategyInstant
- Timestamp
Fields List<GetLogs Dashboard Annotation Source Log Strategy Instant Timestamp Field> - (List) Field to count distinct values of. Nested schema for timestamp_field:
- Timestamp
Fields []GetLogs Dashboard Annotation Source Log Strategy Instant Timestamp Field - (List) Field to count distinct values of. Nested schema for timestamp_field:
- timestamp
Fields List<GetLogs Dashboard Annotation Source Log Strategy Instant Timestamp Field> - (List) Field to count distinct values of. Nested schema for timestamp_field:
- timestamp
Fields GetLogs Dashboard Annotation Source Log Strategy Instant Timestamp Field[] - (List) Field to count distinct values of. Nested schema for timestamp_field:
- timestamp_
fields Sequence[GetLogs Dashboard Annotation Source Log Strategy Instant Timestamp Field] - (List) Field to count distinct values of. Nested schema for timestamp_field:
- timestamp
Fields List<Property Map> - (List) Field to count distinct values of. Nested schema for timestamp_field:
GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceLogStrategyRange
- End
Timestamp List<GetFields Logs Dashboard Annotation Source Log Strategy Range End Timestamp Field> - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- Start
Timestamp List<GetFields Logs Dashboard Annotation Source Log Strategy Range Start Timestamp Field> - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- End
Timestamp []GetFields Logs Dashboard Annotation Source Log Strategy Range End Timestamp Field - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- Start
Timestamp []GetFields Logs Dashboard Annotation Source Log Strategy Range Start Timestamp Field - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- end
Timestamp List<GetFields Logs Dashboard Annotation Source Log Strategy Range End Timestamp Field> - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- start
Timestamp List<GetFields Logs Dashboard Annotation Source Log Strategy Range Start Timestamp Field> - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- end
Timestamp GetFields Logs Dashboard Annotation Source Log Strategy Range End Timestamp Field[] - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- start
Timestamp GetFields Logs Dashboard Annotation Source Log Strategy Range Start Timestamp Field[] - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- end_
timestamp_ Sequence[Getfields Logs Dashboard Annotation Source Log Strategy Range End Timestamp Field] - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- start_
timestamp_ Sequence[Getfields Logs Dashboard Annotation Source Log Strategy Range Start Timestamp Field] - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
- end
Timestamp List<Property Map>Fields - (List) Field to count distinct values of. Nested schema for end_timestamp_field:
- start
Timestamp List<Property Map>Fields - (List) Field to count distinct values of. Nested schema for start_timestamp_field:
GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardAnnotationSourceMetric
- Labels 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 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 List<GetLogs Dashboard Annotation Source Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Strategies
List<Get
Logs Dashboard Annotation Source Metric Strategy> - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- Labels []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 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 []GetLogs Dashboard Annotation Source Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- Strategies
[]Get
Logs Dashboard Annotation Source Metric Strategy - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- labels 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 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 List<GetLogs Dashboard Annotation Source Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- strategies
List<Get
Logs Dashboard Annotation Source Metric Strategy> - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- labels 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 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 GetLogs Dashboard Annotation Source Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- strategies
Get
Logs Dashboard Annotation Source Metric Strategy[] - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- labels 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 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 Sequence[GetLogs Dashboard Annotation Source Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- strategies
Sequence[Get
Logs Dashboard Annotation Source Metric Strategy] - (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
- labels 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 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 List<Property Map> - (List) PromQL query. Nested schema for promql_query:
- strategies List<Property Map>
- (List) Strategy for turning metrics data into annotations. Nested schema for strategy:
GetLogsDashboardAnnotationSourceMetricPromqlQuery
- Value 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 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 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 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 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 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 List<GetMetrics Logs 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 []GetMetrics Logs 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 List<GetMetrics Logs 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 GetMetrics Logs 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_ Sequence[Getmetrics Logs 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 List<Property Map>Metrics - (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 bool
- (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- Enabled bool
- (Boolean) Indicates if the filter is currently enabled or not.
- Sources
List<Get
Logs Dashboard Filter Source> - (List) Variable value source. Nested schema for source:
- Collapsed bool
- (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- Enabled bool
- (Boolean) Indicates if the filter is currently enabled or not.
- Sources
[]Get
Logs Dashboard Filter Source - (List) Variable value source. Nested schema for source:
- collapsed Boolean
- (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- enabled Boolean
- (Boolean) Indicates if the filter is currently enabled or not.
- sources
List<Get
Logs Dashboard Filter Source> - (List) Variable value source. Nested schema for source:
- collapsed boolean
- (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- enabled boolean
- (Boolean) Indicates if the filter is currently enabled or not.
- sources
Get
Logs Dashboard Filter Source[] - (List) Variable value source. Nested schema for source:
- collapsed bool
- (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- enabled bool
- (Boolean) Indicates if the filter is currently enabled or not.
- sources
Sequence[Get
Logs Dashboard Filter Source] - (List) Variable value source. Nested schema for source:
- collapsed Boolean
- (Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
- enabled Boolean
- (Boolean) Indicates if the filter is currently enabled or not.
- sources List<Property Map>
- (List) Variable value source. Nested schema for source:
GetLogsDashboardFilterSource
- Logs
List<Get
Logs Dashboard Filter Source Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Filter Source Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
[]Get
Logs Dashboard Filter Source Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Filter Source Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
List<Get
Logs Dashboard Filter Source Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Filter Source Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
Get
Logs Dashboard Filter Source Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Filter Source Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
Sequence[Get
Logs Dashboard Filter Source Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Filter Source Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardFilterSourceLog
- Observation
Fields List<GetLogs Dashboard Filter Source Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
List<Get
Logs Dashboard Filter Source Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Observation
Fields []GetLogs Dashboard Filter Source Log Observation Field - (List) Field to count distinct values of. Nested schema for observation_field:
- Operators
[]Get
Logs Dashboard Filter Source Log Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields List<GetLogs Dashboard Filter Source Log Observation Field> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
List<Get
Logs Dashboard Filter Source Log Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields GetLogs Dashboard Filter Source Log Observation Field[] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
Get
Logs Dashboard Filter Source Log Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation_
fields Sequence[GetLogs Dashboard Filter Source Log Observation Field] - (List) Field to count distinct values of. Nested schema for observation_field:
- operators
Sequence[Get
Logs Dashboard Filter Source Log Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- observation
Fields List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardFilterSourceLogObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardFilterSourceLogOperator
- Equals
List<Get
Logs Dashboard Filter Source Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals List<GetLogs Dashboard Filter Source Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
[]Get
Logs Dashboard Filter Source Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []GetLogs Dashboard Filter Source Log Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
List<Get
Logs Dashboard Filter Source Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals List<GetLogs Dashboard Filter Source Log Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
Get
Logs Dashboard Filter Source Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals GetLogs Dashboard Filter Source Log Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
Sequence[Get
Logs Dashboard Filter Source Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals Sequence[GetLogs Dashboard Filter Source Log Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardFilterSourceLogOperatorEqual
- Selections
List<Get
Logs Dashboard Filter Source Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
[]Get
Logs Dashboard Filter Source Log Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
List<Get
Logs Dashboard Filter Source Log Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
Get
Logs Dashboard Filter Source Log Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
Sequence[Get
Logs Dashboard Filter Source Log Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardFilterSourceLogOperatorEqualSelection
- Alls
List<Get
Logs Dashboard Filter Source Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
List<Get
Logs Dashboard Filter Source Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
[]Get
Logs Dashboard Filter Source Log Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
[]Get
Logs Dashboard Filter Source Log Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
List<Get
Logs Dashboard Filter Source Log Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
List<Get
Logs Dashboard Filter Source Log Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
Get
Logs Dashboard Filter Source Log Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
Get
Logs Dashboard Filter Source Log Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
Sequence[Get
Logs Dashboard Filter Source Log Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
Sequence[Get
Logs Dashboard Filter Source Log Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardFilterSourceLogOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs Dashboard Filter Source Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
[]Get
Logs Dashboard Filter Source Log Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
List<Get
Logs Dashboard Filter Source Log Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
Get
Logs Dashboard Filter Source Log Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
Sequence[Get
Logs Dashboard Filter Source Log Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardFilterSourceLogOperatorNotEqualSelection
- Lists
List<Get
Logs Dashboard Filter Source Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
[]Get
Logs Dashboard Filter Source Log Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
List<Get
Logs Dashboard Filter Source Log Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
Get
Logs Dashboard Filter Source Log Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
Sequence[Get
Logs Dashboard Filter Source Log Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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
List<Get
Logs Dashboard Filter Source Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label 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
[]Get
Logs Dashboard Filter Source Metric Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label 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
List<Get
Logs Dashboard Filter Source Metric Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label 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
Get
Logs Dashboard Filter Source Metric Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label 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
Sequence[Get
Logs Dashboard Filter Source Metric Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardFilterSourceMetricOperator
- Equals
List<Get
Logs Dashboard Filter Source Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals List<GetLogs Dashboard Filter Source Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- Equals
[]Get
Logs Dashboard Filter Source Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []GetLogs Dashboard Filter Source Metric Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
List<Get
Logs Dashboard Filter Source Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals List<GetLogs Dashboard Filter Source Metric Operator Not Equal> - (List) Non-equality comparison. Nested schema for not_equals:
- equals
Get
Logs Dashboard Filter Source Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals GetLogs Dashboard Filter Source Metric Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
Sequence[Get
Logs Dashboard Filter Source Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals Sequence[GetLogs Dashboard Filter Source Metric Operator Not Equal] - (List) Non-equality comparison. Nested schema for not_equals:
- equals List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardFilterSourceMetricOperatorEqual
- Selections
List<Get
Logs Dashboard Filter Source Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
[]Get
Logs Dashboard Filter Source Metric Operator Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
List<Get
Logs Dashboard Filter Source Metric Operator Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
Get
Logs Dashboard Filter Source Metric Operator Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
Sequence[Get
Logs Dashboard Filter Source Metric Operator Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardFilterSourceMetricOperatorEqualSelection
- Alls
List<Get
Logs Dashboard Filter Source Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
List<Get
Logs Dashboard Filter Source Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
[]Get
Logs Dashboard Filter Source Metric Operator Equal Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
[]Get
Logs Dashboard Filter Source Metric Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
List<Get
Logs Dashboard Filter Source Metric Operator Equal Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
List<Get
Logs Dashboard Filter Source Metric Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
Get
Logs Dashboard Filter Source Metric Operator Equal Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
Get
Logs Dashboard Filter Source Metric Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
Sequence[Get
Logs Dashboard Filter Source Metric Operator Equal Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
Sequence[Get
Logs Dashboard Filter Source Metric Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs Dashboard Filter Source Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- Selections
[]Get
Logs Dashboard Filter Source Metric Operator Not Equal Selection - (List) State of what is currently selected. Nested schema for selection:
- selections
List<Get
Logs Dashboard Filter Source Metric Operator Not Equal Selection> - (List) State of what is currently selected. Nested schema for selection:
- selections
Get
Logs Dashboard Filter Source Metric Operator Not Equal Selection[] - (List) State of what is currently selected. Nested schema for selection:
- selections
Sequence[Get
Logs Dashboard Filter Source Metric Operator Not Equal Selection] - (List) State of what is currently selected. Nested schema for selection:
- selections List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection
- Lists
List<Get
Logs Dashboard Filter Source Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Lists
[]Get
Logs Dashboard Filter Source Metric Operator Not Equal Selection List - (List) Specific values are selected. Nested schema for list:
- lists
List<Get
Logs Dashboard Filter Source Metric Operator Not Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- lists
Get
Logs Dashboard Filter Source Metric Operator Not Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- lists
Sequence[Get
Logs Dashboard Filter Source Metric Operator Not Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 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 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 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 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 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 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 []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 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 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 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 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 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
List<Get
Logs Dashboard Layout Section Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Rows
List<Get
Logs 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 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
[]Get
Logs Dashboard Layout Section Id - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Rows
[]Get
Logs 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 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
List<Get
Logs Dashboard Layout Section Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- rows
List<Get
Logs 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 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
Get
Logs Dashboard Layout Section Id[] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- rows
Get
Logs 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 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
Sequence[Get
Logs Dashboard Layout Section Id] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- rows
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- rows 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 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 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 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 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 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 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
List<Get
Logs Dashboard Layout Section Row Appearance> - (List) The appearance of the row, such as height. Nested schema for appearance:
- 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
- Ids
List<Get
Logs Dashboard Layout Section Row Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Widgets
List<Get
Logs 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
[]Get
Logs Dashboard Layout Section Row Appearance - (List) The appearance of the row, such as height. Nested schema for appearance:
- 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
- Ids
[]Get
Logs Dashboard Layout Section Row Id - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Widgets
[]Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Appearance> - (List) The appearance of the row, such as height. Nested schema for appearance:
- 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
- ids
List<Get
Logs Dashboard Layout Section Row Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- widgets
List<Get
Logs 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
Get
Logs Dashboard Layout Section Row Appearance[] - (List) The appearance of the row, such as height. Nested schema for appearance:
- 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
- ids
Get
Logs Dashboard Layout Section Row Id[] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- widgets
Get
Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Appearance] - (List) The appearance of the row, such as height. Nested schema for appearance:
- 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
- ids
Sequence[Get
Logs Dashboard Layout Section Row Id] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- widgets
Sequence[Get
Logs 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 List<Property Map>
- (List) The appearance of the row, such as height. Nested schema for appearance:
- 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
- ids List<Property Map>
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- widgets 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 double
- (Integer) The height of the row.
- Height float64
- (Integer) The height of the row.
- height Double
- (Integer) The height of the row.
- height number
- (Integer) The height of the row.
- height float
- (Integer) The height of the row.
- height Number
- (Integer) The height of the row.
GetLogsDashboardLayoutSectionRowId
- Value 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 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 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 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 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 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 string - (String) Creation timestamp.
- Definitions
List<Get
Logs Dashboard Layout Section Row Widget Definition> - (List) Definition. Nested schema for definition:
- 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
- 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
- Ids
List<Get
Logs Dashboard Layout Section Row Widget Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Title 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 string - (String) Last update timestamp.
- Created
At string - (String) Creation timestamp.
- Definitions
[]Get
Logs Dashboard Layout Section Row Widget Definition - (List) Definition. Nested schema for definition:
- 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
- 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
- Ids
[]Get
Logs Dashboard Layout Section Row Widget Id - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Title 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 string - (String) Last update timestamp.
- created
At String - (String) Creation timestamp.
- definitions
List<Get
Logs Dashboard Layout Section Row Widget Definition> - (List) Definition. Nested schema for definition:
- 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
- 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
- ids
List<Get
Logs Dashboard Layout Section Row Widget Id> - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- title 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 String - (String) Last update timestamp.
- created
At string - (String) Creation timestamp.
- definitions
Get
Logs Dashboard Layout Section Row Widget Definition[] - (List) Definition. Nested schema for definition:
- 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
- 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
- ids
Get
Logs Dashboard Layout Section Row Widget Id[] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- title 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 string - (String) Last update timestamp.
- created_
at str - (String) Creation timestamp.
- definitions
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition] - (List) Definition. Nested schema for definition:
- 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
- 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
- ids
Sequence[Get
Logs Dashboard Layout Section Row Widget Id] - (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- title 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 str - (String) Last update timestamp.
- created
At String - (String) Creation timestamp.
- definitions List<Property Map>
- (List) Definition. Nested schema for definition:
- 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
- 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
- ids List<Property Map>
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- title 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 String - (String) Last update timestamp.
GetLogsDashboardLayoutSectionRowWidgetDefinition
- Bar
Charts List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart> - (List) Bar chart widget. Nested schema for bar_chart:
- Data
Tables List<GetLogs Dashboard Layout Section Row Widget Definition Data Table> - (List) Data table widget. Nested schema for data_table:
- Gauges
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge> - (List) Gauge widget. Nested schema for gauge:
- Horizontal
Bar List<GetCharts Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart> - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- Line
Charts List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart> - (List) Line chart widget. Nested schema for line_chart:
- Markdowns
List<Get
Logs Dashboard Layout Section Row Widget Definition Markdown> - (List) Markdown widget. Nested schema for markdown:
- Pie
Charts List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart> - (List) Pie chart widget. Nested schema for pie_chart:
- Bar
Charts []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart - (List) Bar chart widget. Nested schema for bar_chart:
- Data
Tables []GetLogs Dashboard Layout Section Row Widget Definition Data Table - (List) Data table widget. Nested schema for data_table:
- Gauges
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge - (List) Gauge widget. Nested schema for gauge:
- Horizontal
Bar []GetCharts Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- Line
Charts []GetLogs Dashboard Layout Section Row Widget Definition Line Chart - (List) Line chart widget. Nested schema for line_chart:
- Markdowns
[]Get
Logs Dashboard Layout Section Row Widget Definition Markdown - (List) Markdown widget. Nested schema for markdown:
- Pie
Charts []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart - (List) Pie chart widget. Nested schema for pie_chart:
- bar
Charts List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart> - (List) Bar chart widget. Nested schema for bar_chart:
- data
Tables List<GetLogs Dashboard Layout Section Row Widget Definition Data Table> - (List) Data table widget. Nested schema for data_table:
- gauges
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge> - (List) Gauge widget. Nested schema for gauge:
- horizontal
Bar List<GetCharts Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart> - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- line
Charts List<GetLogs Dashboard Layout Section Row Widget Definition Line Chart> - (List) Line chart widget. Nested schema for line_chart:
- markdowns
List<Get
Logs Dashboard Layout Section Row Widget Definition Markdown> - (List) Markdown widget. Nested schema for markdown:
- pie
Charts List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart> - (List) Pie chart widget. Nested schema for pie_chart:
- bar
Charts GetLogs Dashboard Layout Section Row Widget Definition Bar Chart[] - (List) Bar chart widget. Nested schema for bar_chart:
- data
Tables GetLogs Dashboard Layout Section Row Widget Definition Data Table[] - (List) Data table widget. Nested schema for data_table:
- gauges
Get
Logs Dashboard Layout Section Row Widget Definition Gauge[] - (List) Gauge widget. Nested schema for gauge:
- horizontal
Bar GetCharts Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart[] - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- line
Charts GetLogs Dashboard Layout Section Row Widget Definition Line Chart[] - (List) Line chart widget. Nested schema for line_chart:
- markdowns
Get
Logs Dashboard Layout Section Row Widget Definition Markdown[] - (List) Markdown widget. Nested schema for markdown:
- pie
Charts GetLogs Dashboard Layout Section Row Widget Definition Pie Chart[] - (List) Pie chart widget. Nested schema for pie_chart:
- bar_
charts Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart] - (List) Bar chart widget. Nested schema for bar_chart:
- data_
tables Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table] - (List) Data table widget. Nested schema for data_table:
- gauges
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge] - (List) Gauge widget. Nested schema for gauge:
- horizontal_
bar_ Sequence[Getcharts Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart] - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- line_
charts Sequence[GetLogs Dashboard Layout Section Row Widget Definition Line Chart] - (List) Line chart widget. Nested schema for line_chart:
- markdowns
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Markdown] - (List) Markdown widget. Nested schema for markdown:
- pie_
charts Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart] - (List) Pie chart widget. Nested schema for pie_chart:
- bar
Charts List<Property Map> - (List) Bar chart widget. Nested schema for bar_chart:
- data
Tables List<Property Map> - (List) Data table widget. Nested schema for data_table:
- gauges List<Property Map>
- (List) Gauge widget. Nested schema for gauge:
- horizontal
Bar List<Property Map>Charts - (List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
- line
Charts List<Property Map> - (List) Line chart widget. Nested schema for line_chart:
- markdowns List<Property Map>
- (List) Markdown widget. Nested schema for markdown:
- pie
Charts List<Property Map> - (List) Pie chart widget. Nested schema for pie_chart:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart
- Color
Scheme 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 List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By> - (List) Coloring mode. Nested schema for colors_by:
- Data
Mode stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Group
Name stringTemplate - (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 doublePer Chart - (Integer) Maximum number of bars to display in the chart.
- Queries
List<Get
Logs 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 string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Sort
By string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- Stack
Definitions List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- Unit 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart XAxis> - (List) X axis mode. Nested schema for x_axis:
- Color
Scheme 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 []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By - (List) Coloring mode. Nested schema for colors_by:
- Data
Mode stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Group
Name stringTemplate - (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 float64Per Chart - (Integer) Maximum number of bars to display in the chart.
- Queries
[]Get
Logs 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 string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Sort
By string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- Stack
Definitions []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Stack Definition - (List) Stack definition. Nested schema for stack_definition:
- Unit 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart XAxis - (List) X axis mode. Nested schema for x_axis:
- color
Scheme 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 List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By> - (List) Coloring mode. Nested schema for colors_by:
- data
Mode StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name StringTemplate - (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 DoublePer Chart - (Integer) Maximum number of bars to display in the chart.
- queries
List<Get
Logs 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 String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By String - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- unit 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 List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis> - (List) X axis mode. Nested schema for x_axis:
- color
Scheme 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 GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By[] - (List) Coloring mode. Nested schema for colors_by:
- data
Mode stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name stringTemplate - (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 numberPer Chart - (Integer) Maximum number of bars to display in the chart.
- queries
Get
Logs 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 string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Stack Definition[] - (List) Stack definition. Nested schema for stack_definition:
- unit 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 GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis[] - (List) X axis mode. Nested schema for x_axis:
- color_
scheme 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Colors By] - (List) Coloring mode. Nested schema for colors_by:
- data_
mode_ strtype - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group_
name_ strtemplate - (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_ floatper_ chart - (Integer) Maximum number of bars to display in the chart.
- queries
Sequence[Get
Logs 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 str - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort_
by str - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack_
definitions Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Stack Definition] - (List) Stack definition. Nested schema for stack_definition:
- unit 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart XAxis] - (List) X axis mode. Nested schema for x_axis:
- color
Scheme 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 List<Property Map> - (List) Coloring mode. Nested schema for colors_by:
- data
Mode StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name StringTemplate - (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 NumberPer Chart - (Integer) Maximum number of bars to display in the chart.
- queries List<Property Map>
- (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- scale
Type String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By String - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions List<Property Map> - (List) Stack definition. Nested schema for stack_definition:
- unit 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 List<Property Map> - (List) X axis mode. Nested schema for x_axis:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy
- Aggregations
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Group
Bies 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
List<Get
Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Aggregation - (List) Aggregations. Nested schema for aggregation:
- Group
Bies []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
[]Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Aggregation> - (List) Aggregations. Nested schema for aggregation:
- group
Bies 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
List<Get
Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- group
Bies 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
Get
Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Colors By Aggregation] - (List) Aggregations. Nested schema for aggregation:
- group_
bies 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Aggregations. Nested schema for aggregation:
- group
Bies 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 List<Property Map>
- (List) Each stack will have the same color across all groups. Nested schema for stack:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery
- Dataprimes
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes List<Property Map>
- (List) Query based on Dataprime language. Nested schema for dataprime:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime
- Dataprime
Queries List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
List<Get
Logs 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 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 stringName - (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 []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
[]Get
Logs 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 []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 stringName - (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 List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
List<Get
Logs 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 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 StringName - (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 GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
Get
Logs 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 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 stringName - (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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Dataprime Query] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
Sequence[Get
Logs 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 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_ strname - (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 List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- 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
- group
Names 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 StringName - (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 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 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 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 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 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLog
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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
List<Get
Logs 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 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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Dataprime Filter Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Filters
List<Get
Logs 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 List<GetFields Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Stacked
Group List<GetName Fields Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation - (List) Aggregations. Nested schema for aggregation:
- Filters
[]Get
Logs 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 []GetFields Logs 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 []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- Stacked
Group []GetName Fields Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- filters
List<Get
Logs 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 List<GetFields Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group List<GetName Fields Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- filters
Get
Logs 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 GetFields Logs 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 GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group GetName Fields Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation] - (List) Aggregations. Nested schema for aggregation:
- filters
Sequence[Get
Logs 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_ Sequence[Getfields Logs 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- stacked_
group_ Sequence[Getname_ fields Logs 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 List<Property Map>
- (List) Aggregations. Nested schema for aggregation:
- 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
- group
Names List<Property Map>Fields - (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 List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group List<Property Map>Name Fields - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation
- Averages
List<Get
Logs 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- Maxes
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- Averages
[]Get
Logs 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 []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
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count - (List) Count the number of entries. Nested schema for count:
- Maxes
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum - (List) Sum values of log field. Nested schema for sum:
- averages
List<Get
Logs 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- maxes
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- averages
Get
Logs 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 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
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count[] - (List) Count the number of entries. Nested schema for count:
- maxes
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis[] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min[] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile[] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum[] - (List) Sum values of log field. Nested schema for sum:
- averages
Sequence[Get
Logs 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 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Count] - (List) Count the number of entries. Nested schema for count:
- maxes
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Maxis] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Min] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Percentile] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Aggregation Sum] - (List) Sum values of log field. Nested schema for sum:
- averages List<Property Map>
- (List) Calculate average value of log field. Nested schema for average:
- count
Distincts List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts List<Property Map>
- (List) Count the number of entries. Nested schema for count:
- maxes List<Property Map>
- (List) Calculate maximum value of log field. Nested schema for max:
- mins List<Property Map>
- (List) Calculate minimum value of log field. Nested schema for min:
- percentiles List<Property Map>
- (List) Calculate percentile value of log field. Nested schema for percentile:
- sums List<Property Map>
- (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverageObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinctObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxisObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile
- Observation
Fields 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 double
- (Float) Value in range (0, 100].
- Observation
Fields []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 float64
- (Float) Value in range (0, 100].
- observation
Fields 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 Double
- (Float) Value in range (0, 100].
- observation
Fields 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 number
- (Float) Value in range (0, 100].
- observation_
fields 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 float
- (Float) Value in range (0, 100].
- observation
Fields List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent Number
- (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery
- Value 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 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 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 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 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 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 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric
- Filters
List<Get
Logs 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 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 List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Stacked
Group stringName - (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
[]Get
Logs 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 []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 []GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- Stacked
Group stringName - (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
List<Get
Logs 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 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 List<GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- stacked
Group StringName - (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
Get
Logs 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 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 GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- stacked
Group stringName - (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
Sequence[Get
Logs 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 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- stacked_
group_ strname - (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 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 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 List<Property Map> - (List) PromQL query. Nested schema for promql_query:
- stacked
Group StringName - (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 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
List<Get
Logs 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 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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 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 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 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 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 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 doublePer Bar - (Integer) Maximum number of slices per bar.
- Stack
Name stringTemplate - (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 float64Per Bar - (Integer) Maximum number of slices per bar.
- Stack
Name stringTemplate - (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 DoublePer Bar - (Integer) Maximum number of slices per bar.
- stack
Name StringTemplate - (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 numberPer Bar - (Integer) Maximum number of slices per bar.
- stack
Name stringTemplate - (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_ floatper_ bar - (Integer) Maximum number of slices per bar.
- stack_
name_ strtemplate - (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 NumberPer Bar - (Integer) Maximum number of slices per bar.
- stack
Name StringTemplate - (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
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Time> - (List) Time based axis. Nested schema for time:
- Values
List<Get
Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Time - (List) Time based axis. Nested schema for time:
- Values
[]Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Time> - (List) Time based axis. Nested schema for time:
- values
List<Get
Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Time[] - (List) Time based axis. Nested schema for time:
- values
Get
Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Bar Chart XAxis Time] - (List) Time based axis. Nested schema for time:
- values
Sequence[Get
Logs 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 List<Property Map>
- (List) Time based axis. Nested schema for time:
- values 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 double - (Integer) Maximum number of data points to fetch.
- Interval 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 float64 - (Integer) Maximum number of data points to fetch.
- Interval 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 Double - (Integer) Maximum number of data points to fetch.
- interval 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 number - (Integer) Maximum number of data points to fetch.
- interval 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 float - (Integer) Maximum number of data points to fetch.
- interval 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 Number - (Integer) Maximum number of data points to fetch.
- interval 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
List<Get
Logs 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Order
Bies 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
List<Get
Logs 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 doublePage - (Integer) Number of results per page.
- Row
Style string - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
- Columns
[]Get
Logs 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Order
Bies []GetLogs Dashboard Layout Section Row Widget Definition Data Table Order By - (List) Column used for ordering the results. Nested schema for order_by:
- Queries
[]Get
Logs 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 float64Page - (Integer) Number of results per page.
- Row
Style string - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
- columns
List<Get
Logs 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 StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- order
Bies 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
List<Get
Logs 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 DoublePage - (Integer) Number of results per page.
- row
Style String - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
- columns
Get
Logs 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- order
Bies GetLogs Dashboard Layout Section Row Widget Definition Data Table Order By[] - (List) Column used for ordering the results. Nested schema for order_by:
- queries
Get
Logs 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 numberPage - (Integer) Number of results per page.
- row
Style string - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
- columns
Sequence[Get
Logs 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_ strtype - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- order_
bies 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
Sequence[Get
Logs 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_ floatpage - (Integer) Number of results per page.
- row_
style str - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
- columns 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 StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- order
Bies List<Property Map> - (List) Column used for ordering the results. Nested schema for order_by:
- queries List<Property Map>
- (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- results
Per NumberPage - (Integer) Number of results per page.
- row
Style String - (String) Display style for table rows.
- Constraints: Allowable values are:
unspecified
,one_line
,two_line
,condensed
,json
,list
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy
- Field 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 string - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- Field 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 string - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- field 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 String - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- field 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 string - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- field 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 str - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- field 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 String - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery
- Dataprimes
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
[]Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes List<Property Map>
- (List) Query based on Dataprime language. Nested schema for dataprime:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime
- Dataprime
Queries List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
List<Get
Logs 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 []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
[]Get
Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
List<Get
Logs 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 GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
Get
Logs 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Dataprime Query] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
Sequence[Get
Logs 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 List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- 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
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery
- Text 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 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 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 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 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLog
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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
List<Get
Logs 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 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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Dataprime Filter Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping> - (List) Grouping and aggregation. Nested schema for grouping:
- Lucene
Queries List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Filters
[]Get
Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping - (List) Grouping and aggregation. Nested schema for grouping:
- Lucene
Queries []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- filters
List<Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping> - (List) Grouping and aggregation. Nested schema for grouping:
- lucene
Queries List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- filters
Get
Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping[] - (List) Grouping and aggregation. Nested schema for grouping:
- lucene
Queries GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- filters
Sequence[Get
Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping] - (List) Grouping and aggregation. Nested schema for grouping:
- lucene_
queries Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- 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
- groupings List<Property Map>
- (List) Grouping and aggregation. Nested schema for grouping:
- lucene
Queries List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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 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
[]Get
Logs 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 []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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Is
Visible bool - (Boolean) Controls whether to show the label.
- 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
- Aggregations
[]Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation - (List) Aggregations. Nested schema for aggregation:
- Id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Is
Visible bool - (Boolean) Controls whether to show the label.
- 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
- aggregations
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation> - (List) Aggregations. Nested schema for aggregation:
- id String
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible Boolean - (Boolean) Controls whether to show the label.
- 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
- aggregations
Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible boolean - (Boolean) Controls whether to show the label.
- 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
- aggregations
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Log Grouping Aggregation Aggregation] - (List) Aggregations. Nested schema for aggregation:
- id str
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is_
visible bool - (Boolean) Controls whether to show the label.
- 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
- aggregations List<Property Map>
- (List) Aggregations. Nested schema for aggregation:
- id String
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible Boolean - (Boolean) Controls whether to show the label.
- 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
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation
- Averages
List<Get
Logs 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 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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 []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
[]Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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 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
Get
Logs 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
Get
Logs 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
Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Calculate average value of log field. Nested schema for average:
- count
Distincts List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts List<Property Map>
- (List) Count the number of entries. Nested schema for count:
- maxes List<Property Map>
- (List) Calculate maximum value of log field. Nested schema for max:
- mins List<Property Map>
- (List) Calculate minimum value of log field. Nested schema for min:
- percentiles List<Property Map>
- (List) Calculate percentile value of log field. Nested schema for percentile:
- sums List<Property Map>
- (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverageObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinctObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxisObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMinObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile
- Observation
Fields 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 double
- (Float) Value in range (0, 100].
- Observation
Fields []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 float64
- (Float) Value in range (0, 100].
- observation
Fields 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 Double
- (Float) Value in range (0, 100].
- observation
Fields 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 number
- (Float) Value in range (0, 100].
- observation_
fields 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 float
- (Float) Value in range (0, 100].
- observation
Fields List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent Number
- (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSumObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery
- Value 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 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 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 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 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 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
List<Get
Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Filters
[]Get
Logs 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 []GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- filters
List<Get
Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- filters
Get
Logs 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 GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- filters
Sequence[Get
Logs 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Data Table Query Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- 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
- promql
Queries List<Property Map> - (List) PromQL query. Nested schema for promql_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter
- Label 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
List<Get
Logs 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 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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Data Table Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 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 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 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 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 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Max double
- (List) Calculate maximum value of log field. Nested schema for max:
- Min double
- (List) Calculate minimum value of log field. Nested schema for min:
- Queries
List<Get
Logs 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 boolArc - (Boolean) Show inner arc (styling).
- Show
Outer boolArc - (Boolean) Show outer arc (styling).
- Threshold
By string - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- Thresholds
List<Get
Logs 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 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Max float64
- (List) Calculate maximum value of log field. Nested schema for max:
- Min float64
- (List) Calculate minimum value of log field. Nested schema for min:
- Queries
[]Get
Logs 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 boolArc - (Boolean) Show inner arc (styling).
- Show
Outer boolArc - (Boolean) Show outer arc (styling).
- Threshold
By string - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- Thresholds
[]Get
Logs 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 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 StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- max Double
- (List) Calculate maximum value of log field. Nested schema for max:
- min Double
- (List) Calculate minimum value of log field. Nested schema for min:
- queries
List<Get
Logs 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 BooleanArc - (Boolean) Show inner arc (styling).
- show
Outer BooleanArc - (Boolean) Show outer arc (styling).
- threshold
By String - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- thresholds
List<Get
Logs 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 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- max number
- (List) Calculate maximum value of log field. Nested schema for max:
- min number
- (List) Calculate minimum value of log field. Nested schema for min:
- queries
Get
Logs 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 booleanArc - (Boolean) Show inner arc (styling).
- show
Outer booleanArc - (Boolean) Show outer arc (styling).
- threshold
By string - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- thresholds
Get
Logs 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 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_ strtype - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- max float
- (List) Calculate maximum value of log field. Nested schema for max:
- min float
- (List) Calculate minimum value of log field. Nested schema for min:
- queries
Sequence[Get
Logs 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_ boolarc - (Boolean) Show inner arc (styling).
- show_
outer_ boolarc - (Boolean) Show outer arc (styling).
- threshold_
by str - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- thresholds
Sequence[Get
Logs 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 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 StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- max Number
- (List) Calculate maximum value of log field. Nested schema for max:
- min Number
- (List) Calculate minimum value of log field. Nested schema for min:
- queries List<Property Map>
- (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- show
Inner BooleanArc - (Boolean) Show inner arc (styling).
- show
Outer BooleanArc - (Boolean) Show outer arc (styling).
- threshold
By String - (String) What threshold color should be applied to: value or background.
- Constraints: Allowable values are:
unspecified
,value
,background
.
- Constraints: Allowable values are:
- thresholds 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes List<Property Map>
- (List) Query based on Dataprime language. Nested schema for dataprime:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime
- Dataprime
Queries List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
List<Get
Logs 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 []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
[]Get
Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
List<Get
Logs 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 GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
Get
Logs 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Dataprime Query] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
Sequence[Get
Logs 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 List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- 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
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery
- Text 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 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 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 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 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLog
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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
List<Get
Logs 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 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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Dataprime Filter Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation> - (List) Aggregations. Nested schema for logs_aggregation:
- Lucene
Queries List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Filters
[]Get
Logs 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 []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation - (List) Aggregations. Nested schema for logs_aggregation:
- Lucene
Queries []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- filters
List<Get
Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation> - (List) Aggregations. Nested schema for logs_aggregation:
- lucene
Queries List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- filters
Get
Logs 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 GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation[] - (List) Aggregations. Nested schema for logs_aggregation:
- lucene
Queries GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- filters
Sequence[Get
Logs 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation] - (List) Aggregations. Nested schema for logs_aggregation:
- lucene_
queries Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- 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
- logs
Aggregations List<Property Map> - (List) Aggregations. Nested schema for logs_aggregation:
- lucene
Queries List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
[]Get
Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
List<Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
Get
Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
Sequence[Get
Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- Maxes
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- Averages
[]Get
Logs 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 []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
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count - (List) Count the number of entries. Nested schema for count:
- Maxes
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum - (List) Sum values of log field. Nested schema for sum:
- averages
List<Get
Logs 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- maxes
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- averages
Get
Logs 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 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
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count[] - (List) Count the number of entries. Nested schema for count:
- maxes
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis[] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min[] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile[] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum[] - (List) Sum values of log field. Nested schema for sum:
- averages
Sequence[Get
Logs 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 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Count] - (List) Count the number of entries. Nested schema for count:
- maxes
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Maxis] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Min] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Percentile] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Log Logs Aggregation Sum] - (List) Sum values of log field. Nested schema for sum:
- averages List<Property Map>
- (List) Calculate average value of log field. Nested schema for average:
- count
Distincts List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts List<Property Map>
- (List) Count the number of entries. Nested schema for count:
- maxes List<Property Map>
- (List) Calculate maximum value of log field. Nested schema for max:
- mins List<Property Map>
- (List) Calculate minimum value of log field. Nested schema for min:
- percentiles List<Property Map>
- (List) Calculate percentile value of log field. Nested schema for percentile:
- sums List<Property Map>
- (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverageObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinctObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxisObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile
- Observation
Fields 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 double
- (Float) Value in range (0, 100].
- Observation
Fields []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 float64
- (Float) Value in range (0, 100].
- observation
Fields 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 Double
- (Float) Value in range (0, 100].
- observation
Fields 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 number
- (Float) Value in range (0, 100].
- observation_
fields 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 float
- (Float) Value in range (0, 100].
- observation
Fields List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent Number
- (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery
- Value 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 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 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 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 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 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 string
- (List) Aggregations. Nested schema for aggregation:
- Filters
List<Get
Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Aggregation string
- (List) Aggregations. Nested schema for aggregation:
- Filters
[]Get
Logs 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 []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- aggregation String
- (List) Aggregations. Nested schema for aggregation:
- filters
List<Get
Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- aggregation string
- (List) Aggregations. Nested schema for aggregation:
- filters
Get
Logs 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 GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- aggregation str
- (List) Aggregations. Nested schema for aggregation:
- filters
Sequence[Get
Logs 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- aggregation String
- (List) Aggregations. Nested schema for aggregation:
- 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
- promql
Queries List<Property Map> - (List) PromQL query. Nested schema for promql_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter
- Label 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- Label 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator - (List) Operator to use for filtering the logs. Nested schema for operator:
- label 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator> - (List) Operator to use for filtering the logs. Nested schema for operator:
- label 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
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator[] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator] - (List) Operator to use for filtering the logs. Nested schema for operator:
- label 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal - (List) Non-equality comparison. Nested schema for not_equals:
- equals_
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals GetLogs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Not Equal[] - (List) Non-equality comparison. Nested schema for not_equals:
- equals
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
[]Get
Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection List - (List) Specific values are selected. Nested schema for list:
- alls
List<Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
Get
Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
Sequence[Get
Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Gauge Query Metric Filter Operator Equal Selection List] - (List) Specific values are selected. Nested schema for list:
- alls List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 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 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 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 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 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
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart
- Color
Scheme 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 List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By> - (List) Coloring mode. Nested schema for colors_by:
- Data
Mode stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Display
On boolBar - (Boolean) Whether to display values on the bars.
- Group
Name stringTemplate - (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 doublePer Chart - (Integer) Maximum number of bars to display in the chart.
- Queries
List<Get
Logs 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 string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Sort
By string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- Stack
Definitions List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- Unit 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 List<GetBies Logs 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 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 []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By - (List) Coloring mode. Nested schema for colors_by:
- Data
Mode stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Display
On boolBar - (Boolean) Whether to display values on the bars.
- Group
Name stringTemplate - (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 float64Per Chart - (Integer) Maximum number of bars to display in the chart.
- Queries
[]Get
Logs 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 string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Sort
By string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- Stack
Definitions []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition - (List) Stack definition. Nested schema for stack_definition:
- Unit 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 []GetBies Logs 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 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 List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By> - (List) Coloring mode. Nested schema for colors_by:
- data
Mode StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- display
On BooleanBar - (Boolean) Whether to display values on the bars.
- group
Name StringTemplate - (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 DoublePer Chart - (Integer) Maximum number of bars to display in the chart.
- queries
List<Get
Logs 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 String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By String - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- unit 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 List<GetView Bies Logs 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 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 GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By[] - (List) Coloring mode. Nested schema for colors_by:
- data
Mode stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- display
On booleanBar - (Boolean) Whether to display values on the bars.
- group
Name stringTemplate - (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 numberPer Chart - (Integer) Maximum number of bars to display in the chart.
- queries
Get
Logs 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 string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By string - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition[] - (List) Stack definition. Nested schema for stack_definition:
- unit 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 GetView Bies Logs 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 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By] - (List) Coloring mode. Nested schema for colors_by:
- data_
mode_ strtype - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- display_
on_ boolbar - (Boolean) Whether to display values on the bars.
- group_
name_ strtemplate - (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_ floatper_ chart - (Integer) Maximum number of bars to display in the chart.
- queries
Sequence[Get
Logs 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 str - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort_
by str - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack_
definitions Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition] - (List) Stack definition. Nested schema for stack_definition:
- unit 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_ Sequence[Getview_ bies Logs 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 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 List<Property Map> - (List) Coloring mode. Nested schema for colors_by:
- data
Mode StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- display
On BooleanBar - (Boolean) Whether to display values on the bars.
- group
Name StringTemplate - (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 NumberPer Chart - (Integer) Maximum number of bars to display in the chart.
- queries List<Property Map>
- (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- scale
Type String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- sort
By String - (String) Sorting mode.
- Constraints: Allowable values are:
unspecified
,value
,name
.
- Constraints: Allowable values are:
- stack
Definitions List<Property Map> - (List) Stack definition. Nested schema for stack_definition:
- unit 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 List<Property Map>View Bies - (List) Y-axis view mode. Nested schema for y_axis_view_by:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy
- Aggregations
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Group
Bies 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
List<Get
Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Aggregation - (List) Aggregations. Nested schema for aggregation:
- Group
Bies []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
[]Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Aggregation> - (List) Aggregations. Nested schema for aggregation:
- group
Bies 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
List<Get
Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- group
Bies 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
Get
Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Colors By Aggregation] - (List) Aggregations. Nested schema for aggregation:
- group_
bies 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Aggregations. Nested schema for aggregation:
- group
Bies 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 List<Property Map>
- (List) Each stack will have the same color across all groups. Nested schema for stack:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery
- Dataprimes
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes List<Property Map>
- (List) Query based on Dataprime language. Nested schema for dataprime:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime
- Dataprime
Queries List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
List<Get
Logs 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 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 stringName - (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 []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
[]Get
Logs 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 []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 stringName - (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 List<GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
List<Get
Logs 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 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 StringName - (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 GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
Get
Logs 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 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 stringName - (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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Dataprime Query] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
Sequence[Get
Logs 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 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_ strname - (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 List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- 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
- group
Names 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 StringName - (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 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 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 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 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 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLog
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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
List<Get
Logs 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 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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Dataprime Filter Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Filters
List<Get
Logs 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 List<GetFields Logs 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 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 List<GetName Fields Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation - (List) Aggregations. Nested schema for aggregation:
- Filters
[]Get
Logs 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 []GetFields Logs 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 []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- Stacked
Group []GetName Fields Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- filters
List<Get
Logs 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 List<GetFields Logs 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 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 List<GetName Fields Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- filters
Get
Logs 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 GetFields Logs 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 GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group GetName Fields Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation] - (List) Aggregations. Nested schema for aggregation:
- filters
Sequence[Get
Logs 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_ Sequence[Getfields Logs 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 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_ Sequence[Getname_ fields Logs 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 List<Property Map>
- (List) Aggregations. Nested schema for aggregation:
- 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
- group
Names List<Property Map>Fields - (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 List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group List<Property Map>Name Fields - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation
- Averages
List<Get
Logs 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- Maxes
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- Averages
[]Get
Logs 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 []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
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count - (List) Count the number of entries. Nested schema for count:
- Maxes
[]Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum - (List) Sum values of log field. Nested schema for sum:
- averages
List<Get
Logs 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- maxes
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- averages
Get
Logs 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 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
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count[] - (List) Count the number of entries. Nested schema for count:
- maxes
Get
Logs 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
Get
Logs 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
Get
Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum[] - (List) Sum values of log field. Nested schema for sum:
- averages
Sequence[Get
Logs 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 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Count] - (List) Count the number of entries. Nested schema for count:
- maxes
Sequence[Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Aggregation Sum] - (List) Sum values of log field. Nested schema for sum:
- averages List<Property Map>
- (List) Calculate average value of log field. Nested schema for average:
- count
Distincts List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts List<Property Map>
- (List) Count the number of entries. Nested schema for count:
- maxes List<Property Map>
- (List) Calculate maximum value of log field. Nested schema for max:
- mins List<Property Map>
- (List) Calculate minimum value of log field. Nested schema for min:
- percentiles List<Property Map>
- (List) Calculate percentile value of log field. Nested schema for percentile:
- sums List<Property Map>
- (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverageObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinctObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxisObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMinObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile
- Observation
Fields 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 double
- (Float) Value in range (0, 100].
- Observation
Fields []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 float64
- (Float) Value in range (0, 100].
- observation
Fields 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 Double
- (Float) Value in range (0, 100].
- observation
Fields 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 number
- (Float) Value in range (0, 100].
- observation_
fields 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 float
- (Float) Value in range (0, 100].
- observation
Fields List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent Number
- (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSumObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery
- Value 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 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 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 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 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 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 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric
- Filters
List<Get
Logs 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 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 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 stringName - (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
[]Get
Logs 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 []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 []GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- Stacked
Group stringName - (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
List<Get
Logs 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 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 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 StringName - (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
Get
Logs 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 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 GetLogs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- stacked
Group stringName - (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
Sequence[Get
Logs 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 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 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_ strname - (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 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 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 List<Property Map> - (List) PromQL query. Nested schema for promql_query:
- stacked
Group StringName - (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 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
List<Get
Logs 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 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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 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 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 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 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 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 doublePer Bar - (Integer) Maximum number of slices per bar.
- Stack
Name stringTemplate - (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 float64Per Bar - (Integer) Maximum number of slices per bar.
- Stack
Name stringTemplate - (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 DoublePer Bar - (Integer) Maximum number of slices per bar.
- stack
Name StringTemplate - (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 numberPer Bar - (Integer) Maximum number of slices per bar.
- stack
Name stringTemplate - (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_ floatper_ bar - (Integer) Maximum number of slices per bar.
- stack_
name_ strtemplate - (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 NumberPer Bar - (Integer) Maximum number of slices per bar.
- stack
Name StringTemplate - (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
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Category> - (List) View by category. Nested schema for category:
- Values
List<Get
Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Category - (List) View by category. Nested schema for category:
- Values
[]Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Category> - (List) View by category. Nested schema for category:
- values
List<Get
Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Category[] - (List) View by category. Nested schema for category:
- values
Get
Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Horizontal Bar Chart YAxis View By Category] - (List) View by category. Nested schema for category:
- values
Sequence[Get
Logs 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 List<Property Map>
- (List) View by category. Nested schema for category:
- values 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Legend> - (List) Legend configuration. Nested schema for legend:
- Query
Definitions 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 string - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- Tooltips
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Tooltip> - (List) Tooltip configuration. Nested schema for tooltip:
- Legends
[]Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Legend - (List) Legend configuration. Nested schema for legend:
- Query
Definitions []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 string - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- Tooltips
[]Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Tooltip - (List) Tooltip configuration. Nested schema for tooltip:
- legends
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Legend> - (List) Legend configuration. Nested schema for legend:
- query
Definitions 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 String - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- tooltips
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Tooltip> - (List) Tooltip configuration. Nested schema for tooltip:
- legends
Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Legend[] - (List) Legend configuration. Nested schema for legend:
- query
Definitions 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 string - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- tooltips
Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Tooltip[] - (List) Tooltip configuration. Nested schema for tooltip:
- legends
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Legend] - (List) Legend configuration. Nested schema for legend:
- query_
definitions 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 str - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- tooltips
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Tooltip] - (List) Tooltip configuration. Nested schema for tooltip:
- legends List<Property Map>
- (List) Legend configuration. Nested schema for legend:
- query
Definitions 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 String - (String) Stacked lines.
- Constraints: Allowable values are:
unspecified
,absolute
,relative
.
- Constraints: Allowable values are:
- tooltips List<Property Map>
- (List) Tooltip configuration. Nested schema for tooltip:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend
- Columns 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 boolQuery - (Boolean) Whether to group by the query or not.
- Is
Visible bool - (Boolean) Controls whether to show the label.
- Columns []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 boolQuery - (Boolean) Whether to group by the query or not.
- Is
Visible bool - (Boolean) Controls whether to show the label.
- columns 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 BooleanQuery - (Boolean) Whether to group by the query or not.
- is
Visible Boolean - (Boolean) Controls whether to show the label.
- columns 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 booleanQuery - (Boolean) Whether to group by the query or not.
- is
Visible boolean - (Boolean) Controls whether to show the label.
- columns 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_ boolquery - (Boolean) Whether to group by the query or not.
- is_
visible bool - (Boolean) Controls whether to show the label.
- columns 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 BooleanQuery - (Boolean) Whether to group by the query or not.
- is
Visible Boolean - (Boolean) Controls whether to show the label.
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition
- Color
Scheme 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Is
Visible bool - (Boolean) Controls whether to show the label.
- 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
- Queries
List<Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution> - (List) Resolution of the data. Nested schema for resolution:
- Scale
Type string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Series
Count stringLimit - (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 stringTemplate - (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 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 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- Is
Visible bool - (Boolean) Controls whether to show the label.
- 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
- Queries
[]Get
Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution - (List) Resolution of the data. Nested schema for resolution:
- Scale
Type string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- Series
Count stringLimit - (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 stringTemplate - (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 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 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 StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- id String
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible Boolean - (Boolean) Controls whether to show the label.
- 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
- queries
List<Get
Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution> - (List) Resolution of the data. Nested schema for resolution:
- scale
Type String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- series
Count StringLimit - (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 StringTemplate - (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 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 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- id string
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible boolean - (Boolean) Controls whether to show the label.
- 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
- queries
Get
Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution[] - (List) Resolution of the data. Nested schema for resolution:
- scale
Type string - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- series
Count stringLimit - (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 stringTemplate - (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 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 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_ strtype - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- id str
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is_
visible bool - (Boolean) Controls whether to show the label.
- 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
- queries
Sequence[Get
Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution] - (List) Resolution of the data. Nested schema for resolution:
- scale_
type str - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- series_
count_ strlimit - (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_ strtemplate - (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 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 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 StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- id String
- (List) Unique identifier of the folder containing the dashboard. Nested schema for id:
- is
Visible Boolean - (Boolean) Controls whether to show the label.
- 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
- queries List<Property Map>
- (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- resolutions List<Property Map>
- (List) Resolution of the data. Nested schema for resolution:
- scale
Type String - (String) Scale type.
- Constraints: Allowable values are:
unspecified
,linear
,logarithmic
.
- Constraints: Allowable values are:
- series
Count StringLimit - (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 StringTemplate - (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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
[]Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes List<Property Map>
- (List) Query based on Dataprime language. Nested schema for dataprime:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprime
- Dataprime
Queries 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
List<Get
Logs 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 []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
[]Get
Logs 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 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
List<Get
Logs 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 GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- 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
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery
- Text 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 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 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 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 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLog
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperator
- Equals
List<Get
Logs 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 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
[]Get
Logs 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 []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_
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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
List<Get
Logs 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 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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator
- Equals
List<Get
Logs 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 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
[]Get
Logs 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 []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_
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
List<Get
Logs 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 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 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 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
[]Get
Logs 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
[]Get
Logs 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 []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 []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 []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- aggregations
List<Get
Logs 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
List<Get
Logs 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 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 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 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
Get
Logs 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
Get
Logs 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 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 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 GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- aggregations
Sequence[Get
Logs 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
Sequence[Get
Logs 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 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 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 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 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 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 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 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 List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation
- Averages
List<Get
Logs 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 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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 []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
[]Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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 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
Get
Logs 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
Get
Logs 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
Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Calculate average value of log field. Nested schema for average:
- count
Distincts List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts List<Property Map>
- (List) Count the number of entries. Nested schema for count:
- maxes List<Property Map>
- (List) Calculate maximum value of log field. Nested schema for max:
- mins List<Property Map>
- (List) Calculate minimum value of log field. Nested schema for min:
- percentiles List<Property Map>
- (List) Calculate percentile value of log field. Nested schema for percentile:
- sums List<Property Map>
- (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverageObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinctObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxisObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMinObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile
- Observation
Fields 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 double
- (Float) Value in range (0, 100].
- Observation
Fields []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 float64
- (Float) Value in range (0, 100].
- observation
Fields 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 Double
- (Float) Value in range (0, 100].
- observation
Fields 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 number
- (Float) Value in range (0, 100].
- observation_
fields 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 float
- (Float) Value in range (0, 100].
- observation
Fields List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent Number
- (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSumObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery
- Value 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 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 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 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 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 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
List<Get
Logs 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 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
[]Get
Logs 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 []GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- filters
List<Get
Logs 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 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
Get
Logs 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 GetLogs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- filters
Sequence[Get
Logs 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 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 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 List<Property Map> - (List) PromQL query. Nested schema for promql_query:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter
- Label 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
List<Get
Logs 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 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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 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 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 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 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 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 double - (Integer) Maximum number of data points to fetch.
- Interval 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 float64 - (Integer) Maximum number of data points to fetch.
- Interval 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 Double - (Integer) Maximum number of data points to fetch.
- interval 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 number - (Integer) Maximum number of data points to fetch.
- interval 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 float - (Integer) Maximum number of data points to fetch.
- interval 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 Number - (Integer) Maximum number of data points to fetch.
- interval 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 bool - (Boolean) Whether to show labels in the tooltip.
- Type string
- (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
- Show
Labels bool - (Boolean) Whether to show labels in the tooltip.
- Type string
- (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
- show
Labels Boolean - (Boolean) Whether to show labels in the tooltip.
- type String
- (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
- show
Labels boolean - (Boolean) Whether to show labels in the tooltip.
- type string
- (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
- show_
labels bool - (Boolean) Whether to show labels in the tooltip.
- type str
- (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
- show
Labels Boolean - (Boolean) Whether to show labels in the tooltip.
- type String
- (String) Tooltip type.
- Constraints: Allowable values are:
unspecified
,all
,single
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown
- Markdown
Text 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 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 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 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 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 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 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 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 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 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 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 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 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Group
Name stringTemplate - (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 List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Label Definition> - (List) Label settings. Nested schema for label_definition:
- Max
Slices doublePer Chart - (Integer) Maximum number of slices to display in the chart.
- Min
Slice doublePercentage - (Integer) Minimum percentage of a slice to be displayed.
- Queries
List<Get
Logs 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 bool - (Boolean) Controls whether to show the legend.
- Stack
Definitions List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- Unit 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 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- Group
Name stringTemplate - (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 []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Label Definition - (List) Label settings. Nested schema for label_definition:
- Max
Slices float64Per Chart - (Integer) Maximum number of slices to display in the chart.
- Min
Slice float64Percentage - (Integer) Minimum percentage of a slice to be displayed.
- Queries
[]Get
Logs 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 bool - (Boolean) Controls whether to show the legend.
- Stack
Definitions []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Stack Definition - (List) Stack definition. Nested schema for stack_definition:
- Unit 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 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 StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name StringTemplate - (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 List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Label Definition> - (List) Label settings. Nested schema for label_definition:
- max
Slices DoublePer Chart - (Integer) Maximum number of slices to display in the chart.
- min
Slice DoublePercentage - (Integer) Minimum percentage of a slice to be displayed.
- queries
List<Get
Logs 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 Boolean - (Boolean) Controls whether to show the legend.
- stack
Definitions List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Stack Definition> - (List) Stack definition. Nested schema for stack_definition:
- unit 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 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 stringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name stringTemplate - (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 GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Label Definition[] - (List) Label settings. Nested schema for label_definition:
- max
Slices numberPer Chart - (Integer) Maximum number of slices to display in the chart.
- min
Slice numberPercentage - (Integer) Minimum percentage of a slice to be displayed.
- queries
Get
Logs 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 boolean - (Boolean) Controls whether to show the legend.
- stack
Definitions GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Stack Definition[] - (List) Stack definition. Nested schema for stack_definition:
- unit 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 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_ strtype - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group_
name_ strtemplate - (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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Label Definition] - (List) Label settings. Nested schema for label_definition:
- max_
slices_ floatper_ chart - (Integer) Maximum number of slices to display in the chart.
- min_
slice_ floatpercentage - (Integer) Minimum percentage of a slice to be displayed.
- queries
Sequence[Get
Logs 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 bool - (Boolean) Controls whether to show the legend.
- stack_
definitions Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Stack Definition] - (List) Stack definition. Nested schema for stack_definition:
- unit 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 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 StringType - (String) Data mode type.
- Constraints: Allowable values are:
high_unspecified
,archive
.
- Constraints: Allowable values are:
- group
Name StringTemplate - (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 List<Property Map> - (List) Label settings. Nested schema for label_definition:
- max
Slices NumberPer Chart - (Integer) Maximum number of slices to display in the chart.
- min
Slice NumberPercentage - (Integer) Minimum percentage of a slice to be displayed.
- queries List<Property Map>
- (List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
- show
Legend Boolean - (Boolean) Controls whether to show the legend.
- stack
Definitions List<Property Map> - (List) Stack definition. Nested schema for stack_definition:
- unit 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 bool - (Boolean) Controls whether to show the label.
- Label
Source string - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- Show
Name bool - (Boolean) Controls whether to show the name.
- Show
Percentage bool - (Boolean) Controls whether to show the percentage.
- Show
Value bool - (Boolean) Controls whether to show the value.
- Is
Visible bool - (Boolean) Controls whether to show the label.
- Label
Source string - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- Show
Name bool - (Boolean) Controls whether to show the name.
- Show
Percentage bool - (Boolean) Controls whether to show the percentage.
- Show
Value bool - (Boolean) Controls whether to show the value.
- is
Visible Boolean - (Boolean) Controls whether to show the label.
- label
Source String - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- show
Name Boolean - (Boolean) Controls whether to show the name.
- show
Percentage Boolean - (Boolean) Controls whether to show the percentage.
- show
Value Boolean - (Boolean) Controls whether to show the value.
- is
Visible boolean - (Boolean) Controls whether to show the label.
- label
Source string - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- show
Name boolean - (Boolean) Controls whether to show the name.
- show
Percentage boolean - (Boolean) Controls whether to show the percentage.
- show
Value boolean - (Boolean) Controls whether to show the value.
- is_
visible bool - (Boolean) Controls whether to show the label.
- label_
source str - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- show_
name bool - (Boolean) Controls whether to show the name.
- show_
percentage bool - (Boolean) Controls whether to show the percentage.
- show_
value bool - (Boolean) Controls whether to show the value.
- is
Visible Boolean - (Boolean) Controls whether to show the label.
- label
Source String - (String) Source of the label.
- Constraints: Allowable values are:
unspecified
,inner
,stack
.
- Constraints: Allowable values are:
- show
Name Boolean - (Boolean) Controls whether to show the name.
- show
Percentage Boolean - (Boolean) Controls whether to show the percentage.
- show
Value Boolean - (Boolean) Controls whether to show the value.
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery
- Dataprimes
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- Dataprimes
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime - (List) Query based on Dataprime language. Nested schema for dataprime:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime> - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric> - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime[] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric[] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime] - (List) Query based on Dataprime language. Nested schema for dataprime:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric] - (List) Metrics specific query. Nested schema for metrics:
- dataprimes List<Property Map>
- (List) Query based on Dataprime language. Nested schema for dataprime:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime
- Dataprime
Queries List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
List<Get
Logs 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 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 stringName - (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 []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Dataprime Query - (List) Dataprime query. Nested schema for dataprime_query:
- Filters
[]Get
Logs 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 []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 stringName - (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 List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Dataprime Query> - (List) Dataprime query. Nested schema for dataprime_query:
- filters
List<Get
Logs 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 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 StringName - (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 GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Dataprime Query[] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
Get
Logs 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 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 stringName - (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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Dataprime Query] - (List) Dataprime query. Nested schema for dataprime_query:
- filters
Sequence[Get
Logs 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 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_ strname - (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 List<Property Map> - (List) Dataprime query. Nested schema for dataprime_query:
- 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
- group
Names 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 StringName - (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 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 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 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 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 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- Metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- Logs
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log - (List) Logs specific query. Nested schema for logs:
- Metrics
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric - (List) Metrics specific query. Nested schema for metrics:
- logs
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log> - (List) Logs specific query. Nested schema for logs:
- metrics
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric> - (List) Metrics specific query. Nested schema for metrics:
- logs
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log[] - (List) Logs specific query. Nested schema for logs:
- metrics
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric[] - (List) Metrics specific query. Nested schema for metrics:
- logs
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log] - (List) Logs specific query. Nested schema for logs:
- metrics
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric] - (List) Metrics specific query. Nested schema for metrics:
- logs List<Property Map>
- (List) Logs specific query. Nested schema for logs:
- metrics List<Property Map>
- (List) Metrics specific query. Nested schema for metrics:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLog
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Log Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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
List<Get
Logs 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 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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Dataprime Filter Metric Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- Filters
List<Get
Logs 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 List<GetFields Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- Stacked
Group List<GetName Fields Logs 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation - (List) Aggregations. Nested schema for aggregation:
- Filters
[]Get
Logs 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 []GetFields Logs 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 []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Lucene Query - (List) Lucene query. Nested schema for lucene_query:
- Stacked
Group []GetName Fields Logs 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation> - (List) Aggregations. Nested schema for aggregation:
- filters
List<Get
Logs 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 List<GetFields Logs 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 List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Lucene Query> - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group List<GetName Fields Logs 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
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation[] - (List) Aggregations. Nested schema for aggregation:
- filters
Get
Logs 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 GetFields Logs 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 GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Lucene Query[] - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group GetName Fields Logs 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation] - (List) Aggregations. Nested schema for aggregation:
- filters
Sequence[Get
Logs 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_ Sequence[Getfields Logs 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Lucene Query] - (List) Lucene query. Nested schema for lucene_query:
- stacked_
group_ Sequence[Getname_ fields Logs 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 List<Property Map>
- (List) Aggregations. Nested schema for aggregation:
- 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
- group
Names List<Property Map>Fields - (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 List<Property Map> - (List) Lucene query. Nested schema for lucene_query:
- stacked
Group List<Property Map>Name Fields - (List) Field to count distinct values of. Nested schema for stacked_group_name_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation
- Averages
List<Get
Logs 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- Maxes
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- Averages
[]Get
Logs 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 []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
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count - (List) Count the number of entries. Nested schema for count:
- Maxes
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis - (List) Calculate maximum value of log field. Nested schema for max:
- Mins
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min - (List) Calculate minimum value of log field. Nested schema for min:
- Percentiles
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile - (List) Calculate percentile value of log field. Nested schema for percentile:
- Sums
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum - (List) Sum values of log field. Nested schema for sum:
- averages
List<Get
Logs 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 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
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count> - (List) Count the number of entries. Nested schema for count:
- maxes
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis> - (List) Calculate maximum value of log field. Nested schema for max:
- mins
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min> - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile> - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum> - (List) Sum values of log field. Nested schema for sum:
- averages
Get
Logs 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 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
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count[] - (List) Count the number of entries. Nested schema for count:
- maxes
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis[] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min[] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile[] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum[] - (List) Sum values of log field. Nested schema for sum:
- averages
Sequence[Get
Logs 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 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Count] - (List) Count the number of entries. Nested schema for count:
- maxes
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Maxis] - (List) Calculate maximum value of log field. Nested schema for max:
- mins
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Min] - (List) Calculate minimum value of log field. Nested schema for min:
- percentiles
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Percentile] - (List) Calculate percentile value of log field. Nested schema for percentile:
- sums
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Aggregation Sum] - (List) Sum values of log field. Nested schema for sum:
- averages List<Property Map>
- (List) Calculate average value of log field. Nested schema for average:
- count
Distincts List<Property Map> - (List) Count the number of distinct values of log field. Nested schema for count_distinct:
- counts List<Property Map>
- (List) Count the number of entries. Nested schema for count:
- maxes List<Property Map>
- (List) Calculate maximum value of log field. Nested schema for max:
- mins List<Property Map>
- (List) Calculate minimum value of log field. Nested schema for min:
- percentiles List<Property Map>
- (List) Calculate percentile value of log field. Nested schema for percentile:
- sums List<Property Map>
- (List) Sum values of log field. Nested schema for sum:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverageObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinctObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxisObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile
- Observation
Fields 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 double
- (Float) Value in range (0, 100].
- Observation
Fields []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 float64
- (Float) Value in range (0, 100].
- observation
Fields 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 Double
- (Float) Value in range (0, 100].
- observation
Fields 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 number
- (Float) Value in range (0, 100].
- observation_
fields 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 float
- (Float) Value in range (0, 100].
- observation
Fields List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- percent Number
- (Float) Value in range (0, 100].
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum
- Observation
Fields 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter
- Observation
Fields 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
List<Get
Logs 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 []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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
- operators List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Log Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery
- Value 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 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 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 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 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 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 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric
- Filters
List<Get
Logs 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 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 List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- Stacked
Group stringName - (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
[]Get
Logs 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 []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 []GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Promql Query - (List) PromQL query. Nested schema for promql_query:
- Stacked
Group stringName - (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
List<Get
Logs 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 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 List<GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Promql Query> - (List) PromQL query. Nested schema for promql_query:
- stacked
Group StringName - (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
Get
Logs 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 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 GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Promql Query[] - (List) PromQL query. Nested schema for promql_query:
- stacked
Group stringName - (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
Sequence[Get
Logs 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 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 Sequence[GetLogs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Promql Query] - (List) PromQL query. Nested schema for promql_query:
- stacked_
group_ strname - (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 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 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 List<Property Map> - (List) PromQL query. Nested schema for promql_query:
- stacked
Group StringName - (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 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
List<Get
Logs 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 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
[]Get
Logs 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 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
List<Get
Logs 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 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
Get
Logs 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 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
Sequence[Get
Logs 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 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 List<Property Map>
- (List) Operator to use for filtering the logs. Nested schema for operator:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator
- Equals
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- Not
Equals 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
[]Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal - (List) Equality comparison. Nested schema for equals:
- Not
Equals []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_
List<Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal> - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal[] - (List) Equality comparison. Nested schema for equals:
- not
Equals 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
Sequence[Get
Logs Dashboard Layout Section Row Widget Definition Pie Chart Query Metric Filter Operator Equal] - (List) Equality comparison. Nested schema for equals:
- not_
equals 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 List<Property Map>
- (List) Equality comparison. Nested schema for equals:
- not
Equals List<Property Map> - (List) Non-equality comparison. Nested schema for not_equals:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqual
- Selections
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelection
- Alls
List<Get
Logs 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
List<Get
Logs 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
[]Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelection
- Lists
List<Get
Logs 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
[]Get
Logs 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
List<Get
Logs 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
Get
Logs 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
Sequence[Get
Logs 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 List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 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 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 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 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 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 doublePer Stack - (Integer) Maximum number of slices per stack.
- Stack
Name stringTemplate - (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 float64Per Stack - (Integer) Maximum number of slices per stack.
- Stack
Name stringTemplate - (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 DoublePer Stack - (Integer) Maximum number of slices per stack.
- stack
Name StringTemplate - (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 numberPer Stack - (Integer) Maximum number of slices per stack.
- stack
Name stringTemplate - (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_ floatper_ stack - (Integer) Maximum number of slices per stack.
- stack_
name_ strtemplate - (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 NumberPer Stack - (Integer) Maximum number of slices per stack.
- stack
Name StringTemplate - (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 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 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 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 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 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 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
List<Get
Logs Dashboard Variable Definition> - (List) Definition. Nested schema for definition:
- Display
Name 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 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
[]Get
Logs Dashboard Variable Definition - (List) Definition. Nested schema for definition:
- Display
Name 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 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
List<Get
Logs Dashboard Variable Definition> - (List) Definition. Nested schema for definition:
- display
Name 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 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
Get
Logs Dashboard Variable Definition[] - (List) Definition. Nested schema for definition:
- display
Name 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 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
Sequence[Get
Logs Dashboard Variable Definition] - (List) Definition. Nested schema for definition:
- display_
name 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 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 List<Property Map>
- (List) Definition. Nested schema for definition:
- display
Name 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 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 List<GetLogs Dashboard Variable Definition Multi Select> - (List) Multi-select value. Nested schema for multi_select:
- Multi
Selects []GetLogs Dashboard Variable Definition Multi Select - (List) Multi-select value. Nested schema for multi_select:
- multi
Selects List<GetLogs Dashboard Variable Definition Multi Select> - (List) Multi-select value. Nested schema for multi_select:
- multi
Selects GetLogs Dashboard Variable Definition Multi Select[] - (List) Multi-select value. Nested schema for multi_select:
- multi_
selects Sequence[GetLogs Dashboard Variable Definition Multi Select] - (List) Multi-select value. Nested schema for multi_select:
- multi
Selects List<Property Map> - (List) Multi-select value. Nested schema for multi_select:
GetLogsDashboardVariableDefinitionMultiSelect
- Selections
List<Get
Logs Dashboard Variable Definition Multi Select Selection> - (List) State of what is currently selected. Nested schema for selection:
- Sources
List<Get
Logs Dashboard Variable Definition Multi Select Source> - (List) Variable value source. Nested schema for source:
- Values
Order stringDirection - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- Selections
[]Get
Logs Dashboard Variable Definition Multi Select Selection - (List) State of what is currently selected. Nested schema for selection:
- Sources
[]Get
Logs Dashboard Variable Definition Multi Select Source - (List) Variable value source. Nested schema for source:
- Values
Order stringDirection - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- selections
List<Get
Logs Dashboard Variable Definition Multi Select Selection> - (List) State of what is currently selected. Nested schema for selection:
- sources
List<Get
Logs Dashboard Variable Definition Multi Select Source> - (List) Variable value source. Nested schema for source:
- values
Order StringDirection - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- selections
Get
Logs Dashboard Variable Definition Multi Select Selection[] - (List) State of what is currently selected. Nested schema for selection:
- sources
Get
Logs Dashboard Variable Definition Multi Select Source[] - (List) Variable value source. Nested schema for source:
- values
Order stringDirection - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- selections
Sequence[Get
Logs Dashboard Variable Definition Multi Select Selection] - (List) State of what is currently selected. Nested schema for selection:
- sources
Sequence[Get
Logs Dashboard Variable Definition Multi Select Source] - (List) Variable value source. Nested schema for source:
- values_
order_ strdirection - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
- selections List<Property Map>
- (List) State of what is currently selected. Nested schema for selection:
- sources List<Property Map>
- (List) Variable value source. Nested schema for source:
- values
Order StringDirection - (String) The direction of the order: ascending or descending.
- Constraints: Allowable values are:
unspecified
,asc
,desc
.
- Constraints: Allowable values are:
GetLogsDashboardVariableDefinitionMultiSelectSelection
- Alls
List<Get
Logs Dashboard Variable Definition Multi Select Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
List<Get
Logs Dashboard Variable Definition Multi Select Selection List> - (List) Specific values are selected. Nested schema for list:
- Alls
[]Get
Logs Dashboard Variable Definition Multi Select Selection All - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- Lists
[]Get
Logs Dashboard Variable Definition Multi Select Selection List - (List) Specific values are selected. Nested schema for list:
- alls
List<Get
Logs Dashboard Variable Definition Multi Select Selection All> - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
List<Get
Logs Dashboard Variable Definition Multi Select Selection List> - (List) Specific values are selected. Nested schema for list:
- alls
Get
Logs Dashboard Variable Definition Multi Select Selection All[] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
Get
Logs Dashboard Variable Definition Multi Select Selection List[] - (List) Specific values are selected. Nested schema for list:
- alls
Sequence[Get
Logs Dashboard Variable Definition Multi Select Selection All] - (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists
Sequence[Get
Logs Dashboard Variable Definition Multi Select Selection List] - (List) Specific values are selected. Nested schema for list:
- alls List<Property Map>
- (List) All values are selected, usually translated to wildcard (*). Nested schema for all:
- lists List<Property Map>
- (List) Specific values are selected. Nested schema for list:
GetLogsDashboardVariableDefinitionMultiSelectSelectionList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 List<GetLogs Dashboard Variable Definition Multi Select Source Constant List> - (List) List of constant values. Nested schema for constant_list:
- Logs
Paths 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 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 []GetLogs Dashboard Variable Definition Multi Select Source Constant List - (List) List of constant values. Nested schema for constant_list:
- Logs
Paths []GetLogs Dashboard Variable Definition Multi Select Source Logs Path - (List) Unique values for a given logs path. Nested schema for logs_path:
- Metric
Labels []GetLogs Dashboard Variable Definition Multi Select Source Metric Label - (List) Unique values for a given metric label. Nested schema for metric_label:
- constant
Lists List<GetLogs Dashboard Variable Definition Multi Select Source Constant List> - (List) List of constant values. Nested schema for constant_list:
- logs
Paths 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 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 GetLogs Dashboard Variable Definition Multi Select Source Constant List[] - (List) List of constant values. Nested schema for constant_list:
- logs
Paths GetLogs Dashboard Variable Definition Multi Select Source Logs Path[] - (List) Unique values for a given logs path. Nested schema for logs_path:
- metric
Labels GetLogs Dashboard Variable Definition Multi Select Source Metric Label[] - (List) Unique values for a given metric label. Nested schema for metric_label:
- constant_
lists Sequence[GetLogs Dashboard Variable Definition Multi Select Source Constant List] - (List) List of constant values. Nested schema for constant_list:
- logs_
paths 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 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 List<Property Map> - (List) List of constant values. Nested schema for constant_list:
- logs
Paths List<Property Map> - (List) Unique values for a given logs path. Nested schema for logs_path:
- metric
Labels List<Property Map> - (List) Unique values for a given metric label. Nested schema for metric_label:
GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList
- Values 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 []string
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 string[]
- (List) List of constant values.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- values 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 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 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 []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 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 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 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 List<Property Map> - (List) Field to count distinct values of. Nested schema for observation_field:
GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField
- Keypaths 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 string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- Keypaths []string
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- Scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths string[]
- (List) Path within the dataset scope.
- Constraints: The list items must match regular expression
^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
. The maximum length is4096
items. The minimum length is1
item.
- Constraints: The list items must match regular expression
- scope string
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 str
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
- keypaths 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 String
- (String) Scope of the dataset.
- Constraints: Allowable values are:
unspecified
,user_data
,label
,metadata
.
- Constraints: Allowable values are:
GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel
- Label 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 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 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 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 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 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 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 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 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 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 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 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.